Hashie v2.0.0 Release Notes

Release Date: 2013-02-16 // about 11 years ago
  • โž• Added

    • #41: DeepMerge extension - @nashby.
    • โšก๏ธ #78: Merge and update accepts a block - @jch.

    ๐Ÿ”„ Changed

    • #28: Hashie::Extensions::Coercion coerce_keys takes arguments - @mattfawcett.
    • ๐Ÿšš #77: Removed id, type, and object_id as special allowable keys - @jch.

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ #27: Initialize with merge coerces values - @mattfawcett.
    • ๐Ÿšš #39: Trash removes translated values on initialization - @sleverbor.
    • #49: Hashie::Hash inherits from ::Hash to avoid ambiguity - @meh, @orend.
    • โšก๏ธ #62: Updated respond_to? method signature to match ruby core definition - @dlupu.
    • 0๏ธโƒฃ #63: Dash defaults are dup'ed before assigned - @ohrite.
    • #66: Mash#fetch works with symbol or string keys - @arthwood.

    Miscellaneous