All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed a Python 3.9 compatibility issue.
- Added support for table schema. See #5 for details. Thanks to @theo-ardouin for the contribution.
- Added support camel case column, table, and enum names. See #4 for details. Thanks to @charlesmelby for the contribution.
- BREAKING CHANGE: The
Column
constructor now requiresold_server_default
andnew_server_default
arguments. See #2 for details.
- Fixed GitHub actions.
- Released the first version of the package.