Releases: hexojs/eslint-config-hexo
Releases · hexojs/eslint-config-hexo
5.0.0
4.2.0
4.1.0
4.0.0
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