RailsConfig v2.0.0 Release Notes

Release Date: 2019-06-22 // almost 5 years ago
  • 💥 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)