Hanami::Utils v0.3.3 Release Notes

Release Date: 2015-01-08 // over 9 years ago
  • 🛠 Fixed

    • [Luca Guidi] Ensure to return the right offending object if a missing method is called with Utils::String and Hash (eg. Utils::Hash.new(a: 1).all? {|_, v| v.foo } blame v instead of Hash)
    • [Luca Guidi] Raise an error if try to coerce non numeric strings into Integer, Float & BigDecimal (eg. Utils::Kernel.Integer("hello") # => raise TypeError)