Releases: PuerkitoBio/goquery
Releases Β· PuerkitoBio/goquery
v1.10.2
Update deps and add go1.24 to test matrix.
v1.10.1
Update go.mod
dependencies.
v1.10.0
Add EachIter
which provides an iterator that can be used in for..range
loops on the *Selection
object.
goquery now requires Go version 1.23+, use goquery v1.9.x
for older Go versions.
v1.9.3
Update go.mod dependencies.
v1.9.2
Update go.mod
dependencies.
v1.9.1
Improve allocation of Map
, better document cascadia behavior differences.
v1.9.0 Add generic `Map` function
Note that starting with this release, goquery now requires Go 1.18+. If you need to build with an older Go version, use goquery v1.8.x.
v1.8.0 Add Render function to render a Selection to an io.Writer
Add new version to changelog
v1.7.1 - Update go.mod dependencies and add dependabot config