dry-transaction v0.13.3 Release Notes
Release Date: 2021-06-07 // almost 4 years ago-
๐ Fixed
- ๐ Fix deprecation warning on Ruby 3.0 when there are empty hash-like args (via #137) (@bestwebua)
Previous changes from v0.13.2
-
๐ Fixed
- ๐ Re-allow Hash-like parameters to be passed to steps, e.g.
HashWithIndifferentAccess
and otherHash
subclasses (this was broken with the Ruby 2.7/3.0 fixes in 0.13.1) (@trammel in #136)
- ๐ Re-allow Hash-like parameters to be passed to steps, e.g.