- Removed the option of using
enum
as the method. You can only define enums asenumify
- Fixed an issue with setting an enum as a nil value
- Calling method! will not trigger a save if the value had not changed
- Added 'allow_nil' as an option.
- Fixed bug in not_ scopes
- Added support for not_ scopes
- Improved the tests
- Initial release