Skip to content

Releases: antchfx/xpath

v1.3.0

04 Apr 11:23
Compare
Choose a tag to compare

New features:

  • #94,Remove the duplicate element on the query result
  • new lower-case() function

v1.2.5

26 Oct 15:56
Compare
Choose a tag to compare

fix #92 , add an regular expression checker for matches() before executing it

v1.2.4

15 Feb 16:48
Compare
Choose a tag to compare

PR #82 - add CompileWithNS() supports custom prefix name for the specified namespaceURL.

v1.2.3

26 Jan 11:32
Compare
Choose a tag to compare

fixed:

fix concurrent goroutines deadlock, see antchfx/htmlquery#58

fix last() function, supports in the group query and the attribute filter query. see #76,#78

v1.2.2

11 Jan 15:04
Compare
Choose a tag to compare

**IMPORTANT: **

REMOVED Clone() method from query interface, replaced by the Reset(), this changed just for fix #76,#78

fix:

antchfx/htmlquery#52

V1.2.1

25 May 12:29
Compare
Choose a tag to compare

Bug fixed:

#72
#74
#75

More

#68 (Improve number handling by returning NaN for non-numbers )

V1.2.0

03 Jun 08:23
Compare
Choose a tag to compare

add groupquery ,supports grouping node query. see antchfx/htmlquery#42

V1.1.11

22 Nov 17:16
Compare
Choose a tag to compare
  • add go.mod

Merged PR:

  • #54 (fixed XPath * operation)

  • #56 (fix #55)

  • #58 (supports XPath matches function)

v1.1.10

13 Jul 02:14
Compare
Choose a tag to compare

#50 , add stringBuilder interface to compatible with < go 1.10

Release 1.1.9

17 Jun 03:22
Compare
Choose a tag to compare