All Versions
61
Latest Version
Avg Release Cycle
88 days
Latest Release
672 days ago
Changelog History
Page 3
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
- [Luca Guidi] Introduce
-
v1.1.0 Changes
October 25, 2017โ Added
- [Luca Guidi] Introduce
Utils::Hash.deep_serialize
to recursively serialize input into::Hash
- [Luca Guidi] Introduce
-
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
- [Alfonso Uceda] Auto create directory for
-
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
- [Marion Duprey] Allow
-
v1.0.4 Changes
October 02, 2017๐ Fixed
- ๐ [Luca Guidi] Make
Hanami::Utils::BasicObject
to be fully compatible with Ruby'spp
and to be inspected by Pry. - ๐ [Thiago Kenji Okada] Fix pluralization/singularization for
"release" => "releases"
- ๐ [Luca Guidi] Make
-
v1.0.3 Changes
September 06, 2017๐ Fixed
- [Malina Sulca] Fix pluralization/singularization for
"exercise" => "exercises"
- [Xavier Barbosa] Fix pluralization/singularization for
"area" => "areas"
- [Malina Sulca] Fix pluralization/singularization for