We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad69a68 commit 5d9bc52Copy full SHA for 5d9bc52
CHANGES.md
@@ -1,5 +1,10 @@
1
# CHANGES for jsonpath-plus
2
3
+## 5.0.5 (2021-04-09)
4
+
5
+- Fix: Avoid cache corruption when the returned structure is modified.
6
+ Fixes #102. (@tejodorus)
7
8
## 5.0.4 (2021-03-02)
9
10
- Fix: allow falsey at values in filter (now may require checking for
package.json
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
- "version": "5.0.4",
+ "version": "5.0.5",
"main": "dist/index-node-cjs.js",
"exports": {
".": {
0 commit comments