Skip to content

Commit

Permalink
Add new version to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mna committed Oct 26, 2021
1 parent faf9b4d commit a8c788f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Please note that because of the net/html dependency, goquery requires Go1.1+ and

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

* **2021-10-25 (v1.8.0)** : Add `Render` function to render a `Selection` to an `io.Writer` (thanks [@anthonygedeon](https://github.com/anthonygedeon)).
* **2021-07-11 (v1.7.1)** : Update go.mod dependencies and add dependabot config (thanks [@jauderho](https://github.com/jauderho)).
* **2021-06-14 (v1.7.0)** : Add `Single` and `SingleMatcher` functions to optimize first-match selection (thanks [@gdollardollar](https://github.com/gdollardollar)).
* **2021-01-11 (v1.6.1)** : Fix panic when calling `{Prepend,Append,Set}Html` on a `Selection` that contains non-Element nodes.
Expand Down

0 comments on commit a8c788f

Please sign in to comment.