Skip to content

Releases: goplus/hdq

v0.8.3

07 Aug 17:04
46440fb
Compare
Choose a tag to compare

tools:

features:

  • hdq: NodeSet.hasAttr(name) (#62)
  • hdq/fetcher/githubisstask (#62 #64)
  • mod: golang.org/x/net v0.28.0

v0.8.2

01 Aug 20:01
1fb8432
Compare
Choose a tag to compare

tools:

features:

  • hdq: NodeSet.attribute(name string, filter func(val string)) (#57)
  • hdq/fetcher/gopkg (#57)
  • hdq/fetcher/hrefs (#57)

changes:

  • testdata: zipped html (#54)
  • mod: golang.org/x/net v0.27.0

v0.8.1

18 May 07:43
ddb9869
Compare
Choose a tag to compare

features:

changes:

  • hdq: TestText (#44)
  • hdq: TestGithub (#44)
  • hdq: TestErrNodeSet, TestCached (#50)
  • mod: github.com/qiniu/x v1.13.10
  • mod: golang.org/x/net v0.25.0

v0.7.5

06 Apr 03:06
0e5d9c2
Compare
Choose a tag to compare

changes:

  • mod: github.com/goplus/gop v1.2.5
  • mod: golang.org/x/net v0.24.0

v0.7.3

02 Feb 11:49
cfc5aa1
Compare
Choose a tag to compare

changes:

  • mod: github.com/goplus/gop v1.2.0
  • mod: golang.org/x/net v0.20.0

v0.7.2

26 May 08:53
325907b
Compare
Choose a tag to compare

changes:

v0.7.0

26 May 06:43
df34e74
Compare
Choose a tag to compare

v0.6.0

05 Oct 02:25
Compare
Choose a tag to compare

new features:

  • TextHasPrefix

changes:

  • ContainsText => TextContains
  • EqualText => TextEqual

v0.5.0

24 Aug 17:12
Compare
Choose a tag to compare

changes:

  • a.hrefVal => a.href
  • hdq default include stream/http, stream/zip
  • use Go+ v1.0.0-beta5

v0.3.0

20 Aug 02:14
Compare
Choose a tag to compare

new features:

  • NodeSet support for range in Go+
  • hdq.Source support register stream schema
  • add NodeSet.p
  • tutorials: 01-Links, 02-GithubRepos

changes:

  • code coverage
  • rename NodeSet.Cache() to NodeSet.All()