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
+
1
7
1.2.1 / 2024/05/27
2
8
==================
3
9
6
12
1.2.0 / 2024/05/27
7
13
==================
8
14
9
- * [ #68 ] ( https://github.com/aetherknight/recursive-open-struct/pull/76 ) :
15
+ * [ #76 ] ( https://github.com/aetherknight/recursive-open-struct/pull/76 ) :
10
16
IlyaUmanets: Add ` raise_on_missing ` option, causing ROS to raise
11
17
` NoMethodError ` instead of returning ` nil ` if a field doesn't exist
12
18
* MAINT: Switched to Github Actions for CI
Original file line number Diff line number Diff line change 3
3
require 'ostruct'
4
4
5
5
class RecursiveOpenStruct < OpenStruct
6
- VERSION = "1.2.1 "
6
+ VERSION = "1.2.2 "
7
7
end
You can’t perform that action at this time.
0 commit comments