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 e9b1d5d commit 192f93eCopy full SHA for 192f93e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## 2.3.0 - 2016-01-05
4
+
5
+* Added support for [JEP-9](https://github.com/jmespath/jmespath.site/blob/master/docs/proposals/improved-filters.rst),
6
+ including unary filter expressions, and `&&` filter expressions.
7
+* Fixed various parsing issues, including not removing escaped single quotes
8
+ from raw string literals.
9
+* Added support for the `map` function.
10
+* Fixed several issues with code generation.
11
12
## 2.2.0 - 2015-05-27
13
14
* Added support for [JEP-12](https://github.com/jmespath/jmespath.site/blob/master/docs/proposals/raw-string-literals.rst)
0 commit comments