Skip to content

Commit b3706f8

Browse files
committed
update readme to prepare for new release
1 parent 7ebd145 commit b3706f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Please note that because of the net/html dependency, goquery requires Go1.1+.
3737

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

40+
* **2020-10-08 (v1.6.0)** : Parse html in context of the container node for all functions that deal with html strings (`AfterHtml`, `AppendHtml`, etc.). Thanks to [@thiemok][thiemok] and [@davidjwilkins][djw] for their work on this.
4041
* **2020-02-04 (v1.5.1)** : Update module dependencies.
4142
* **2018-11-15 (v1.5.0)** : Go module support (thanks @Zaba505).
4243
* **2018-06-07 (v1.4.1)** : Add `NewDocumentFromReader` examples.
@@ -143,7 +144,7 @@ func main() {
143144
- [gnulnx/goperf](https://github.com/gnulnx/goperf), a website performance test tool that also fetches static assets.
144145
- [MontFerret/ferret](https://github.com/MontFerret/ferret), declarative web scraping.
145146
- [tacusci/berrycms](https://github.com/tacusci/berrycms), a modern simple to use CMS with easy to write plugins
146-
- [Dataflow kit](https://github.com/slotix/dataflowkit), Web Scraping framework for Gophers.
147+
- [Dataflow kit](https://github.com/slotix/dataflowkit), Web Scraping framework for Gophers.
147148
- [Geziyor](https://github.com/geziyor/geziyor), a fast web crawling & scraping framework for Go. Supports JS rendering.
148149
- [Pagser](https://github.com/foolin/pagser), a simple, easy, extensible, configurable HTML parser to struct based on goquery and struct tags.
149150

@@ -182,3 +183,5 @@ The [BSD 3-Clause license][bsd], the same as the [Go language][golic]. Cascadia'
182183
[thatguystone]: https://github.com/thatguystone
183184
[piotr]: https://github.com/piotrkowalczuk
184185
[goq]: https://github.com/andrewstuart/goq
186+
[thiemok]: https://github.com/thiemok
187+
[djw]: https://github.com/davidjwilkins

0 commit comments

Comments
 (0)