Skip to content

Releases: PuerkitoBio/goquery

v1.10.0

06 Sep 14:37
@mna mna
Compare
Choose a tag to compare

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

06 Sep 14:06
@mna mna
Compare
Choose a tag to compare

Update go.mod dependencies.

v1.9.2

30 Apr 00:45
@mna mna
Compare
Choose a tag to compare

Update go.mod dependencies.

v1.9.1

29 Feb 14:31
@mna mna
Compare
Choose a tag to compare

Improve allocation of Map, better document cascadia behavior differences.

v1.9.0 Add generic `Map` function

22 Feb 22:25
@mna mna
Compare
Choose a tag to compare

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.1

18 Feb 15:32
@mna mna
Compare
Choose a tag to compare

Update go.mod, CI.

v1.8.0 Add Render function to render a Selection to an io.Writer

26 Oct 00:25
@mna mna
Compare
Choose a tag to compare

v1.7.1 - Update go.mod dependencies and add dependabot config

11 Jul 13:52
@mna mna
Compare
Choose a tag to compare

v1.7.0: Add Single and SingleMatcher functions.

14 Jun 13:19
@mna mna
Compare
Choose a tag to compare

v1.6.1

11 Jan 23:47
@mna mna
Compare
Choose a tag to compare

Bug fix: fix panic when calling {Prepend,Append,Set}Html on a Selection that contains non-Element nodes.