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 fa7e0c0 commit 3cc4711Copy full SHA for 3cc4711
NEWS
@@ -3,6 +3,22 @@
3
History
4
-------
5
6
+1.8.0 (YYYY-MM-DD)
7
+~~~~~~~~~~~~~~~~~~
8
+
9
+* Add support for JMESPath: you can now create a selector for a JSON document
10
+ and call ``Selector.jmespath()``. See :ref:`the documentation
11
+ <topics-selectors>` for more information and examples.
12
+* Memory usage improvements
13
+* Typing improvements
14
+* The ``pkg_resources`` module (which was absent from the requirements) is no
15
+ longer used
16
+* Documentation build fixes
17
+* New requirements:
18
19
+ * ``jmespath``
20
+ * ``typing_extensions`` (on Python 3.7)
21
22
1.7.0 (2022-11-01)
23
~~~~~~~~~~~~~~~~~~
24
0 commit comments