Skip to content

Releases: Invoca/activerecord-mysql-enum

Release v2.4.2

31 Jul 17:44
7ebb8a0
Compare
Choose a tag to compare

Removed

  • Removed unnecessary patching of ActiveRecord::ConnectionAdapters::Quoting module

Release v2.4.1

03 Jul 23:27
b1468f4
Compare
Choose a tag to compare

Fixed

  • Fixed bug in Rails 7.0.x where migrations failed when changing an enum column.

Release v2.4.0

14 May 07:38
Compare
Choose a tag to compare

Added

  • Added support for Rails 7.1

Release v2.3.0

14 Sep 09:44
Compare
Choose a tag to compare

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

18 Jul 14:02
Compare
Choose a tag to compare

Added

  • Added support for Rails 6.1 and 7.0

Release v2.1.0

11 Apr 23:42
Compare
Choose a tag to compare

Added

  • Added ruby 3 support

Removed

  • Dropped support for Rails less than 5

Release v2.0.0

10 Aug 22:34
0b8a925
Compare
Choose a tag to compare

Removed

  • Dropped support for Rails less than 5

Release v1.0.0

16 Sep 20:21
Compare
Choose a tag to compare

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

19 Aug 20:57
1919f1a
Compare
Choose a tag to compare

Changed

  • refactor mysql adapter

Release v0.1.2

18 Aug 19:14
Compare
Choose a tag to compare

Changed

  • fixed frozen string to reassign value instead of append