Skip to content

4.0.0

Compare
Choose a tag to compare
@curbengh curbengh released this 30 Nov 05:39
· 12 commits to master since this release
ada1570

Features

  • Support up to ES2020 syntax by using eslint-plugin-node v10 [#23]
  • Prefer ES6+ syntax [#22]
  • Remove deprecated/duplicated rules [#4], [#6], [#21]

Fix

  • Retain legacy URL API [#19]
    • Contrary to the description, Node 8 actually does support the newer WHATWG URL API.
    • However, it is later found that migrating completely to the newer API caused performance regression, so for now hexo uses a mixture of legacy and newer API. hexojs/hexo#3833, hexojs/hexo#3846