Skip to content

Releases: antchfx/xmlquery

v1.4.2

07 Oct 02:10
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Release 1.3.17

16 Jun 15:10
Compare
Choose a tag to compare

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

v1.3.16

08 Jun 11:32
Compare
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
Compare
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

v1.3.14

12 Jan 06:17
Compare
Choose a tag to compare

PR #94

fixed

update dependence packages to the latest version.

  • github.com/antchfx/xpath v1.2.2
  • golang.org/x/net v0.5.0
  • github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da

v1.3.13

23 Nov 13:40
Compare
Choose a tag to compare

Fixed:

Features:

v1.3.12

01 Aug 08:17
Compare
Choose a tag to compare

fix #83
#82, update dep package golang.org/x/net