Skip to content

Releases: Richienb/split-chars

v4.0.0

18 Jul 04:06
38e041e

Choose a tag to compare

  • Require Node.js 16 and return an iterable 6dc8d50

v3.0.0...v4.0.0

v3.0.0

31 Jan 09:40

Choose a tag to compare

  • Require Node.js 14.9 and use Intl.Segmenter aa90dd7

2.0.0...v3.0.0

v2.0.0

17 Apr 02:23
e098624

Choose a tag to compare

Breaking

  • A TypeError is thrown instead of returning an empty array if a non-string is provided.
  • A regular array is returned instead of a regex matching array.

Fixes

  • An empty array is returned instead of null if the string is empty.