-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
executable file
·39 lines (34 loc) · 1.16 KB
/
CHANGELOG
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
31
32
33
34
35
36
37
38
39
rel_1_0_5:
date: 2011-2-20
notes:
- Fixed Rails 3 deprecations
rel_1_0_1:
date: 2009-12-20
notes:
- Fixed AR serialization - now adds "serialize" to the model when adding callbacks
-- Added secure_column_symbols to return an array of columns to be secured, as symbols. Not very DRY, but works for now
- Defaulting to :text fields instead of binary for :storage type. To allow storing base64 encoded encrypted data
- Need to verify :only and :except returns a valid set of columns to secure - haven't tested this much at the moment.
rel_1_0_0:
date: 2009-12-20
notes:
- Updates to use AR serialization to manage storage of data to the DB
- Added acts_as_secure :only => [] option to allow specifying specific columns to be secured
- Added update_pk_password class method to allow setting the private key password
- Added gemspec
rel_0_0_4:
date: 2008-09-06
notes:
- No decryption for NULL fields
rel_0_0_3:
date: 2007-06-26
notes:
- Added support for nested crypto blocks
rel_0_0_2:
date: 2007-06-18
notes:
- Added support for model inheritance
rel_0_0_1:
date: 2005-04-26
notes:
- Initial release