Skip to content

1.8.0

Compare
Choose a tag to compare
@wRAR wRAR released this 18 Apr 12:27
· 25 commits to master since this release
  • 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 the body and encoding arguments) instead of str (using the text argument).
  • Typing improvements
  • The pkg_resources module (which was absent from the requirements) is no longer used
  • Documentation build fixes