Skip to content

1.0.0

Choose a tag to compare

@curbengh curbengh released this 19 Aug 07:16
· 372 commits to master since this release

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