All Versions
33
Latest Version
Avg Release Cycle
145 days
Latest Release
462 days ago

Changelog History
Page 3

  • v0.6.1 Changes

    May 20, 2013

    ๐Ÿ› bug fix

    • Don't raise error when enumerized attribute is already defined. (by @lest)
  • v0.6.0 Changes

    May 16, 2013

    โœจ enhancements

    ๐Ÿ› bug fix

    • Return correct default value for enumerized attribute using default_scope with generated scope @nashby
    • Allow either key or value as valid (by aghull and @lest)
    • Use default enum value from db column (by @lest)
  • v0.5.1 Changes

    December 10, 2012

    ๐Ÿ› bug fix

    • Always return Enumerize::Set for multiple attributes (by @nashby)
  • v0.5.0 Changes

    October 31, 2012

    ๐Ÿ—„ The previous method of adding enumerize to a class was deprecated. Please use extend Enumerize instead of include Enumerize.

    โœจ enhancements

    • SimpleForm support for multiple attributes. (by @nashby)
    • Formtastic support for multiple attributes. (by @nashby)
    • Array-like multiple attributes. (by @lest)
  • v0.4.0 Changes

    September 06, 2012

    ๐Ÿ‘ Legacy support was dropped. The following versions are supported:

    • ๐Ÿ’Ž Ruby 1.9.3+ (including JRuby and Rubinius)
    • ๐Ÿš… Rails 3.2+
    • Formtastic 2.2+
    • SimpleForm 2+
    • Mongoid 3+

    โœจ enhancements

    • Ability to define predicate methods on enumerized object. (by @lest)
  • v0.3.0 Changes

    July 09, 2012

    โœจ enhancements

    • Accept a values hash to store an attribute using custom values (e.g. integers) (by @lest)
  • v0.2.2 Changes

    May 22, 2012

    ๐Ÿ› bug fix

    • Correctly assign default value to handle mass assignment in Active Record (by @lest)
  • v0.2.1 Changes

    May 21, 2012

    ๐Ÿ› bug fix

    • Call super in attribute accessors if available (by @lest)
  • v0.2.0 Changes

    March 29, 2012

    โœจ enhancements

    • Ability to enumerize attributes in a module and then include it into classes (by @lest)
    • Add error to a model when attribute value is not included in allowed list (by @lest)

    ๐Ÿ› bug fix

  • v0.1.1 Changes

    March 06, 2012

    ๐Ÿ› bug fix

    • I18n regression: Multiple calls to value #text return different results (by @cgunther and @lest)