Skip to content

2.0.0

Compare
Choose a tag to compare
@SukkaW SukkaW released this 25 Jul 06:34
· 36 commits to master since this release
ccbdff3

Breaking change

  • chore: drop node 8 [#32]
  • - const yfm = require('hexo-front-matter');
    + const { parse: yfm } = require('hexo-front-matter');

Refactor

  • refactor: forEach() [#21]
  • refactor/perf: regexp & split shorthand [#34]

Housekeeping

  • chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 [#33]
  • chore(deps-dev): bump mocha from 6.2.2 to 7.1.1 [#30]
  • chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 [#32]
  • chore(deps-dev): bump eslint-config-hexo from 3.0.0 to 4.0.0 [#24]