CHANGES
=======

2.0
---

* Drop support of py27
* drop py34 from travis
* Manage virtual env through tox
* Drop python 3.4 support
* Update Changelog

1.8.2
-----

* fix use newline format on single value
* add download badge
* update changelog

1.8.1
-----

* fix infilename retrieve if input come from stdin
* rename Changelog
* Update Changelog

1.8.0
-----

* [feat #11] Add in-place and output function to print output to a file
* [fix #41] Remove future import
* [doc #10] Add some usecases
* [doc] Improve contributing guide to explain how to run it locally explicitly
* update doc help and options
* add features example
* Introduce some examples with eval

1.7.0
-----

* Introduce eval output

1.6.1
-----

* fix json examples structure

1.6.0
-----

* Handle jmespath lexer errors with path which contains dash
* Disable python3.8 tests on travis
* Support of python 3.8
* remove testing of python 3.5 and 3.6 development versions
* update changelog

1.5.1
-----

* Fix JSON issue when content start with a list
* compatibility with python3.7
* transfer project to openuado organization
* Introduce search by using xpath syntax
* move from devel branch to master branch as the default branch

1.4.2
-----

* fix license typo

1.4.1
-----

* Fixing list of dict extract
* fix pbr setup requirements

1.4.0
-----

* Update Changelog and fix travis automatic deployment
* get the niet version number
* document silent mode
* allow to use silent mode and doesn't display element not found
* Remove duplicate actions
* Explain how to use bandit to contributors
* Scan project code with bandit during CI

1.3.0
-----

* update changelog
* read data from stdin or from file (#25)
* introduce unittest (#7)
* improve documentation and add more examples and fix (#8)
* improve contributing
* Update changelog and authors
* Add possibility to begin search string by a point eg: .project
* Improve multiples output functionnality
* make adequation between examples in doc and functionnal tests
* Add yaml and json output format
