8000 Prepare for release v1.1.0 · ekohl/recursive-open-struct@244fa10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 244fa10

Browse files
committed
Prepare for release v1.1.0
1 parent 6179a82 commit 244fa10

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Recursive-open-struct was written by these fine people:
22

33
* Beni Cherniavsky-Paskin <cben@redhat.com>
44
* Cédric Felizard <cedric@felizard.fr>
5+
* Edward Betts <edward@4angle.com>
56
* Federico Aloi <federico.aloi@gmail.com>
67
* fervic <roberto@runawaybit.com>
78
* Joe Rafaniello <jrafanie@redhat.com>

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.1.0 / 2018-02-03
2+
==================
3+
4+
* NEW/FIX [#56](https://github.com/aetherknight/recursive-open-struct/issues/56):
5+
Add better support for Ruby 2.3+'s `#dig` method (when it exists for the
6+
current version of Ruby), so that nested Hashes are properly converted to
7+
RecursiveOpenStructs. `OpenStruct#dig`'s implementation was returning Hashes
8+
and does not handle `recurse_over_arrays` so ROS needs special support.
9+
Thanks to maxp-edcast for reporting the issue.
10+
* FIX [#55](https://github.com/aetherknight/recursive-open-struct/pull/55):
11+
EdwardBetts: Fixed a typo in the documentation/comment for `#method_missing`
12+
113
1.0.5 / 2017-06-21
214
==================
315

lib/recursive_open_struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require 'ostruct'
44

55
class RecursiveOpenStruct < OpenStruct
6-
VERSION = "1.0.5"
6+
VERSION = "1.1.0"
77
end

0 commit comments

Comments
 (0)
0