Skip to content

Releases: lucascaton/enumerate_it

v1.7.0

12 Mar 23:18
Compare
Choose a tag to compare

New Features / Important Changes


Bugfixes

None


Changes since the last version

To see the full list of changes, check out all the commits.

v1.6.1

21 Aug 10:44
Compare
Choose a tag to compare

New Features / Important Changes

None


Bugfixes

Fix enum generator (#72)


Changes since the last version

To see the full list of changes, check out all the commits.

v1.6.0

21 Aug 10:35
Compare
Choose a tag to compare

New Features / Important Changes

ActiveRecord classes will automatically extend EnumerateIt gem (#71)
(remove any extend EnumerateIt from your ActiveRecord models)


Bugfixes

None


Changes since the last version

To see the full list of changes, check out all the commits.

v1.5.0

25 Apr 01:23
Compare
Choose a tag to compare

New Features / Important Changes

Drop support for Ruby 1.9.3 (#70)

Bugfixes

None

Changes since the last version

To see the full list of changes, check out all the commits.

v1.4.1

22 Dec 12:06
Compare
Choose a tag to compare

New Features / Important Changes

None

Bugfixes

  • Add missing require needed in non-Rails apps (256fc66)

Other changes

None

Changes since the last version

To see the full list of changes, check out all the commits.

v1.4.0

21 Oct 02:09
Compare
Choose a tag to compare

New Features / Important Changes

  • It no longer sorts by anything by default (#65)

Bugfixes

None

Other changes

None

Changes since the last version

To see the full list of changes, check out all the commits.

v1.3.1

28 Aug 22:16
Compare
Choose a tag to compare

New Features

None

Bugfixes

None

Other changes

Internal Refactoring

Changes since the last version

To see the full list of changes, check out all the commits.

v1.3.0

01 Jun 08:24
Compare
Choose a tag to compare

New Features

  • Allowing :skip_validation option in has_enumeration_for (#59) by @iliabylich

Bugfixes

None

Other changes

None

Changes since the last version

To see the full list of changes, check out all the commits.

v1.2.9

27 Mar 08:49
Compare
Choose a tag to compare

New Features

None

Bugfixes

  • Making .list method respect the order defined in sort_by (#50)

Other changes

  • Adding Appraisals gem as a development dependency in order to run the build against several Ruby versions as well as several ActiveSupport versions (see .travis.yml for all supported versions).

Changes since the last version

To see the full list of changes, check out all the commits.

v1.0.0

27 Mar 08:39
Compare
Choose a tag to compare

Versions 1.x.x are NOT backwards compatible with 0.x.x versions.

The biggest difference is that on 1.0.0 you need to extend the EnumerateIt module inside classes that are going to have enumerated attributes, while in past versions you would use include.