RailsConfig v2.2.1 Release Notes

Release Date: 2020-01-08 // over 4 years ago
  • ๐ŸŽ Performance improvements

    • ๐Ÿ’Ž Get rid of unused Rails Engine class definition (#247)
    • ๐Ÿ’Ž Require dry-validation only when schema is specified (#253)
    • ๐Ÿ’Ž Defer modification of ActionController::Base to when it is loaded in Rails integration (#250)

    ๐Ÿ› Bug fixes

    • Fix missing new_ostruct_member in Ruby 2.7 (#255)
    • ๐Ÿ›  Fix validation contract documentation (#260)
    • ๐Ÿ— Excluded test application's *.md files from the gem build (#267)

    ๐Ÿ”„ Changes

    • โœ… Use sprockets 3.x when running unit tests for Rails 4.2 (#256)
    • โœ… Cleanup example Rails application used for testing (#263)
    • โฌ†๏ธ Upgrade markdown linter and fix errors (#265)
    • โฌ†๏ธ Upgrade development dependencies and test matrix with latest Ruby and Rails versions (#264)
    • ๐Ÿ‘ท Replace Travis CI with GitHub Actions (#266)
    • โž• Add Rails 6.0 to the test matrix (#258)
    • ๐Ÿ’Ž Rename GitHub organization name from railsconfig to rubyconfig (#268)