Releases: hexojs/eslint-config-hexo
Releases · hexojs/eslint-config-hexo
v6.0.0
Breaking Changes
- chore: require
node.js18+
, replaceeslint-plugin-node
and update dependencies by @yoshinorin in #54 - feat: migrate to
FlatConfig
by @yoshinorin in #64
Docs
- docs: update usage in
README.md
by @yoshinorin in #84
Full Changelog: 5.0.0...v6.0.0
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