Hanami::Utils v0.9.0 Release Notes

Release Date: 2016-11-15 // over 7 years ago
  • โž• Added

    ๐Ÿ’Ž โ€“ [Luca Guidi] Introduced Utils.require! to recursively require Ruby files with an order that is consistent across platforms โ€“ [Luca Guidi] Introduced Utils::FileList as cross-platform ordered list of files, alternative to Dir.glob

    • ๐Ÿ–จ [Luca Guidi] Make Utils::BasicObject pretty printable
    • [Grachev Mikhail] Added Interactor::Result#successful? and #failing?

    ๐Ÿ›  Fixed

    • [Pascal Betz] Ensure Utils::Class.load! to lookup constant only within the given namespace

    ๐Ÿ”„ Changed

    • [Luca Guidi] Make Utils::Hash only compatible with objects that respond to #to_hash
    • ๐Ÿ’Ž [Luca Guidi] Official support for Ruby: MRI 2.3+ and JRuby 9.1.5.0+