We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7757e27 commit dc2ec5cCopy full SHA for dc2ec5c
README.md
@@ -37,6 +37,7 @@ Please note that because of the net/html dependency, goquery requires Go1.1+.
37
38
**Note that goquery's API is now stable, and will not break.**
39
40
+* **2018-06-07 (v1.4.1)** : Add `NewDocumentFromReader` examples.
41
* **2018-03-24 (v1.4.0)** : Deprecate `NewDocument(url)` and `NewDocumentFromResponse(response)`.
42
* **2018-01-28 (v1.3.0)** : Add `ToEnd` constant to `Slice` until the end of the selection (thanks to @davidjwilkins for raising the issue).
43
* **2018-01-11 (v1.2.0)** : Add `AddBack*` and deprecate `AndSelf` (thanks to @davidjwilkins).
0 commit comments