Hanami::Utils v0.8.0 Release Notes

Release Date: 2016-07-22 // over 7 years ago
  • ➕ Added

    • [Andrey Morskov] Introduced Hanami::Utils::Blank
    • 0️⃣ [Anton Davydov] Allow to specify a default log level for Hanami::Logger
    • 0️⃣ [Anton Davydov] Introduced default and JSON formatters for Hanami::Logger
    • [Erol Fornoles] Allow deep indifferent access for Hanami::Utils::Attributes
    • 💎 [Anton Davydov] Introduced Hanami::Utils::Json which is a proxy for MultiJson (from multi_json gem), or fallback to JSON from Ruby standard library.

    🛠 Fixed

    • [Hiếu Nguyễn] Ensure Hanami::Utils::String#classify to return already classified strings as they are. Eg. "AwesomeProject" should return "AwesomeProject", not "Awesomeproject".
    • [TheSmartnik] Fix English pluralization for words ending with "rses"
    • [Rogério Ramos] Fix English pluralization for words ending with "ice"

    🔄 Changed

    • 💎 [Luca Guidi] Drop support for Ruby 2.0, 2.1 and Rubinius. Official support for JRuby 9.0.5.0+.