Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to validation and coercion: Fix #211 and force order of operations for presence and coercion. #212

Merged
merged 5 commits into from
Jul 30, 2012
Merged
Prev Previous commit
Updated changelog to reflect most recent changes
  • Loading branch information
adamgotterer committed Jul 28, 2012
commit f820ad0e0db38a653fb1f1c0e1751136ae5c973a
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Next Release
============

* [#211](/~https://github.com/intridea/grape/pull/211): Fix: Custom param validator shouldn't validate when optional and param not present - [@adamgotterer](/~https://github.com/adamgotterer).
* [#211](/~https://github.com/intridea/grape/pull/211): Updates to validation and coercion: Fix #211 and force order of operations for presence and coercion - [@adamgotterer](/~https://github.com/adamgotterer).
* [#210](/~https://github.com/intridea/grape/pull/210): Fix: `Endpoint#body_params` causing undefined method 'size' - [@adamgotterer](/~https://github.com/adamgotterer).
* [#201](/~https://github.com/intridea/grape/pull/201): Rewritten `params` DSL, including support for coercion and validations - [@schmurfy](/~https://github.com/schmurfy).
* [#205](/~https://github.com/intridea/grape/pull/205): Fix: Corrected parsing of empty JSON body on POST/PUT - [@tim-vandecasteele](/~https://github.com/tim-vandecasteele).
Expand Down