CHANGES
=======

0.4.13
------

* bumped datamodel version
* linter
* bumping version
* making compatible with current datamodel
* bumped datamodel version
* adding 0.2.8 to server versions

0.4.12
------

* accounting for M2O being None

0.4.11
------

* flagging manytomany relations as any filter when building a relation based query

0.4.10
------

* linter
* updated recommended server versions

0.4.9
-----

* fixed an issue in the ObjectCollection class that made it unable to print

0.4.8
-----

* fixed an issue that would set True booleans to None

0.4.7
-----

* comparing to State with is instead of ==

0.4.6
-----

* comparing value to State.VOID though is instead of ==

0.4.5
-----

* allowing to refresh instances
* actually allowing settable properties this this :)

0.4.4
-----

* allowing to set a timeout
* allowing timeouts parameter

0.4.3
-----

* making a list of compatible server versions instead of pinning it to one

0.4.2
-----

* [FIX] pkg name
* Revert "[FIX] don't use pbr version system but pkg\_resources"
* [FIX] don't use pbr version system but pkg\_resources

0.4.1
-----

* added api to default auth url for backwards compat

0.4.0
-----

* throwing warnings when the client is not compatible with the server, added settable property

0.3.0
-----

* pinned datamodel version for now

0.2.2
-----

* defaulting to class if polymorphic class isn't found
* add method file
* overloading signature when constructing methods
* linter
* using inspect in tests to show best behavior
* moved save and delete to instance state
* removed all and get shorthand
* moved all meta data and instance state tracking to a dedicated object

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
