Tags: zoomio/tagify
Tags
Bumped the github.com/zoomio/inout to the latest commit hash (#27) * Bumped the github.com/zoomio/inout to the latest commit hash * Introduced Timeout option to serve as an overall deadline for the operation * Bumped inout, allow to pass user agent * gitignore _dist * Removed unknown "toolcahin" derective from go.mod * Version bump CHANGELOG
BREAKING: from now on `ContentOnly` option is set to `true` by defaul… …t. (#17) * BREAKING: from now on `ContentOnly` option is set to `true` by default. * Added <span> to the HTML content approved tags * Optimization: moved segmenter inside the config with the lazy initialization so now it happens only once * Updated CHANGELOG * minor: tweaked log string
Bumped `github.com/zoomio/inout` to `0.12.0`; Fixed `-q` option or `Q… ( #14) * Bumped `github.com/zoomio/inout` to `0.12.0`; Fixed `-q` option or `Query` in the code (HTTP/HTML mode only), so now it actually works and retrieves contents of the DOM element for the query; Introduced `-r` option or `WaitFor` (HTTP/HTML mode only) to allow for waiting for certain DOM element to be ready before getting HTML; Introduced `-u` option or `WaitUntil` (HTTP/HTML mode only) to allow to wait for a certain delay before getting HTML; Introduced `-i` option or `Screenshot` (HTTP/HTML mode only) to capture a full screenshot of HTML in the given path. * Updated README with a note about the extesnions, plus bumped version in the Makefile
Bumped Go to 1.18; [BREAKING CHANGE (most likely)] renamed `ParseHTML… ( #13) * Bumped Go to 1.18; [BREAKING CHANGE (most likely)] renamed `ParseHTML`, `ParseMD` & `ParseText` to `ProcessHTML`, `ProcessMD` & `ProcessText` respectively; Made public `ParseHTML` & `ParseMD` just for the parsing purposes. * Added simpler method for HTML parsing * Added test for ParseReaderHTML * Added helper for creating extensions * Breaking: renamed extension.Result to extension.ExtResult * Updated changelog * Log configuartion on verbose mode * Added AllTagWeights option to config * CHANGELOG * Detect language only based on the human readbale content * New option `ExcludeTagsString` for prohibitting some of the tags * Printing full config in verbose was a bad idea * Removed unused import * Updated README, added `make tag` command for easier release process, tweaked CHANGELOG
PreviousNext