Hanami::Utils v1.0.1 Release Notes

Release Date: 2017-06-23 // almost 7 years ago
  • ➕ Added

    • [Luca Guidi] Introduced Utils::Hash.symbolize and .deep_symbolize
    • [Luca Guidi] Introduced Utils::Hash.deep_dup

    🛠 Fixed

    • [choallin] Ensure Utils::String#classify to return output identical to the input for already classified strings.
    • [Marion Duprey & Jonas Amundsen] Ensure Utils::Hash#initialize to accept frozen Hash as argument.