All Versions
62
Latest Version
Avg Release Cycle
6 days
Latest Release
-

Changelog History
Page 3

  • v0.42.0

    March 17, 2020
  • v0.41.2 Changes

    March 06, 2020
    • a milestone release (hence the jump in the version number), part of the "Faster Stronger Better" initiative;
    • added support for Markdown content type;
    • improved performance and accuracy of HTML tagifier;
    • added experiemntal -content option - it allows to target "content" only tags (such as headings and paragraphs);
    • added experiemntal -site option - it allows to Tagify full site;
    • added Result#ForEach for easier iteration through the tags;
    • added -version option to show version of Tagify.
  • v0.41.1

    March 05, 2020
  • v0.41.0

    March 05, 2020
  • v0.40.0 Changes

    February 26, 2020
    • a milestone release (hence the jump in the version number), part of the "Faster Stronger Better" initiative;
    • added support for Markdown content type;
    • improved performance and accuracy of HTML tagifier;
    • added experiemntal -content option - it allows to target "content" only tags (such as headings and paragraphs);
    • added experiemntal -site option - it allows to Tagify full site;
    • added Result#ForEach for easier iteration through the tags.
  • v0.35.0 Changes

    February 18, 2020
    • BREAKING CHANGE (with v0.33.0): renamed Result.Meta.DocVersion to Result.Meta.DocHash.
  • v0.34.0 Changes

    February 18, 2020
    • unified #GetTagsFromString with #Run so it is now a single API call - #Run;
    • fixed logic with Query option when it was wrongly setting ContentType to Text instead of HTML, when Query was not empty.
  • v0.33.0 Changes

    February 17, 2020
    • added hash value, which represents the version of the document in Result.Meta.DocVersion.
  • v0.32.0 Changes

    February 05, 2020
    • added support for Russian tags.
  • v0.31.0 Changes

    January 30, 2020
    • better handling of the page titles for HTML content types;
    • more informative output in verbose mode in CLI - added "title" and "content-type".