SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-recursive-open-struct-1.2.2-150400.1.2.x86_64.rpm :

* Fri Jun 21 2024 dan.cermakAATTposteo.net- 1.2.2 / 2024/06/18 ==================
* [#75](https://github.com/aetherknight/recursive-open-struct/pull/75): Richard Degenne: Fix Ruby 3.1 `#freeze` 1.2.1 / 2024/05/27 ==================
* Fix a test that is flakey with JRuby 1.2.0 / 2024/05/27 ==================
* [#76](https://github.com/aetherknight/recursive-open-struct/pull/76): IlyaUmanets: Add `raise_on_missing` option, causing ROS to raise `NoMethodError` instead of returning `nil` if a field doesn\'t exist
* MAINT: Switched to Github Actions for CI
* MAINT: No longer officially supporting Ruby versions of 3.0.x or earlier, updated CI to test 3.1.x, 3.2.x, 3.3.x
* Wed Jan 20 2021 cooloAATTsuse.comupdated to version 1.1.3 see installed CHANGELOG.md 1.1.3 / 2020/10/15 ==================
* No longer officially supporting Ruby 2.4.x, but compatiblity continues.
* [#68](https://github.com/aetherknight/recursive-open-struct/pull/68): Igor Victor: Add truffleruby-head to travis
* FIX [#67](https://github.com/aetherknight/recursive-open-struct/pull/67): Jean Boussier: Support upstream changes to OpenStruct in ruby-head (Ruby 3.0.0-dev)
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 1.1.2 see installed CHANGELOG.md 1.1.2 / 2020/06/20 ==================
* FIX [#58](https://github.com/aetherknight/recursive-open-struct/pull/58): David Feldman: Fix `[]=` so that it properly updates sub-elements
* [#58](https://github.com/aetherknight/recursive-open-struct/pull/58): David Feldman: Make the default options configurable at the class level to simplify adding additional options in subclasses
* Thu May 07 2020 cooloAATTsuse.com- updated to version 1.1.1 see installed CHANGELOG.md 1.1.1 / 2020/03/10 ==================
* FIX [#64](https://github.com/aetherknight/recursive-open-struct/pull/64): Pirate Praveen: Support Ruby 2.7.0. `OpenStruct#modifiable` support was finally dropped, and has to be replaced with `OpenStruct#modifiable?`.
* Made some additional changes to continue supporting pre-2.4.x Rubies, including the current stable JRuby (9.1.x.x, which tracks Ruby 2.3.x for features)
* Thu Feb 08 2018 cooloAATTsuse.com- updated to version 1.1.0 see installed CHANGELOG.md 1.1.0 / 2018-02-03 ==================
* NEW/FIX [#56](https://github.com/aetherknight/recursive-open-struct/issues/56): Add better support for Ruby 2.3+\'s `#dig` method (when it exists for the current version of Ruby), so that nested Hashes are properly converted to RecursiveOpenStructs. `OpenStruct#dig`\'s implementation was returning Hashes and does not handle `recurse_over_arrays` so ROS needs special support. Thanks to maxp-edcast for reporting the issue.
* FIX [#55](https://github.com/aetherknight/recursive-open-struct/pull/55): EdwardBetts: Fixed a typo in the documentation/comment for `#method_missing`
* Mon Sep 11 2017 cooloAATTsuse.com- updated to version 1.0.5 see installed CHANGELOG.md 1.0.5 / 2017-06-21 ==================
* FIX [#54](https://github.com/aetherknight/recursive-open-struct/pull/54): Beni Cherniavsky-Paskin: Improve performance of `new_ostruct_member` by using `self.singleton_class.method_defined?` instead of `self.methods.include?` 1.0.4 / 2017-04-29 ==================
* FIX [#52](https://github.com/aetherknight/recursive-open-struct/pull/52): Joe Rafaniello: Improve performance of DeepDup by using Set instead of an Array to track visited nodes. 1.0.3 / 2017-04-10 ==================
* No longer officially supporting Ruby 2.0.0 and Ruby 2.1.x. They are still tested against but are permitted to fail within the Travis configuration.
* FIX: Fix subscript notation for keys that collide with existing public methods. Related to [#51](https://github.com/aetherknight/recursive-open-struct/issues/51).
* FIX [#49](https://github.com/aetherknight/recursive-open-struct/issues/49): Ensure test suite passes with Ruby 2.4.0-rc1. 1.0.2 / 2016-12-20 ==================
* FIX [#46](https://github.com/aetherknight/recursive-open-struct/issues/46): Pedro Sena: fix issues with mutating arrays within an ROS that has `recurse_over_arrays: true`
* Tue Sep 05 2017 mmeisterAATTsuse.com- rename .changes and .spec file to match the package name
* Tue Feb 14 2017 mmeisterAATTsuse.com- Initial packaging
 
ICM