* Add `EmailPGPPublicKeyField` and `EmailPGPSymmetricKeyField`.
0.5.0
* Rename the following fields: `PGPPublicKeyField` to `TextPGPPublicKeyField`; `PGPSymmetricKeyField` to `TextPGPSymmetricKeyField`; `DigestField` to `TextDigestField`; `HMACField` to `TextHMACField`. * Add new integer fields: `IntegerPGPPublicKeyField`; `IntegerPGPSymmetricKeyField`.
0.4.0
* Make accessing decrypted value transparent. Fix bug when field had a string representation of `memoryview` for PGP and keyed hash fields.
0.3.1
* Fix `EncryptedProxyField` to select the correct item.
0.3.0
* Access `PGPPublicKeyField` and `PGPSymmetricKeySQL` decrypted values with field's proxy `_decrypted`. * Remove descriptor for field's name and raw value.
0.2.0
* Add hash based lookup for `DigestField` and `HMACField`. * Add `DigestField`, `HMACField`, `PGPPublicKeyAggregate`, `PGPSymmetricKeyAggregate`.