Next Release
============

0.3.1
=====

- Added `upper_bound_limit` for specifying (or disabling) the current default upper bound of 10000 rows.

0.3.0
=====

- Added `with` operator for n-to-m relationships. This can only be used with the ORM. 

0.2.0
=====

- Added SQLAlchemy ORM support

0.1.2
=====

- Bugfix: Fixed type conversion of typedecorated types

0.1.1
=====

- Added support for custom types which use sqlalchemy.types.TypeDecorator.
- Added support for ilike and not_ilike filter
- Use postgresql in travis tests

0.1.0
=====

- Initial Release
- Support for python 2.7, 3.5 and 3.6-dev
