8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc69541 commit c3d28f3Copy full SHA for c3d28f3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+0.6.1 / 2015-03-28
2
+==================
3
+
4
+* FIX: Actually ensure that the internal @table is properly dependent or
5
+ independent of the input hash tree. I mistakenly refactored away an important
6
+ piece of code that fervic added.
7
+* FIX: Actually ensure that `#dup` works.
8
+* Also refactored how `#to_h` is implemented to use newer plumbing.
9
10
0.6.0 / 2015-03-28
11
==================
12
lib/recursive_open_struct/version.rb
@@ -3,5 +3,5 @@
require 'ostruct'
class RecursiveOpenStruct < OpenStruct
- VERSION = "0.6.0"
+ VERSION = "0.6.1"
end
0 commit comments