Releases: wessberg/ts-clone-node
Releases · wessberg/ts-clone-node
v4.0.0
v3.0.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.0.0
New Features
The ts-clone-node package is now based on ESM and requires Node v14.19.0 (BREAKING CHANGE)
Going forward, the ts-clone-node package is now a type: "module" NPM package. There are still API entrypoints for CommonJS using the package exports feature, as well as pointed to from the main field in the package.json, so it should continue to work just fine in a CommonJS environment.
From this new major version of ts-clone-node, you must be using Node.js v14.19.0 or newer.
TypeScript 4.7 support bba8536
ts-clonenodenow support TypeScript 4.7 and specifically the newImportTypeAssertionContainer` node.