* Support unlimited varchar fields (thanks John A. Bachman) * Updated documentation regarding string encoding in Python 3 (thanks John A. Bachman) * Fix bug in varchar truncation * Fix bug in numeric type formatter (reported by Peter Van Eynde)
1.2.0
""""" 25 Mar, 2017
* Support db schema (thanks Marcin Gozdalik)
1.1.0
""""" 26 Jan, 2017
* Support ``uuid``, ``json``, and ``jsonb`` types (thanks Igor Mastak) * Integrate Travis CI * Add docker test strategy
1.0.0
""""" 19 Jan, 2017
* Run tests with tox * Support Python 3 * Initial release on PyPi
0.7
""" 19 Jan, 2017
* Add support for serializing Python ``decimal.Decimal`` to PostgreSQL ``numeric``.