Releases: bridgetownrb/hash_with_dot_access
Releases · bridgetownrb/hash_with_dot_access
v2.1.1
(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
andto_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
Support Rails 7 (simply a matter of updating the gemspec so it's more permissible).
v1.0.0 - first release
It's all in the readme!