- Added support for PostgreSQL 9.5. Certain JSONB subtraction operators are only created if used PostgreSQL version is below 9.5. - Added ``rename_table`` migration function
0.6.0
^^^^^^^^^^^^^^^^^^
- Added support for activity schema configuration (4, courtesy of jmagnusson)
0.5.2
^^^^^^^^^^^^^^^^^^
- Avoid empty string INET value with Flask ``VersioningManager`` (10, courtesy of asfaltboy)
0.5.1
^^^^^^^^^^^^^^^^^^
- Fixed migration helpers to work with alembic operations object
0.5.0
^^^^^^^^^^^^^^^^^^
- Added ``alter_column`` migration helper function - Added ``change_column_name`` migration helper function - Added flake8 checks - Added isort checks - Added ``jsonb_change_key_name`` function expression - Added ``jsonb`` substraction operator to support text data type - Added ``remove_column`` migration helper
0.4.2
^^^^^^^^^^^^^^^^^^
- Added ``data`` ``hybrid_property`` for ``Activity`` model. This property makes it easy to find all changes made in given record.