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 6f2f583 commit 5517908Copy full SHA for 5517908
CHANGELOG.rst
@@ -1,3 +1,16 @@
1
+0.9.1
2
+=====
3
+
4
+* Raise LexerError on invalid numbers
5
+ (`issue 98 <https://github.com/jmespath/jmespath.py/issues/98>`__)
6
+* Add support for custom functions (#100)
7
+ (`issue 100 <https://github.com/jmespath/jmespath.py/issues/100>`__)
8
+* Fix ZeroDivisionError for built-in function avg() on empty lists (#115)
9
+ (`issue 115 <https://github.com/jmespath/jmespath.py/issues/115>`__)
10
+* Properly handle non numerical ordering operators (#117)
11
+ (`issue 117 <https://github.com/jmespath/jmespath.py/issues/117>`__)
12
13
14
0.9.0
15
=====
16
0 commit comments