Skip to content

Releases: lucascaton/enumerate_it

v4.0.0

26 Apr 23:30
3579244
Compare
Choose a tag to compare

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

21 Apr 04:01
0352b19
Compare
Choose a tag to compare

Important Changes

None

New Features

Bugfixes

None

All changes since the last version

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

v3.2.4

26 Oct 08:17
3b30727
Compare
Choose a tag to compare

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.3

03 Sep 04:00
c769754
Compare
Choose a tag to compare

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

07 Nov 23:33
Compare
Choose a tag to compare

Important Changes

None

New Features

None

Bugfixes

  • Use humanize enum key for I18n (Rails generator) - PR #101 (thanks @masterT)

All changes since the last version

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

v3.2.1

05 Aug 11:34
Compare
Choose a tag to compare

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

07 Dec 07:43
Compare
Choose a tag to compare

Important Changes

  • Drops support for Ruby 2.4 and older (3da55d7)
  • Drops support for Rails 4.x and older (9a62bdf)

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

12 Mar 04:08
Compare
Choose a tag to compare

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

21 Sep 00:51
Compare
Choose a tag to compare

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

22 May 03:00
Compare
Choose a tag to compare

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.