Releases: sibprogrammer/xq
Releases · sibprogrammer/xq
v1.2.5
Changelog
- c3e5967 Fix #73: Handle invalid XPath queries
- a0c4e1e Fix #94: Preserve CDATA for unsafe content
- d6c3326 Get rid of viper due to MIT license incompatibility
- 4b7feb6 Fix #75: Correct formatting of nested tags with the same name
- 9d55574 Add aarch64 support
v1.2.4
Changelog
- 08f46d7 Fix #67: Support basic XPath functions
- 90edebb Fix #63: Correct quotes escaping for JSON strings
v1.2.3
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
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
Changelog
- 8ed07bd Fix packaging format for Windows
v1.2.0
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
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
Changelog
- d8708ff Fix #25: XPath query should not fail if XML contains HTML autoclosable tags
v1.1.2
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