Htmlquery Versions Save

htmlquery is golang XPath package for HTML query.

v1.3.1

1 month ago

v1.3.0

1 year ago

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

v1.2.6

1 year ago

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

1 year ago

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

v1.2.4

2 years ago

update dep package xpath to v1.2.0

v1.2.3

4 years ago

add go.mod.

Update xpath to v1.1.6

v1.2.2

4 years ago

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

v1.2.1

4 years ago

fix #19

v1.2.0

4 years ago

Add built-in query object caching #16

Added LoadDoc (@subsr97) #18

v1.1.0

4 years ago

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

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