We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745e3af commit cab8e4cCopy full SHA for cab8e4c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.2.0
2
+### Added
3
+- Support for boolean expressions (https://github.com/gga/json-path/pull/16)
4
+
5
## 2.1.0
6
### Added
7
- Support for nested array selection (https://github.com/gga/json-path/pull/14)
project.clj
@@ -1,4 +1,4 @@
-(defproject json-path "2.1.0"
+(defproject json-path "2.2.0"
:description "JSON Path for Clojure data structures"
:url "http://github.com/gga/json-path"
:license {:name "The MIT License"
0 commit comments