Skip to content

v1.0.0

Compare
Choose a tag to compare
@yoshinorin yoshinorin released this 22 May 14:32
· 185 commits to master since this release
1.0.0

Breaking changes

  • #92 Require Node.js +6.9
  • #39, #46, #62 Markdown todo list render into disable checkbox
  • #87 Update marked 0.3.9 to 0.6.1
    • It has some breaking changes. Please see marked's breaking changes.

New feature

  • #55 Add support for basic description/definition lists

Fix

  • #70 Text less than 3 chars is not italicized

Dependencies

  • #73, #84 Update mocha requirement from ^4.0.1 to ^6.0.0
  • #74 Update babel-eslint requirement from ^8.0.3 to ^10.0.1
  • #76 Update eslint-config-hexo requirement from ^2.0.0 to ^3.0.0
  • #77 Update eslint requirement from ^4.13.1 to ^5.9.0
  • #81 Delete jscs dependency
  • #91 Delete object-assign

Docs

  • #79 Update docs to explain modifyAnchors option