| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-08-11 | 843 Bytes | |
| xq_1.5.0_darwin_amd64.tar.gz | 2026-08-11 | 2.8 MB | |
| xq_1.5.0_darwin_arm64.tar.gz | 2026-08-11 | 2.7 MB | |
| xq_1.5.0_linux_386.tar.gz | 2026-08-11 | 2.8 MB | |
| xq_1.5.0_linux_armv7.tar.gz | 2026-08-11 | 2.7 MB | |
| xq_1.5.0_windows_amd64.zip | 2026-08-11 | 2.9 MB | |
| xq_1.5.0_aix_ppc64.tar.gz | 2026-08-11 | 2.8 MB | |
| xq_1.5.0_linux_amd64.tar.gz | 2026-08-11 | 2.8 MB | |
| xq_1.5.0_linux_arm64.tar.gz | 2026-08-11 | 2.6 MB | |
| xq_1.5.0_linux_armv6.tar.gz | 2026-08-11 | 2.7 MB | |
| README.md | 2026-08-11 | 813 Bytes | |
| v1.5.0 source code.tar.gz | 2026-08-11 | 161.4 kB | |
| v1.5.0 source code.zip | 2026-08-11 | 187.9 kB | |
| Totals: 13 Items | 25.1 MB | 3 | |
Changelog
- [e1abbb] Fix [#189]: Return a non-zero exit code when the XPath or CSS query finds no matches
- [f5c662] Convert empty XML elements to null in the JSON output
- [2abd07] Fix [#176]: Put attributes on separate lines when the tag is too long
- [9458c2] Fix [#15]: Keep the XML version buffer as small as possible for better streaming
- [295966] Fix [#15]: Workaround for XML 1.1 processing
- [e09700] Fix [#129]: Improve whitespaces handling
- [11a1a9] Fix [#190]: Add pager customization support
- [9540fe] Rewrite JSON formatter to avoid decoder internals
- [039d89] Anchor IsJSON regex to prevent false positives on CDATA
- [afb6db] Improve escaping of HTML content
- [a0ce12] Fix XPath boolean result output
- [a296a0] Fix [#193]: Handle processing instructions without attributes