Skip to content

2.2.1

Compare
Choose a tag to compare
@pkuczynski pkuczynski released this 08 Jan 17:49
· 76 commits to master since this release
7ff7658

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)