- Dropped support for rails3 (use 1.9.0 for older rails versions).
- Handled rails5+ deprecations.
- Support both POST and GET at the
/validations
endpoint - Deprecate support for GET at the
/validations
endpoint
- Allow a Comply controller to define a custom validation context, instead of the default
:comply
.
- Pass custom context
:comply
to validations (the former context used to default to:create
)
- Move Rails 4 & 3 compatibility to Gemfile rather than gemspec
- Add support for options requests
- Add fix for rails 4 where activemodel/validations directory does not work
- Rails 4.0.13 compatibility