Skip to content

Releases: zoomio/tagify

v0.19.0

28 Oct 11:18
Compare
Choose a tag to compare
Removed redundant SVG

v0.18.0: bumped `github.com/zoomio/inout` to `0.6.0`; re-used "self-referentia…

14 Jul 10:31
Compare
Choose a tag to compare
…l functions and the design of options" approach by Rob Pike by introducing `Option` and new API method `#Run`.

v0.17.0: CSS query (`-q` option): improved overall querying logic, now it retr…

10 Jul 12:04
Compare
Choose a tag to compare
…ieves all texts from the matching tags; bumped `github.com/zoomio/inout` to `0.5.0`.

v0.16.0: bumped `github.com/zoomio/inout` to be able to wait for DOM elements …

04 Jul 11:12
Compare
Choose a tag to compare
…to be visible on the web-pages; introduced `-q` option, which is short for "query" to allow to provide CSS query.

v0.15.0

01 Jul 11:14
Compare
Choose a tag to compare
added support for more HTML tags `<h5>`, `<h6>` and `<a>`.

v0.14.0

15 Jun 11:15
Compare
Choose a tag to compare
Added changelog for version 0.14.0

v0.13.0: breaking change: signature of `processor#ParseHTML` changed, added ex…

07 Oct 02:27
Compare
Choose a tag to compare
…tra `bool` argument - `tagify` (if set to true, then output `[]*Tag` slice will be populated, otherwise it will be empty) and return tuple values swapped places - `([]string, []*Tag)` instead of `([]*Tag, []string)`.

v0.12.0

06 Oct 09:58
Compare
Choose a tag to compare
bumped `github.com/zoomio/inout` from `0.1.0` to `0.2.0`.

v0.11.0

06 Oct 09:33
Compare
Choose a tag to compare
externalized inout into standalone package `github.com/zoomio/inout`.

v0.10.0

24 Sep 11:27
Compare
Choose a tag to compare
Updated README