Skip to content

v1.0.0

Choose a tag to compare

@wessberg wessberg released this 30 May 09:38
· 18 commits to master since this release

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.

v0.3.32...v1.0.0