All Versions
61
Latest Version
Avg Release Cycle
88 days
Latest Release
535 days ago

Changelog History
Page 3

  • v1.2.0.beta1

    February 28, 2018
  • v1.1.2 Changes

    February 02, 2018

    โž• Added

    • ๐Ÿ’Ž [Luca Guidi] Official support for Ruby: MRI 2.5

    ๐Ÿ›  Fixed

    • [Sean Collins & Luca Guidi] Make Utils::Files.write idempotent: ensure to truncate the file before to write
    • [Sean Collins & Luca Guidi] Don't erase file contents when invoking Utils::Files.touch

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ [Sean Collins & Luca Guidi] Deprecate Utils::Files.rewrite in favor of .write
  • v1.1.1 Changes

    November 22, 2017

    โž• Added

    • [Luca Guidi] Introduce Utils::Hash.deep_stringify to recursively stringify a hash

    ๐Ÿ›  Fixed

    • [Yuta Tokitake] Ensure Interactor#call to accept non-keyword arguments
  • v1.1.0 Changes

    October 25, 2017

    โž• Added

    • [Luca Guidi] Introduce Utils::Hash.deep_serialize to recursively serialize input into ::Hash
  • v1.1.0.rc1

    October 16, 2017
  • v1.1.0.beta3

    October 04, 2017
  • v1.1.0.beta2 Changes

    October 03, 2017

    โž• Added

    • [Alfonso Uceda] Auto create directory for Hanami::Logger
  • v1.1.0.beta1 Changes

    August 11, 2017

    โž• 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
  • v1.0.4 Changes

    October 02, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ’Ž [Luca Guidi] Make Hanami::Utils::BasicObject to be fully compatible with Ruby's pp and to be inspected by Pry.
    • ๐Ÿš€ [Thiago Kenji Okada] Fix pluralization/singularization for "release" => "releases"
  • v1.0.3 Changes

    September 06, 2017

    ๐Ÿ›  Fixed

    • [Malina Sulca] Fix pluralization/singularization for "exercise" => "exercises"
    • [Xavier Barbosa] Fix pluralization/singularization for "area" => "areas"