Skip to content

Releases: sibprogrammer/xq

v1.2.4

18 Jan 15:54
Compare
Choose a tag to compare

Changelog

  • 08f46d7 Fix #67: Support basic XPath functions
  • 90edebb Fix #63: Correct quotes escaping for JSON strings

v1.2.3

05 Nov 15:34
Compare
Choose a tag to compare

Changelog

  • 2842ec9 Fix #58: Improve handling of array and object literals and trailing/leading spaces in JSON
  • e7199ff Fix #57: Improve handling of mix of chardata and tags in XML

v1.2.2

08 Oct 15:47
Compare
Choose a tag to compare

Changelog

  • 2d8ab1b Fix #44: Integrate the version information into the binary to support 3rd party packaging
  • 2d10149 Fix #43: Use zero indent for compact representation
  • 11673e9 Add support for ARM architecture
  • 5631128 Fix #41: Allow zero-spaced indentation
  • 66e5539 Fix #37: Handle special XML namespace

v1.2.1

09 Jul 13:39
Compare
Choose a tag to compare

Changelog

  • 8ed07bd Fix packaging format for Windows

v1.2.0

09 Jul 12:26
Compare
Choose a tag to compare

Changelog

  • 039966d Add JSON stream highlighter
  • e31dd05 Update #30: Add experimental Windows build
  • f5d69fc Update #20: Add support of -n (node extraction) for CSS selectors
  • c8697ac Update #20: Add an ability to extract attribute values
  • a3f4545 Fix #32: Add AIX/PPC64 platform support

v1.1.4

24 Apr 10:36
Compare
Choose a tag to compare

Changelog

  • 8aed2a2 Fix #31: Prettify leading and trailing spaces for text nodes
  • e8f8be6 Fix #28: More pretty looking error message in the case of an invalid XPath expression
  • 7b00139 Fix #27: Add an ability to extract XML content instead of text nodes

v1.1.3

24 Jan 20:29
Compare
Choose a tag to compare

Changelog

  • d8708ff Fix #25: XPath query should not fail if XML contains HTML autoclosable tags

v1.1.2

15 Jan 13:18
Compare
Choose a tag to compare

Changelog

  • 7c585a2 Fix #22: Proper escaping of attribute values
  • 233e840 Fix #23: Add syntax highlighting for XML directives and tests
  • d3633f9 Updates #23: Add XML directives support
  • 94cdf74 Fix #21: Avoid messing up the XML content due to HTML auto close the tags

v1.1.1

19 Dec 20:46
Compare
Choose a tag to compare

Changelog

v1.1.0

27 Nov 18:45
Compare
Choose a tag to compare

Changelog

  • 0a9c1d7 Fix #17: Improve formatting of mixed content
  • 666b39f Update #17: Preserve whitespaces for non-empty text nodes
  • 748f62d Fix #14: Autodetect of HTML content
  • c50755b Remove redundant whitespaces in XPath query results
  • 8dbf6ee Update #16: Add basic CSS selectors support
  • 7fa6bfe Make XPath quires tolerant to HTML content
  • 4a1efbc Make XML parser more relaxed to HTML content
  • ca17c5f Fix XML comments rendering using HTML parser