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 04c57b2 commit 7246615Copy full SHA for 7246615
CHANGELOG.rst
@@ -1,3 +1,14 @@
1
+0.8.0
2
+=====
3
+
4
+* Improve lexing performance (`issue 84 <https://github.com/jmespath/jmespath.py/pull/84>`__)
5
+* Fix parsing error for multiselect lists (`issue 86 <https://github.com/jmespath/jmespath.py/issues/86>`__)
6
+* Fix issue with escaping single quotes in literal strings (`issue 85 <https://github.com/jmespath/jmespath.py/issues/85>`__)
7
+* Add support for providing your own dict cls to support
8
+ ordered dictionaries (`issue 94 <https://github.com/jmespath/jmespath.py/pull/94>`__)
9
+* Add map() function (`issue 95 <https://github.com/jmespath/jmespath.py/pull/95>`__)
10
11
12
0.7.1
13
=====
14
0 commit comments