- Add support for JMESPath: you can now create a selector for a JSON document and call
Selector.jmespath()
. - Selectors can now be constructed from
bytes
(using thebody
andencoding
arguments) instead ofstr
(using thetext
argument). - Typing improvements
- The
pkg_resources
module (which was absent from the requirements) is no longer used - Documentation build fixes