Hanami::Utils v0.6.0 Release Notes

Release Date: 2016-01-12 // over 8 years ago
  • ➕ Added

    • 💎 [Luca Guidi] Official support for Ruby 2.3
    • [Luca Guidi] Custom inflections
    • 💎 [Luca Guidi] Introduced Lotus::Utils::Duplicable as a safe dup logic for Ruby types
    • [Luca Guidi] Added Lotus::Utils::String#rsub replace rightmost occurrence

    🛠 Fixed

    • [Luca Guidi] Fix Lotus::Utils::PathPrefix#join and #relative_join by rejecting arguments that are equal to the separator
    • [Karim Kiatlottiavi] Fix Encoding::UndefinedConversionError in Lotus::Utils::Escape.encode

    🔄 Changed

    • 🗄 [Luca Guidi] Deprecate Ruby 2.0 and 2.1
    • 🚚 [Luca Guidi] Removed Lotus::Utils::Callbacks#add in favor of #append
    • 🚚 [Luca Guidi] Removed pattern support for Utils::Class.load! (eg. Articles(Controller|::Controller))