CHANGES
=======

0.1.9
-----

* Fix README

0.1.8
-----

* Add sub and split named_operator
* doc: Fix typo
* Add a long description to README
* Add more tests
* Improve documentation

0.1.7
-----

* Fix py3 tests
* Ensure pep8,py27,py34 pass before releasing
* Typo in documentation
* Fix pep8 errors

0.1.6
-----

* Implements simple operator + - * /
* Returns all datum if no filter are set

0.1.5
-----

* Move parser to module

0.1.4
-----

* Fixes py3 tests
* Remove useless FILTER_VALUE type
* Remove useless code
* Fix examples
* Fixes a tests, add examples

0.1.3
-----

* Add jsonpath test to ensure we didn't break it
* Allows jsonpath in sort, not just ID
* Allow json query syntax for sorted list

0.1.2
-----

* Fix package name in README

0.1.1
-----

* Fix package name

0.1.0
-----

* Change homepage
* Update release script
* Use universal wheel
* Remove py32, mock is not supported
* Add releases script
* Fix py3 tests
* Allow '==' operator
* Add reallife example
* Build docs with travis
* Initial Commit
