All Versions
61
Latest Version
Avg Release Cycle
88 days
Latest Release
393 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0.rc1 Changes
November 08, 2022π Fixed
- [Benjamin Klotz] Ensure
Hanami::Utils::String.underscore
to replace"."
(dot character) into underscore
π Changed
- π [Luca Guidi] Removed
Hanami::Logger
in favor ofDry::Logger
- [Benjamin Klotz] Ensure
-
v2.0.0.beta1 Changes
July 20, 2022π Changed
- π [Luca Guidi] Removed
Hanami::Utils::BasicObject
(moved todry-core
asDry::Core::BasicObject
) - π [Luca Guidi] Removed
Hanami::Interactor
- π [Luca Guidi] Removed
-
v2.0.0.alpha6 Changes
February 10, 2022β Added
- π [Luca Guidi] Official support for Ruby: MRI 3.0 and 3.1
π Fixed
- [Rob Jacoby] Allow
Hanami::Logger#initialize
to acceptFile::NULL
asstream:
argument
π Changed
- π [Luca Guidi] Drop support for Ruby: MRI 2.6 and 2.7.
-
v2.0.0.alpha3 Changes
November 09, 2021No changes.
-
v2.0.0.alpha2 Changes
May 04, 2021π Changed
- π [Luca Guidi] Drop support for Ruby: MRI 2.5.
- [Luca Guidi] Transform
Utils::String
from class to module
-
v2.0.0.alpha1 Changes
January 30, 2019β Added
- [Gustavo Caso] Introduce
Hanami::Middleware
namespace - [Luca Guidi] Introduce
Callbacks::Chain#dup
π Changed
- π [Luca Guidi] Drop support for Ruby: MRI 2.3, and 2.4.
- π [Luca Guidi] Remove
Utils::Duplicable
- π [Luca Guidi] Remove
Utils::Inflector
- π [Luca Guidi] Remove
Utils::String.singularize
, and.pluralize
- π [Luca Guidi] Remove
Utils::String#singularize
, and#pluralize
- π [Luca Guidi] Remove instance level interface for
Utils::Hash
- [Luca Guidi] Transform
Utils::Hash
from class to module - π [Luca Guidi] Remove
Utils.reload!
- π [Gustavo Caso] Remove
Utils::File.rewrite
- [Vladimir Suvorov] Remove
Utils::Class.load_from_pattern!
- [Gustavo Caso] Introduce
-
v1.3.8 Changes
May 03, 2021π Fixed
- π [HiαΊΏu Nguyα»
n] Ensure
Hanami::Interactor#initialize
to accept keyword arguments while working with Ruby 3
- π [HiαΊΏu Nguyα»
n] Ensure
-
v1.3.7 Changes
January 04, 2021β Added
- π [Luca Guidi] Official support for Ruby: MRI 3.0
- [Khai Le] Allow
Hanami::Logger
to filter sensitive data for an array of hashes
π Fixed
- [HiαΊΏu Nguyα»
n] Ensure
Hanami::Logger
to not mutateHash
input when filtering sensitive data
-
v1.3.6 Changes
January 07, 2020β Added
- π [Luca Guidi] Official support for Ruby: MRI 2.7
π Fixed
- [ippachi]
Utils::Files.append
: don't check breakline if file is empty
-
v1.3.5 Changes
October 25, 2019π Fixed
- [Ivan Kabluchkov] Ensure
Hanami::Logger
filters to not crash when logger stream is a closed tempfile - [Luca Guidi] Ensure
Utils::Files.append
to append contents properly when existing file doesn't end with a newline
- [Ivan Kabluchkov] Ensure