Skip to content

Add `split` option to `change-case`

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 08 Jan 20:26
· 16 commits to main since this release
8db40c3

Added

  • Added a split option to the change-case transform functions to allow for customization on how words are extracted from input

Changed

  • The package exports are now default instead of import to fix some tooling that doesn't work properly with import
  • The exported split utility no longer accepts a second options argument