Skip to content

No Case: Reduce Package Size

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 01 Dec 20:20

Changed

  • Function accepts two arguments: string (required) and Options (optional)
  • Default behavior of RegExp is to split on ASCII characters only (previously it used a Unicode RegExp, but this added 5 KB)
  • Function export is renamed to noCase