v1.1.0
What's Changed
- Fix handling explicit nil values by @ccdredzik in https://github.com/nicolasblanco/rails_param/pull/82
NOTE that #82 reverts a change unintentionally introduced in v1.0 that was causing explicit nil values not being accepted correctly. This is effectively a breaking change compared to the past couple releases, but it should be considered a regression bug fix (hence why the minor bump).
New Contributors
- @ccdredzik made their first contribution in https://github.com/nicolasblanco/rails_param/pull/82
Full Changelog: https://github.com/nicolasblanco/rails_param/compare/v1.0.2...v1.1.0