All notable changes to this project made by Monade Team are documented in this file. For info refer to team@monade.io
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