Skip to content

Releases: antchfx/htmlquery

v1.3.1

06 Apr 14:38
Compare
Choose a tag to compare

v1.3.0

26 Jan 12:01
Compare
Choose a tag to compare

update https://github.com/antchfx/xpath to v1.2.3 fix deadlock(v1.2.2) in the concurrent goroutines. fix #58

v1.2.6

12 Jan 06:10
Compare
Choose a tag to compare

PR #54

update the dependence packages:

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

v1.2.5

25 May 13:05
Compare
Choose a tag to compare

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

v1.2.4

22 Sep 12:10
bcff0c3
Compare
Choose a tag to compare

update dep package xpath to v1.2.0

Release 1.2.3

24 Apr 14:41
Compare
Choose a tag to compare

add go.mod.

Update xpath to v1.1.6

Release 1.2.2

14 Jan 04:07
Compare
Choose a tag to compare

merged PR #21
fix #19 , add write lock.

Release 1.2.1

25 Dec 04:26
Compare
Choose a tag to compare

Release 1.2.0

09 Nov 11:21
Compare
Choose a tag to compare

Add built-in query object caching #16

Added LoadDoc (@subsr97) #18

Release 1.1.0

05 Oct 11:05
Compare
Choose a tag to compare

New methods: Query and QueryAll, it compatible with invalid XPath error.

New methods: QuerySelector and QuerySelectorAll , accept the xpath.Expr object as query argument.