CHANGES
=======

1.0.5
-----

* Allow null types with add\_property

1.0.4
-----

* Allow null values for properties

1.0.3
-----

* Added tests
* Dump property values using Database.object\_class

1.0.2
-----

* Added the ability to specify a custom object class

1.0.1
-----

* Added tests for load\_value and dump\_value
* Fixed database to load parents and properties after everything else

1.0.0
-----

* Addd Readme
* Use instance methods for Method instances created with Object.add\_method
* Add load tests
* Add the ability to register objects
* Added more load functions
* Fixed dump method
* New stuff
* Added moe inheritance-related tests
* Added test for ancestors
* Fix requirements
* Added dump\_method and load\_method methods
* Store property names
* Separated files again
* Make it impossible to change id and \_\_initialised\_\_
* Added a notion of a database
* Added remove\_method method
* Many changes
* Initial commit
