Skip to content

Commit e8b5d74

Browse files
committed
Prepare for 1.10.2
1 parent a2ae60f commit e8b5d74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Syntax-wise, it is as close as possible to jQuery, with the same function names
2424

2525
Required Go version:
2626

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

3131
Ongoing goquery development is tested on the latest 2 versions of Go.
3232

@@ -46,6 +46,7 @@ Ongoing goquery development is tested on the latest 2 versions of Go.
4646

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

49+
* **2025-02-13 (v1.10.2)** : Update `go.mod` dependencies, add go1.24 to the test matrix.
4950
* **2024-12-26 (v1.10.1)** : Update `go.mod` dependencies.
5051
* **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)).
5152
* **2024-09-06 (v1.9.3)** : Update `go.mod` dependencies.

0 commit comments

Comments
 (0)