Skip to content

unicode-segmenter@0.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jan 19:46
fa2356d

Minor Changes

  • 97a871e: Update to Unicode® 17.0.0

    Unicode® Standard Annex #29 - Revision 47

    Tested with Node.js v25.5.0 (icu 78.2)

Patch Changes

  • 38a37f2: Fix TypeScript Node16 module resolution for CommonJS modules.

    More specifically, the "Masquerading as CJS" issue has been fixed by including re-export declaration files.

    Due to the library continues to support CommonJS (at least up to v1), this change is necessary and slightly increases the size of node_modules.

    Also, pre-bundled files (unicode-segmenter/bundle/*) are included for browsers and miniprograms. They were missing in previous versions due to a path typo in the build script.