Skip to content

v4.0.0

Compare
Choose a tag to compare
@motss motss released this 21 Nov 17:05
· 12 commits to main since this release

Announcement

This marks the first release of supporting moduleResolution: NodeNext in TypeScript and the similar in Node.js which bring native ES Modules outside of the web, notably changes includes:

  1. Strict specifier for all imports, e.g. .js;
  2. Extensive export map for latest Node.js and TypeScript

⚠️ If you find this version does not work for you, you can instead downgrade to v3 until you are ready to adopt moduleResolution: NodeNext in TypeScript and the similar in Node.js.

What's Changed

  • ci: remove scripts.postinstall in CI scripts by @motss in #130

Full Changelog: v3.0.10...v4.0.0