Releases: nicolasblanco/rails_param
Releases · nicolasblanco/rails_param
rails_param 0.10.2
- Allow custom format for Date, DateTime and Time (#24)
- Allow :boolean with value false to call transform proc (#36)
- Allow to customize InvalidParameterError message (#42)
- Adds Rails 5 and new rubies to travis matrix (#46)
rails_param 0.10.1
- Fix coerce Array or Hash into other types (#41)
- Refactor coerse method for :booleans (#39)
This is the first auto-release using Travis deployment 🎉 !
rails_param 0.10.0
Fixes:
- Fix issue with boolean params using a default with block that returns false (#26)
Features:
- Add parameter name to error message for easier debugging (#32)
Ruby/Rails Support:
- Dropped support for Rails 3
- Dropped official support for JRuby
- Added support for Rails 5 (#25, #28)