|
| 1 | +1.6.1 / 2024-01-11 |
| 2 | +=================== |
| 3 | + * Bump actions/setup-python from 4 to 5 |
| 4 | + * Bump github/codeql-action from 2 to 3 |
| 5 | + * Use tox to run the test suite against all supported Pythons |
| 6 | + * Fix a typo in the README |
| 7 | + * Add a test case |
| 8 | + * Fix issue with lambda based updates |
| 9 | + * Remove unused code from the test suite |
| 10 | + * Refactor `tests/test_parser.py` |
| 11 | + * Refactor `tests/test_lexer.py` |
| 12 | + * Refactor `tests/test_jsonpath_rw_ext.py` |
| 13 | + * De-duplicate the parser test cases |
| 14 | + * Refactor `tests/test_jsonpath.py` |
| 15 | + * Refactor `tests/test_jsonpath.py` |
| 16 | + * Refactor `tests/test_exceptions.py` |
| 17 | + * Remove a test that merely checks exception inheritance |
| 18 | + * Refactor `tests/test_examples.py` |
| 19 | + * Add pytest-randomly to shake out auto_id side effects |
| 20 | + * Bump actions/checkout from 3 to 4 |
| 21 | + * Include the test suite in coverage reports |
| 22 | + * Remove tests that don't affect coverage and contribute nothing |
| 23 | + * Reformat `tests/test_create.py` |
| 24 | + * Remove `test_doctests`, which is a no-op |
| 25 | + * Demonstrate that there are no doctests |
| 26 | + * Remove the `coveralls` dependency |
| 27 | + * Migrate `tests/bin/test_jsonpath.py` to use pytest |
| 28 | + * remove Python2 crumbs |
| 29 | + * Add CodeQL analysis |
| 30 | + * Remove the `oslotest` dependency |
| 31 | + * Fix running CI against incoming PRs |
| 32 | + * Support, and test against, Python 3.12 |
| 33 | + * Update the currently-tested CPython versions in the README |
| 34 | + * Remove an unused Travis CI config file |
| 35 | + * Add a Dependabot config to keep GitHub action versions updated |
| 36 | + * add a test for the case when root element is a list |
| 37 | + * Fix issue with assignment in case root element is a list. |
| 38 | + * Fix typo in README |
| 39 | + * Fix test commands in Makefile |
| 40 | + * Fix .coveragerc path |
| 41 | + * Simplify clean in Makefile |
| 42 | + * Refactor unit tests for better errors |
| 43 | + * test case for existing auto id |
| 44 | + * Add more examples to README (thanks @baynes) |
| 45 | + * fixed typo |
| 46 | + * Don't fail when regex match is attempted on non-strings |
| 47 | + * added step in slice |
| 48 | + * Add additional tests |
| 49 | + * Add `keys` keyword |
| 50 | + |
1 | 51 | 1.6.0 / 2023-09-13
|
2 | 52 | ===================
|
3 | 53 | * Enclose field names containing literals in quotes
|
|
15 | 65 | * Use raw strings for regular expressions to avoid DeprecationWarning.
|
16 | 66 | * refactor(package): remove dependency for decorator
|
17 | 67 | * Merge pull request #128 from michaelmior/hashable
|
18 |
| - * (origin/hashable, hashable) Make path instances hashable |
| 68 | + * Make path instances hashable |
19 | 69 | * Merge pull request #122 from snopoke/snopoke-patch-1
|
20 | 70 | * Add more detail to filter docs.
|
21 | 71 | * remove incorrect parenthesis in filter examples
|
|
0 commit comments