Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.12 KB

Changelog

1.1.0 - 2022-02-25

Added

  • Support for Rails 7.0
  • Support for Ruby 3.1
  • Deprecate support for Ruby 2.5
  • Deprecate support for Rails 5.2

1.0.0 - 2021-03-26

Breaking

  • Drop support for Rails < 5.2.0
  • Drop support for Ruby < 2.5.0

Added

  • strict: false option for simpler querying where possible
  • Support for Rails 6.0 and 6.1
  • Support for Ruby 2.7 and 3.0

0.2.1 - 2018-08-01

Fixed

  • Remove over-eager check for column existence

0.2.0 - 2018-07-31

Added

  • Support for Rails 4.x (in addition to 5.x)
  • Support for MySQL and PostgreSQL
  • Official support for Ruby >= 2.3, <= 2.6

0.1.0 - 2018-07-03

Added

  • Copy/paste of code from app where it was originally used