- Support pass through multiple arguments in assignment operator (@cbillen)
- Move to Github Actions
- Use on_load hook for integration with ActiveRecord (@sikachu)
- Use update instead of update_attributes (@sikachu)
- Add ability to use default and custom normalizers together (@subbbotin)
- Support Ruby 2.7 (@badlamer)
- Fix conditional normalization
- Add a possibility to use if/unless cases for normalizer options (@TheTharin)
- Introduce arrays normalization
- New
parameterize
normalizer
- Add Mongoid integration
- Automatically include RSpec matcher
- Fix issue when some built-in normalizers modify passed-in parameters
- Rename
#do
method to#normalize
- Initial release