You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Please note that because of the net/html dependency, goquery requires Go1.1+.
26
26
27
27
**Note that goquery's API is now stable, and will not break.**
28
28
29
+
***2016-12-29 (v1.0.2)** : Optimize allocations for `Selection.Text` (thanks to @radovskyb).
29
30
***2016-08-28 (v1.0.1)** : Optimize performance for large documents.
30
31
***2016-07-27 (v1.0.0)** : Tag version 1.0.0.
31
32
***2016-06-15** : Invalid selector strings internally compile to a `Matcher` implementation that never matches any node (instead of a panic). So for example, `doc.Find("~")` returns an empty `*Selection` object.
0 commit comments