Skip to content

Commit 7d37930

Browse files
committed
Update readme to prepare 1.10 version
1 parent 9551ee5 commit 7d37930

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Syntax-wise, it is as close as possible to jQuery, with the same function names
2222

2323
## Installation
2424

25-
Please note that starting with version `v1.9.0` of goquery, Go 1.18+ is required due to the use of generics. For previous goquery versions, a Go version of 1.1+ was required because of the `net/html` dependency. Ongoing goquery development is tested on the latest 2 versions of Go.
25+
Required Go version:
26+
27+
* Starting with version `v1.10.0` of goquery, Go 1.23+ is required due to the use of function-based iterators.
28+
* For `v1.9.0` of goquery, Go 1.18+ is required due to the use of generics.
29+
* For previous goquery versions, a Go version of 1.1+ was required because of the `net/html` dependency.
30+
31+
Ongoing goquery development is tested on the latest 2 versions of Go.
2632

2733
$ go get github.com/PuerkitoBio/goquery
2834

@@ -40,6 +46,7 @@ Please note that starting with version `v1.9.0` of goquery, Go 1.18+ is required
4046

4147
**Note that goquery's API is now stable, and will not break.**
4248

49+
* **2024-09-06 (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+** (thanks [@amikai](https://github.com/amikai)).
4350
* **2024-09-06 (v1.9.3)** : Update `go.mod` dependencies.
4451
* **2024-04-29 (v1.9.2)** : Update `go.mod` dependencies.
4552
* **2024-02-29 (v1.9.1)** : Improve allocation and performance of the `Map` function and `Selection.Map` method, better document the cascadia differences (thanks [@jwilsson](https://github.com/jwilsson)).

0 commit comments

Comments
 (0)