File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
lib/recursive_open_struct Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.2.2 / 2024/06/18
2+ ==================
3+
4+ * [ #75 ] ( https://github.com/aetherknight/recursive-open-struct/pull/75 ) : Richard
5+ Degenne: Fix Ruby 3.1 ` #freeze `
6+
171.2.1 / 2024/05/27
28==================
39
6121.2.0 / 2024/05/27
713==================
814
9- * [ #68 ] ( https://github.com/aetherknight/recursive-open-struct/pull/76 ) :
15+ * [ #76 ] ( https://github.com/aetherknight/recursive-open-struct/pull/76 ) :
1016 IlyaUmanets: Add ` raise_on_missing ` option, causing ROS to raise
1117 ` NoMethodError ` instead of returning ` nil ` if a field doesn't exist
1218* MAINT: Switched to Github Actions for CI
Original file line number Diff line number Diff line change 33require 'ostruct'
44
55class RecursiveOpenStruct < OpenStruct
6- VERSION = "1.2.1 "
6+ VERSION = "1.2.2 "
77end
You can’t perform that action at this time.
0 commit comments