File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.7.0 / 2024-10-11
2
+ ===================
3
+ * Allow raw numeric values to be used as keys
4
+ * Add ` wherenot `
5
+ * Added EZRegex pattern for the split extension regex
6
+ * Added negative and * indecies and quotes to ` Split ` parameters
7
+ * Typo: duplicate line removed.
8
+ * Added ` path ` extension that exposes datum's path from the jsonpath expression itself.
9
+ * Remove Python 3.7 support
10
+ * Only construct the parse table once
11
+ * updated test for ` jsonpath.py ` changes
12
+ * fix for Updating a json object fails if the value of a key is boolean #73
13
+ * Add Codespaces configuration
14
+ * Add ` .editorconfig `
15
+ * Fix a GitHub workflow schema issue
16
+
1
17
1.6.1 / 2024-01-11
2
18
===================
3
19
* Bump actions/setup-python from 4 to 5
Original file line number Diff line number Diff line change 3
3
4
4
5
5
# Current package version
6
- __version__ = '1.6.1 '
6
+ __version__ = '1.7.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.6.1 ' ,
7
+ version = '1.7.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