Skip to content

Releases: antchfx/xmlquery

v1.5.0

12 Oct 06:49

Choose a tag to compare

New Features

  • Add xml.ProcInst supports. Include the new ProcessingInstruction Node Type (#133, #106)
  • Add a LineNumbers feature that allows retrieving the line number of each node in the XML file via the WithLineNumbers option. (#132 by @aufi)
  • New methods: ChildNodes() (#127 by @rmkane)

Other

update github.com/antchfx/xpath from 1.3.3 to 1.3.5. See https://github.com/antchfx/xpath/releases

v1.4.4

03 Feb 07:33

Choose a tag to compare

v1.4.3

21 Dec 11:32

Choose a tag to compare

Merged PR:

Update packages:

  • update golang.org/x/net from v0.7.0 to v0.33.0
  • update github.com/antchfx/xpath from v1.3.2 to v1.3.3

v1.4.2

07 Oct 02:10

Choose a tag to compare

update dep package github.com/antchfx/xpath from v1.3.1 to v1.3.2

https://github.com/antchfx/xpath/releases/tag/v1.3.2

v1.4.1

24 Jun 04:05

Choose a tag to compare

update github.com/antchfx/xpath to v1.3.1 (https://github.com/antchfx/xpath/releases/tag/v1.3.1)

v1.4.0

06 Apr 14:06

Choose a tag to compare

fixes:

Core package XPath

Features

PR #65, allows expose Level() for Node object

Release v1.3.18

25 Sep 00:08

Choose a tag to compare

Release 1.3.17

16 Jun 15:10

Choose a tag to compare

Add new parser option: CharsetReader to supports UTF-16 encoding. fixed #105

v1.3.16

08 Jun 11:32

Choose a tag to compare

fixed:

Minor improve: PR #100

XPath new feature

  • Update xpath to v1.2.4, supports custom namespaceURL by CompileWithNS() . Discussion in #15

v1.3.15

26 Jan 12:07

Choose a tag to compare

update https://github.com/antchfx/xpath to v1.2.3 fixed deadlock(causing by xpath v1.2.2) in the concurrent goroutines.

fix #96