- Made aggregated fully support column aliases - Changed test matrix to run all tests without any optional dependencies (as well as with all optional dependencies)
0.28.2
Not secure
^^^^^^^^^^^^^^^^^^^
- Fixed issue with Color importing (104)
0.28.1
Not secure
^^^^^^^^^^^^^^^^^^^
- Improved EncryptedType to support more underlying_type's; now supports: Integer, Boolean, Date, Time, DateTime, ColorType, PhoneNumberType, Unicode(Text), String(Text), Enum - Allow a callable to be used to lookup the key for EncryptedType
0.28.0
Not secure
^^^^^^^^^^^^^^^^^^^
- Fixed PhoneNumber string coercion (93) - Added observes decorator (generates decorator will be deprecated later)
0.27.11
Not secure
^^^^^^^^^^^^^^^^^^^^
- Added loose typed column checking support for get_column_key - Made get_column_key throw UnmappedColumnError to be consistent with SQLAlchemy
0.27.10
Not secure
^^^^^^^^^^^^^^^^^^^^
- Fixed column alias handling in dependent_objects