Skip to content

4.0.0

Compare
Choose a tag to compare
@RyanZim RyanZim released this 30 Jan 01:57
· 28 commits to master since this release
  • BREAKING: Assume Node v10+ by default, and require use of features only supported there.
  • BREAKING: Remove node10 sub-config; just use the default config
  • BREAKING: Set ecmaVersion: 2020 to support all modern features (including BigInt in Node 10.8+) with no additional setup.