All notable changes to this project made by Monade Team are documented in this file. For info refer to [email protected]
- Support for Ruby 3.4
- Support for Rails 8.0
- Support for Ruby 2.7
- Support for Rails 5
transformer
option to param, that allows to transform the value received from a parameter before assigning it to the sanitized hash.default
now works also with nested structures.
- [BREAKING] All methods can now be called without ! (param, params, default, etc...)
- [BREAKING]
array
andgroup
are not identical anymore.array
will accepts an array of values, whilegroup
will accept a single hash. - [BREAKING] internal, removed to_defaults, replacing it with apply_defaults!
- Missing params in nested structures are now reported correctly
- First release