Skip to content

Releases: nicolasblanco/rails_param

rails_param 0.10.2

07 Nov 12:19
b8c2421
Compare
Choose a tag to compare
  • 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

20 Sep 06:45
455d735
Compare
Choose a tag to compare
  • 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

27 May 19:20
Compare
Choose a tag to compare

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)

rails_param 0.9.0

27 May 19:15
Compare
Choose a tag to compare
Use latest ruby