CHANGES
=======

0.1.7
-----

* trying to build with python 3.7
* trying to build with python 3.7
* linter
* added support for sqla 1.4

0.1.6
-----

* isort
* if values are dicts, cast them to string
* fix typo

0.1.5
-----

* [REF] changes after review
* [IMP] Allow to specify the ref\_mapping before loading

0.1.4
-----

* added some clearer error handling. Correctly treating relation lookups
* 👏 Fixed typo 👏

0.1.3
-----

* skip

0.1.2
-----

* making the deploy a stage
* linter
* making it 3.5 compatible

0.1.1
-----

* Allowed the pre-loading of potentially existing instances

0.1.0
-----

* Allowing to reference instances that are already in the database. Instances no longer need to be ordered to take relations into account

0.0.6
-----

* correctly using the options file loader

0.0.5
-----

* linting
* making the file loader configurable
* added a quickstart ot the readme
* apparently an init file in the tests will make travis pick up cov
* including \_\_init\_\_
* linter
* targetting correct cov module
* correct badge :D
* finding my way in badged
* flagging a yaml block correctly as a yaml block

0.0.4
-----

* allowing composite key refs
* clarified flask interaction
* fixed some spelling and grammar mistakes, added some clarifications to the readme

0.0.3
-----

* marking readme format as markdown

0.0.2
-----

* linter
* linting
* CI and setup files
* added exporter, fleshed out readme
* adapted to work with SQLA as well
* only creating the models that are created in load\_models, added context option, allowing to drop models
* update readme
* basic test and requirements
* first functionality draft
* Initial commit
