Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 20:26

Changelog

  • e1abbb3 Fix #189: Return a non-zero exit code when the XPath or CSS query finds no matches
  • f5c6624 Convert empty XML elements to null in the JSON output
  • 2abd074 Fix #176: Put attributes on separate lines when the tag is too long
  • 9458c21 Fix #15: Keep the XML version buffer as small as possible for better streaming
  • 2959669 Fix #15: Workaround for XML 1.1 processing
  • e097008 Fix #129: Improve whitespaces handling
  • 11a1a97 Fix #190: Add pager customization support
  • 9540fe2 Rewrite JSON formatter to avoid decoder internals
  • 039d89a Anchor IsJSON regex to prevent false positives on CDATA
  • afb6dbc Improve escaping of HTML content
  • a0ce12f Fix XPath boolean result output
  • a296a08 Fix #193: Handle processing instructions without attributes