- ported to SQLAlchemy-1.0 - set autoflush=true on the SA session - improved coverage above 90% for all modules - setup coveralls.io and requires.io - fix bugs discovered by improved testing
0.8.4
Not secure
~~~~~~~~~~~~~~~~~~~~~~~~~~
- use AppVeyor for Windows continuous integration and for .exe freezing - fix bugs in tests suite where files were not properly closed - add Book.close function to close properly files - depend on enum-compat instead of directly enum34 - add simple script to import/export prices from a gnucash book
0.8.3
Not secure
~~~~~~~~~~~~~~~~~~~~~~~~~~
- fix issue 8 re enum34 - updated sqlalchemy dep to use latest 0.9 series
0.8.2
Not secure
~~~~~~~~~~~~~~~~~~~~~~~~~~
- implementing support for creating Customer, Vendor and Employee objects as well as taxtables
0.8.1
Not secure
~~~~~~~~~~~~~~~~~~~~~~~~~~
- get 100% coverage on transaction module (except for scheduled transactions) - account.full_name returns now unicode string
0.8.0
~~~~~~~~~~~~~~~~~~~~~~~~~~
- get 100% coverage on book and account module - fix repr and str representations of all objects to be compatible py2 and py3