* Moved Node.js version to Web Crypto API. * Removed async API since Web Crypto API has only sync version. * Removed Node.js 14 and 16 support.
4.0.2
* Added [link](https://github.com/sponsors/ai) to Github Sponsors.
4.0.1
* Reduced npm package size (by HiChen404).
4.0
* Removed CommonJS support. Nano ID 4 will work only with ESM applications. We will support 3.x branch with CommonJS for users who can’t migrate to ESM. * Removed Node.js 10 and Node.js 12 support. * Reduced npm package size.
3.3.7
* Fixed `node16` TypeScript support (by Saadi Myftija).