File rubygem-attr_encrypted.changes of Package rubygem-attr_encrypted
-------------------------------------------------------------------
Mon Feb 12 05:28:30 UTC 2018 - factory-auto@kulow.org
- updated to version 3.1.0
see installed CHANGELOG.md
## 3.1.0 ##
* Added: Abitilty to encrypt empty values. (@tamird)
* Added: MIT license
* Added: MRI 2.5.x support (@saghaulor)
* Fixed: No long generate IV and salt if value is empty, unless :allow_empty_value options is passed. (@saghaulor)
* Fixed: Only generate IV and salt when :if and :unless options evaluate such that encryption should be performed. (@saghaulor)
* Fixed: Private methods are correctly evaluated as options. (@saghaulor)
* Fixed: Mark virtual attributes for Rails 5.x compatibility (@grosser)
* Fixed: Only check empty on strings, allows for encrypting non-string type objects
* Fixed: Fixed how accessors for db columns are defined in the ActiveRecord adapter, preventing premature definition. (@nagachika)
-------------------------------------------------------------------
Tue Aug 2 10:19:06 UTC 2016 - mrueckert@suse.de
- update to 3.0.3
-------------------------------------------------------------------
Mon Jun 6 13:26:32 UTC 2016 - mrueckert@suse.de
- update to 3.0.1
-------------------------------------------------------------------
Tue May 12 10:12:55 UTC 2015 - mrueckert@suse.de
- initial package