Add `split` option to `change-case`
blakeembrey
released this
08 Jan 20:26
·
16 commits
to main
since this release
Added
- Added a
split
option to thechange-case
transform functions to allow for customization on how words are extracted from input
Changed
- The package exports are now
default
instead ofimport
to fix some tooling that doesn't work properly withimport
- The exported
split
utility no longer accepts a second options argument