Antchfx Xmlquery Versions Save

xmlquery is Golang XPath package for XML query.

v1.4.0

1 month ago

fixes:

  • #50
  • #67
  • #111

Core package XPath

Features

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

v1.3.18

8 months ago

PR #107

v1.3.17

11 months ago

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

v1.3.16

11 months ago

fixed:

  • #102

Minor improve: PR #100

XPath new feature

v1.3.15

1 year ago

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

1 year ago

PR #94

fixed

  • #96

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

1 year ago

Fixed:

  • #84
  • #88

Features:

  • #90
  • #92
  • #93

v1.3.12

1 year ago

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

v1.3.11

2 years ago

update dep package xpath to v1.2.1 to fixed some XPath query bug.

v1.3.10

2 years ago

Merge PR #81