Age | Commit message (Expand) | Author |
---|
2025-01-08 | Make ostruct as bundled gems | Hiroshi SHIBATA |
2024-11-08 | [ruby/ostruct] Bump up v0.6.1 | Hiroshi SHIBATA |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2023-11-07 | [ruby/ostruct] Bump up 0.6.0 | Hiroshi SHIBATA |
2023-09-29 | [ruby/ostruct] Emit a performance warning when OpenStruct is used | Jean byroot Boussier |
2022-04-01 | [ruby/ostruct] v0.5.5 | Marc-André Lafortune |
2022-04-01 | [ruby/ostruct] Avoid using block_given in the presence of aliases | Charles Oliver Nutter |
2022-03-24 | [ruby/ostruct] v0.5.4 | Marc-André Lafortune |
2022-03-24 | [ruby/ostruct] Avoid aliasing `block_given?` for JRuby [Fixes #40] | Marc-André Lafortune |
2022-03-07 | [ruby/ostruct] v0.5.3 | Marc-André Lafortune |
2022-03-07 | [ruby/ostruct] Fix class and method as attribute names | Ladislav Gallay |
2021-12-08 | [ruby/ostruct] Bump version to 0.5.2 | Marc-André Lafortune |
2021-12-08 | [ruby/ostruct] `Proc`'s self should be shareable. | Koichi Sasada |
2021-12-06 | [ruby/ostruct] ostruct v0.5.1 | Marc-André Lafortune |
2021-12-06 | [ruby/ostruct] Alias less methods | Marc-André Lafortune |
2021-11-28 | [ruby/ostruct] [DOC] Fix code markups [ci skip] | Nobuyoshi Nakada |
2021-10-21 | [ruby/ostruct] Bump up ostruct version to 0.5.0 | Hiroshi SHIBATA |
2021-09-28 | [ruby/ostruct] Strip trailing spaces | Nobuyoshi Nakada |
2021-09-28 | [ruby/ostruct] Allow properties to be accessed even when the object is moved ... | rm155 |
2021-09-15 | [DOC] Fix broken links [ci skip] | Nobuyoshi Nakada |
2021-06-15 | [ruby/ostruct] v0.4.0 | Marc-Andre Lafortune |
2021-06-14 | [lib/ostruct] Allow overriding of `block_given?` | Marc-Andre Lafortune |
2021-06-14 | [ruby/ostruct] bump up | Nobuyoshi Nakada |
2021-06-14 | Add fallback block to `OpenStruct#delete_field` (#1409) | jfrazx |
2021-04-28 | [ruby/ostruct] Add compatibility for to_h with block in Ruby 2.5 | Marc-Andre Lafortune |
2021-04-28 | [ruby/ostruct] Compatibility with Ruby 2.5 | Marc-Andre Lafortune |
2021-01-13 | [ruby/ostruct] Bump version | Marc-Andre Lafortune |
2021-01-12 | Fix method protection for modules in the ancestry chain. | Marc-Andre Lafortune |
2021-01-05 | [ruby/ostruct] Bump version | Marc-Andre Lafortune |
2021-01-05 | [ruby/ostruct] Allow ostruct to return a value on super (#4028) | Adam Hess |
2020-11-04 | [ruby/ostruct] Update version | Marc-Andre Lafortune |
2020-11-04 | [ruby/ostruct] Restore `ostruct` doc | Marc-Andre Lafortune |
2020-11-04 | Revert "Make `marshal_load` public" | Marc-Andre Lafortune |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-10-06 | Make `marshal_load` public | Aaron Patterson |
2020-10-06 | [lib/ostruct] Fix Marshal loading | Marc-Andre Lafortune |
2020-09-30 | [ruby/ostruct] Tweak doc | Marc-Andre Lafortune |
2020-09-30 | [ruby/ostruct] Remove unused condition | Marc-Andre Lafortune |
2020-09-30 | [ruby/ostruct] Improved YAML serialization. | Marc-Andre Lafortune |
2020-09-30 | [ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareable | Marc-Andre Lafortune |
2020-09-30 | [ruby/ostruct] Protect subclass' methods and our bang methods. | Marc-Andre Lafortune |
2020-09-30 | [ruby/ostruct] Avoid calling initialize | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] Fix dup/clone | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] method_missing is private | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] Avoid self calling our public methods. | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] Reinstate recent changes | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] Revert recent changes | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] Add access to public instance methods in case they are overriden | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] Tweak doc | Marc-Andre Lafortune |
2020-09-14 | [ruby/ostruct] Allow overriding public methods | Marc-Andre Lafortune |