Official plugin hexo-util 1.0.0 & hexo-renderer-marked 2.0.0 released

We released a new version of the official plugins hexo-util & hexo-renderer-marked.

hexo-util 1.0.0

Breaking changes

  • Drop Node 6 compatibility #61
  • Deprecate hashStream #45, use createSha1Hash()

Features

  • Add Color class from tagcloud hexo helper #58
  • Allows empty attributes in html tag helper #36

Fixes

  • fs.write instead of stdout #69
  • prevent firstLine being parsed as a string #67
  • Fix the part where the public API createSha1Hash() was not exported. #47

Refactor

hexo-renderer-marked 2.0.0

Breaking changes

  • Drop Node 6 compatibility #98
  • sanitize option has been deprecated, replaced by sanitizeUrl with limited functions #102
  • tables option has been deprecated. Enabling gfm option also enables tables #102
  • Refer to upstream’s changelog for details on possible breaking changes.

Features

  • Add option to disable headerIds #106

Refactor