Releases: lucascaton/enumerate_it
Releases · lucascaton/enumerate_it
v4.0.0
Important/Breaking Changes
- Minimum Ruby version is now
3.0
- Minimum Rails version is now
6.0
New Features
None
Bugfixes
None
All changes since the last version
To see the full list of changes, check out all the commits.
v3.3.0
Important Changes
None
New Features
- Generate
*_key
methods for attributes - PR #109 (thanks @eiskrenkov)
Bugfixes
None
All changes since the last version
To see the full list of changes, check out all the commits.
v3.2.4
Important Changes
None
New Features
None
Bugfixes
- Fix generator when passing an array - PR #105 (thanks, @stephannv!)
All changes since the last version
To see the full list of changes, check out all the commits.
v3.2.3
Important Changes
None
New Features
None
Bugfixes
- Fix generator when running it on Rails 7 - PR #103
All changes since the last version
To see the full list of changes, check out all the commits.
v3.2.2
Important Changes
None
New Features
None
Bugfixes
All changes since the last version
To see the full list of changes, check out all the commits.
v3.2.1
Important Changes
None
New Features
None
Bugfixes
- Fix
.value_for
in order to prevent it from looking up ancestors constants - PR #97 (thanks @diego-silva)
All changes since the last version
To see the full list of changes, check out all the commits.
v3.2.0
Important Changes
New Features
None
Bugfixes
None
All changes since the last version
To see the full list of changes, check out all the commits.
v3.1.0
Important Changes
- Fully tested against:
- Ruby 2.4 → 2.7
- Rails 4.2 → 6.0 (note: Rails is not required)
New Features
- Add
each_key
method to enumerations (PR #92)
Bugfixes
None
All changes since the last version
To see the full list of changes, check out all the commits.
v3.0.0
Important Changes
- Make mutator helper methods call
save!
if object responds to it (PR #91) - Drops support for Ruby 2.3 and older (PR #89)
- Drops support for Rails 4.1 and older (PR #89)
- Fully tested against Rails 6 (commit)
New Features
- Add
to_h
method for view key-value (PR #86 - thanks @georgeeeeb)
Bugfixes
None
All changes since the last version
To see the full list of changes, check out all the commits.
v2.0.0
New Features / Important Changes
- Drops support for Ruby 2.1 and older
- Drops support for Rails 3
Bugfixes
None
Changes since the last version
To see the full list of changes, check out all the commits.