Skip to content

Releases: bridgetownrb/hash_with_dot_access

v2.1.1

06 Oct 17:12
Compare
Choose a tag to compare

(changes from 2.0 and up)

  • Fix issue where to_h was incorrectly mutating arrays containing hashes
  • Adds conversion back to a hash with to_h and to_dot_h for enumeration.
  • Completely rewrite internals and remove Active Support as a dependency (this means HashWithDotAccess::Hash supports string, symbol, and dot access with zero dependencies)
  • Dot access now writes accessors to the class, improving performance (method_missing only runs once per key/accessor, essentially)

v1.2.0

16 Dec 18:59
Compare
Choose a tag to compare

Support Rails 7 (simply a matter of updating the gemspec so it's more permissible).

v1.0.0 - first release

01 Oct 18:02
Compare
Choose a tag to compare

It's all in the readme!