Releases: Invoca/activerecord-mysql-enum
Releases · Invoca/activerecord-mysql-enum
Release v2.4.2
Removed
- Removed unnecessary patching of ActiveRecord::ConnectionAdapters::Quoting module
Release v2.4.1
Fixed
- Fixed bug in Rails 7.0.x where migrations failed when changing an enum column.
Release v2.4.0
Added
- Added support for Rails 7.1
Release v2.3.0
Added
- Added the ability for non-rails applications to use the gem by using
initialize!
in the application's bootstrapping code after ActiveRecord has been configured.
Release v2.2.0
Added
- Added support for Rails 6.1 and 7.0
Release v2.1.0
Added
- Added ruby 3 support
Removed
- Dropped support for Rails less than 5
Release v2.0.0
Removed
- Dropped support for Rails less than 5
Release v1.0.0
Added
- A Rspec test suit
- Dummy Rails app to be used by tests
- Test coverage reports via Coveralls/SimpleCov
- A coverage report badge to the README
- Unit tests being run on push with TravisCI
- Appraisal to test Rails 4.2, 5.2, and 6.0
- A dependency on the mysql2 gem
Changed
- Existing tests to be run with Rspec
Removed
- Support for the mysql gem
- Support for Rails < 4.2
Release v0.1.3
Changed
- refactor mysql adapter
Release v0.1.2
Changed
- fixed frozen string to reassign value instead of append