We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394b1eb commit ae188ccCopy full SHA for ae188cc
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+1.2.0 / 2024/05/27
2
+==================
3
+
4
+* [#68](https://github.com/aetherknight/recursive-open-struct/pull/76):
5
+ IlyaUmanets: Add `raise_on_missing` option, causing ROS to raise
6
+ `NoMethodError` instead of returning `nil` if a field doesn't exist
7
+* MAINT: Switched to Github Actions for CI
8
+* MAINT: No longer officially supporting Ruby versions of 3.0.x or earlier,
9
+ updated CI to test 3.1.x, 3.2.x, 3.3.x
10
11
1.1.3 / 2020/10/15
12
==================
13
lib/recursive_open_struct/version.rb
@@ -3,5 +3,5 @@
require 'ostruct'
class RecursiveOpenStruct < OpenStruct
- VERSION = "1.1.3"
+ VERSION = "1.2.0"
end
0 commit comments