Skip to content

rails_param 0.11.0

Compare
Choose a tag to compare
@iMacTia iMacTia released this 24 Sep 15:04
· 39 commits to master since this release
207b5c8

Fixes:

  • Replace deprecated BigDecimal.new() with BigDecimal() (#50)
  • Support 'blank' for ActionController::Parameters (#52)
  • Fixes TypeError being raised instead of InvalidParameterError. (#54)
  • Fixes "undefined method split" being raised instead of InvalidParameterError. (#55)
  • Fixes an issue causing default block to override provided value. (#51)

New Features:

  • Add support for custom validation (#53)