We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9258b36 commit 464efb7Copy full SHA for 464efb7
History.md
@@ -1,4 +1,14 @@
1
2
+v1.5.2 / 2020-09-07
3
+===================
4
+
5
+ * Merge pull request #41 from josephwhite13/allow-dictionary-filtering
6
+ * Merge pull request #48 from back2root/master
7
+ * Check for null value.
8
+ * Merge pull request #40 from memborsky/add-regular-expression-contains-support
9
+ * feat: support regular expression for performing contains (=~) filtering
10
+ * if datum.value is a dictionary, filter on the list of values
11
12
1.5.1 / 2020-03-09
13
==================
14
jsonpath_ng/__init__.py
@@ -3,4 +3,4 @@
# Current package version
-__version__ = '1.5.1'
+__version__ = '1.5.2'
0 commit comments