Hashie v3.6.0 Release Notes

Release Date: 2018-08-13 // over 5 years ago
  • โž• Added

    • #455: Allow overriding methods when passing in a hash - @lnestor.

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ #435: Mash default_procs are now propagated down to nested sub-Hashes - @michaelherold.
    • ๐Ÿ”€ #436: Ensure that Hashie::Extensions::IndifferentAccess injects itself after a non-destructive merge - @michaelherold.
    • #437: Allow codependent properties to be set on Dash - @michaelherold.
    • ๐Ÿ“œ #438: Fix: NameError (uninitialized constant Hashie::Extensions::Parsers::YamlErbParser::Pathname) in Hashie::Mash.load - @onk.
    • #457: Fix Trash to allow it to copy properties from other properties - @michaelherold.

    Miscellaneous