File rubygem-attr_encrypted.changes of Package rubygem-attr_encrypted
-------------------------------------------------------------------
Mon Nov 4 16:05:01 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 4.1.1
* Fixed: Fix SystemStackError when extending the reload method with Module#prepend.
-------------------------------------------------------------------
Fri Jun 21 09:19:39 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 4.1.0
* Changed: Dropped support for `datamapper` which has not had a release since October 2011. This is in an attempt to make
maintenance and testing easier moving forward.
-------------------------------------------------------------------
Tue Nov 14 14:47:45 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 4.0.0, see bundled CHANGELOG.md
-------------------------------------------------------------------
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