8.0.1 - 2024-05-04
- bump
engine
property inpackage.json
toNode.js >= 22
8.0.0 - 2024-05-04
- bump
target
toES2023
because Node.js 22 supports it (https://node.green/#ES2023) - bump
engine
property inpackage.json
toNode.js >= 22
- target Node.js v22
Notice: version 8.0.0
requires TypeScript version 5.5 or later with support for ES2023. At the time of writing this release note, TypeScript 5.5 is in beta stage. Please don’t upgrade if you’re not fine with running a TypeScript beta version.
7.0.0 - 2023-10-15
- add
skipLibCheck: true
rule - add
moduleDetection: 'force'
rule
6.0.0 - 2023-10-15
- bump
target
andlib
to Node.js 20 - bump
engine
property inpackage.json
toNode.js >= 20
- change
module
fromCommonJS
toESNext
- change
moduleResolution
fromNode
toNodeNext
- change
compilerOptions.lib
from2022
to2023
- target Node.js v20 with ESM
6.0.0 - 2023-10-15
- bump
target
andlib
to Node.js 20 - bump
engine
property inpackage.json
toNode.js >= 20
- target Node.js v20
5.0.0 - 2023-07-22
- add
noImplicitReturns: true
rule - add
noUncheckedIndexedAccess: true
rule - add
noFallthroughCasesInSwitch: true
rule
- bump
target
andlib
to Node.js 18 - bump
engine
property inpackage.json
toNode.js >= 18
- target Node.js v18
4.0.0 - 2022-06-16
- add
allowUnreachableCode: false
rule - add
forceConsistentCasingInFileNames: true
rule
- bump
target
andlib
to Node.js 16 - bump
engine
property inpackage.json
toNode.js >= 16
- target Node.js v16
3.1.0 - 2021-08-30
- add
DOM
andDOM.Iterable
to libs - add
noImplicitOverride: true
option - add
engine
property topackage.json
requiringNode.js >= 12
3.0.0 - 2021-06-10
- target and libs require
es2020
, resolving to Node.js v14
- target to Node.js v14
2.1.0 - 2021-08-30
- add
DOM
andDOM.Iterable
to libs
2.0.0 - 2021-06-10
- required libs to to properly resolve Node.js v12
- target to Node.js v12 instead of Node.js v8
1.0.0
release 🚀 🎉