Releases: lucascaton/enumerate_it
v1.7.0
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
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
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
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
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
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
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
New Features
- Allowing
:skip_validation
option inhas_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
New Features
None
Bugfixes
- Making
.list
method respect the order defined insort_by
(#50)
Other changes
- Adding
Appraisals
gem as a development dependency in order to run the build against severalRuby
versions as well as severalActiveSupport
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
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
.