Skip to content

Releases: sibprogrammer/xq

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

v1.0.0

06 Nov 18:13
Compare
Choose a tag to compare

Changelog

v0.0.8

28 Aug 12:01
Compare
Choose a tag to compare

Changelog

  • b249d1a Fix build for MacOS M1 platform

v0.0.7

09 Jan 07:38
Compare
Choose a tag to compare

Changelog

5b8617f Fix #10: Add an ability to disable syntax highlighting (and enforce it)
c0409fd Fix #9: A shortcut to extract a single node
9ae9507 Fix #8: Colorful output with "less" on Linux
d6a1436 Fix #7: highlight the attr values in the processing instructions

v0.0.6

20 Nov 16:31
Compare
Choose a tag to compare

Changelog

b67d070 Fix #4: Add an ability to redefine the indentation way via .xq rcfile
a7b39be Fix #6: Use pipes to avoid io buffering
565abea Fix #5: Ability to customize the indentation format via command options
fa50ef3 Fix #3: Proper handling of default namespace redeclaration

v0.0.5

14 Nov 05:18
Compare
Choose a tag to compare

Changelog

373e916 Fix #1: Support non-UTF encodings
8db6095 Fix #2: Proper support for namespaces
9ea51a8 Add information about the license

v0.0.4

13 Nov 06:07
Compare
Choose a tag to compare

Changelog

1c3e6f1 Show error in the case of malformed XML
9470e71 Use more user-friendly URLs for installer

v0.0.3

09 Nov 13:13
Compare
Choose a tag to compare

Changelog

v0.0.1

06 Nov 13:23
Compare
Choose a tag to compare

Changelog

bf88e73 Initial draft