Skip to content

2.0.0

Choose a tag to compare

@pkuczynski pkuczynski released this 22 Jun 02:00
· 130 commits to master since this release
b1cff98

BREAKING CHANGES

After upgrade to dry-schema 1.0 we had to drop support for Rails < 4.2 and Ruby < 2.4.
If you need older version of Ruby or Rails, please stick to 1.x version of this gem.

New features

  • Add merge_hash_arrays as a configuration option (#214)

Changes

  • Upgraded dry-validation dependency to dry-schema 1.0 (#224)
  • Moved constant to be defined on Object instead of Kernel (#227)
  • Add TruffleRuby to the test matrix (#229)