Hanami::Utils v1.1.0.beta1 Release Notes

Release Date: 2017-08-11 // over 6 years ago
  • ➕ Added

    • [Marion Duprey] Allow Hanami::Interactor#call to accept arguments. #initialize should be used for Dependency Injection, while #call should be used for input
    • [Marion Schleifer] Introduce Utils::Hash.stringify
    • [Marion Schleifer] Introduce Utils::String.titleize, .capitalize, .classify, .underscore, .dasherize, .demodulize, .namespace, .pluralize, .singularize, and .rsub
    • [Luca Guidi] Introduce Utils::Files: a set of utils for file manipulations
    • [Luca Guidi] Introduce Utils::String.transform a pipelined transformations for strings
    • [Marion Duprey & Gabriel Gizotti] Filter sensitive informations for Hanami::Logger