Hanami::Utils v1.3.0.beta1 Release Notes

Release Date: 2018-08-08 // over 5 years ago
  • โž• Added

    • ๐Ÿ’Ž [Luca Guidi] Official support for JRuby 9.2.0.0
    • [graywolf] Add Utils::Files.inject_line_before_last and .inject_line_after_last

    ๐Ÿ›  Fixed

    • โš  [graywolf] Don't show Fixnum Ruby warning for 2.4+
    • [Luca Guidi] Fix pluralization of "fee"

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ [Luca Guidi & Marion Schleifer] Deprecate Utils::String as Ruby type. Please use Utils::String class methods instead of Utils::String.new("").
    • ๐Ÿ—„ [Luca Guidi & Marion Schleifer] Deprecate Utils::Hash as Ruby type. Please use Utils::Hash class methods instead of Utils::Hash.new({}).
    • ๐Ÿ—„ [Luca Guidi & Marion Schleifer] Deprecate Utils::String.pluralize and .singularize.
    • [Semyon Pupkov] Deprecate Utils::Class.load_from_pattern!