|
1 | 1 |
|
| 2 | +v1.5.0 / 2020-03-06 |
| 3 | +=================== |
| 4 | + |
| 5 | + * feat(version): bump to 1,5.0 |
| 6 | + * Merge pull request #13 from dcreemer/master |
| 7 | + * fix(travis): remove python 3.4 (deprecated) |
| 8 | + * refactor(docs): delete coverage badge |
| 9 | + * Merge pull request #25 from rahendatri/patch-1 |
| 10 | + * Merge pull request #26 from guandalf/contains_operator |
| 11 | + * Merge pull request #31 from borysvorona/master |
| 12 | + * refactor(travis): update python versions |
| 13 | + * Merge pull request #34 from dchourasia/patch-1 |
| 14 | + * Updated Filter.py to implement update function |
| 15 | + * added hook for catching null value instead of empty list in path |
| 16 | + * Ignore vscode folder |
| 17 | + * Contains operator implementation |
| 18 | + * Update requirements-dev.txt |
| 19 | + * setuptools>=18.5 |
| 20 | + * update setuptools |
| 21 | + * update cryptography |
| 22 | + * new version of cryptography requires it |
| 23 | + * entry point conflict with https://pypi.org/project/jsonpath/ |
| 24 | + * add str() method |
| 25 | + * clean up |
| 26 | + * remove extra print() |
| 27 | + * refactor(docs): remove codesponsor |
| 28 | + * feat(docs): add sponsor banner |
| 29 | + * Update .travis.yml |
| 30 | + * feat(History): add History file |
| 31 | + * fix(travis-ci): ignore versions |
| 32 | + * feat(requirements): add missing pytest-cov dependency |
| 33 | + * refactor(requirements): use version contraint |
| 34 | + * fix: remove .cache files |
| 35 | + * feat: add required files |
| 36 | + * fix(travis-ci): install proper packages |
| 37 | + * refactor(setup.py): update description |
| 38 | + * refactor(docs): remove downloads badge |
| 39 | + * fix(tests): pass unit tests |
| 40 | + * feat(docs): add TravisCI and PyPI badges |
| 41 | + * Merge pull request #2 from tomas-fp/master |
| 42 | + * feat(docs): update readme notes |
| 43 | + * feat(setup): increase version |
| 44 | + * Merge pull request #1 from kmmbvnr/patch-1 |
| 45 | + * Fix github url on pypi |
| 46 | + |
2 | 47 | v1.4.3 / 2017-08-24
|
3 | 48 | ===================
|
4 | 49 |
|
|
0 commit comments