-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
30 lines (19 loc) · 956 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
== 1.0.5 / 2016-08-16
* Change enum_attr to assume :some_enum maps to SomeEnum module
* Enable require 'iron-enum' instead of 'iron/enum'
== 1.0.4 / 2013-06-21
* Same as 1.0.4, but add support to model attributes as well (doh)
== 1.0.3 / 2013-06-21
* Minor bugfix to allow better handling of setting an enum attr with a blank string as if it were setting to nil
== 1.0.2 / 2013-03-25
* Improve edge cases for Enum::Core#options to correctly return [] for nil and [] explicit parameters
* Add type coercion to enum_attr setter to allow setting via string iff that string represents a valid value in string form
== 1.0.1 / 2013-03-23
* Add validation of inclusion for ActiveRecord enum_attr owners
* Improve docs and spec coverage a bit
== 1.0.0 / 2013-03-23
* Initial revision
* Support declaring enums using #enum
* Support enum attributes using #enum_attr
* ActiveRecord support for automatic scope creation and pretty inspects
* Add to GitHub