Skip to content

Commit a475435

Browse files
committed
Prepare README for the new version
1 parent 86d2456 commit a475435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

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

2323
## Installation
2424

25-
Please note that because of the net/html dependency, goquery requires Go1.1+ and is tested on the latest 2 versions of Go.
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.
2626

2727
$ go get github.com/PuerkitoBio/goquery
2828

@@ -40,6 +40,7 @@ Please note that because of the net/html dependency, goquery requires Go1.1+ and
4040

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

43+
* **2024-02-22 (v1.9.0)** : Add a generic `Map` function, **goquery now requires Go version 1.18+** (thanks [@Fesaa](https://github.com/Fesaa)).
4344
* **2023-02-18 (v1.8.1)** : Update `go.mod` dependencies, update CI workflow.
4445
* **2021-10-25 (v1.8.0)** : Add `Render` function to render a `Selection` to an `io.Writer` (thanks [@anthonygedeon](https://github.com/anthonygedeon)).
4546
* **2021-07-11 (v1.7.1)** : Update go.mod dependencies and add dependabot config (thanks [@jauderho](https://github.com/jauderho)).

0 commit comments

Comments
 (0)