There was an error while loading. Please reload this page.
1 parent d145c61 commit 309d445Copy full SHA for 309d445
2 files changed
CHANGES.md
@@ -1,5 +1,12 @@
1
# CHANGES for jsonpath-plus
2
3
+## 8.0.0
4
+
5
+- Breaking change: Bump Node `engines` to 14
6
+- feat: add support for nested filter expressions (@carlosingles)
7
+- docs: update README and license (@akirataguchi115)
8
+- docs: github workflow badge (@dsanch3z)
9
10
## 7.2.0
11
12
- perf: optimize walk method by 10%-34% (@jacobroschen)
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "7.2.0",
+ "version": "8.0.0",
"type": "module",
"main": "dist/index-node-cjs.cjs",
"exports": {
0 commit comments