CHANGES
=======

0.2.1
-----

* Allowing to define objecthooks with string parameters
* allowing to add object hooks to deserialization, registering custom type parsers
* [ADD] failing test for obj typing

0.2.0
-----

* fixed an issue where query attribute was not reset after executing
* [Add] One more test
* [ADD] failing test

0.1.13
------

* fixed an issue where querying would set attributes to dirty
* [FIX] remove the logging basicConfig set to DEBUG level
* Add test

0.0.12
------

* removed version constraint for cereal-lazer

0.0.11
------

* bumping datamodel version
* bumping cereal version

0.0.10
------

* added manytomany support

0.0.9
-----

* integrated the latest cereal lazer
* Update after review, making better use of instances
* Add test and fix it

0.0.8
-----

* bumping datamodel dependency for tests
* allowing server side properties to be queried

0.0.6
-----

* bumping datamodel version
* serializing the entire object instead of just the id
* Typo

0.0.5
-----

* enhanced readme
* completed readme
* fixed an issue where loading would be locked if an error occured during object loading

0.0.4
-----

* update setup

0.0.3
-----

* referencing the correct repo in travis ci

0.0.2
-----

* fixed requirements sorting

0.0.1
-----

* updated testfile to new fast alchemy version
* added ordered set to requirements
* moved dev libs to dev requirements
* added flask restless as a dependency to the tests
* correcting badges
* added CI and precommit
* finished tests
* cleaned up the repo
* added more integration tests
* correctly supporting polymorphism
* WIP refactoring
* cereal lazer is now a small layer on top of serialize
* pushed client code
* added test for model roundtrip
* added support for exposing model methods
* added test for custom types
* added a small utility library that's able to (de)serialize while retaining types
* server code
* Initial commit
