Commit 2c1f60a 1 parent 32e9a09 commit 2c1f60a Copy full SHA for 2c1f60a
File tree 4 files changed +29
-3
lines changed
4 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.6.0 / 2023-09-13
2
+ ===================
3
+ * Enclose field names containing literals in quotes
4
+ * Add note about extensions
5
+ * Remove documentation status link
6
+ * Update supported versions in setup.py
7
+ * Add LICENSE file
8
+ * Code cleanup
9
+ * Remove dependency on six
10
+ * Update build status badge
11
+ * (origin/github-actions, github-actions) Remove testscenarios dependency
12
+ * Remove pytest version constraints
13
+ * Add testing with GitHub actions
14
+ * Escape back slashes in tests to avoid DeprecationWarning.
15
+ * Use raw strings for regular expressions to avoid DeprecationWarning.
16
+ * refactor(package): remove dependency for decorator
17
+ * Merge pull request #128 from michaelmior/hashable
18
+ * (origin/hashable, hashable) Make path instances hashable
19
+ * Merge pull request #122 from snopoke/snopoke-patch-1
20
+ * Add more detail to filter docs.
21
+ * remove incorrect parenthesis in filter examples
22
+ * Merge pull request #119 from snopoke/patch-1
23
+ * add 'sub' line with function param names
24
+ * readme formatting fixes
25
+ * chore(history): update
26
+ * Update __ init__ .py
1
27
2
28
1.5.3 / 2021-07-05
3
29
==================
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ To use the extensions below you must import from `jsonpath_ng.ext`.
223
223
| (-+*/) | - ``$.foo * 12 `` |
224
224
| | - ``$.objects[*].cow + $.objects[*].cat `` |
225
225
+--------------+-----------------------------------------------+
226
- -
226
+
227
227
About arithmetic and string
228
228
---------------------------
229
229
Original file line number Diff line number Diff line change 3
3
4
4
5
5
# Current package version
6
- __version__ = '1.5.3 '
6
+ __version__ = '1.6.0 '
Original file line number Diff line number Diff line change 4
4
5
5
setuptools .setup (
6
6
name = 'jsonpath-ng' ,
7
- version = '1.5.3 ' ,
7
+ version = '1.6.0 ' ,
8
8
description = (
9
9
'A final implementation of JSONPath for Python that aims to be '
10
10
'standard compliant, including arithmetic and binary comparison '
You can’t perform that action at this time.
0 commit comments