Releases: joakimbeng/kebab-case
Releases · joakimbeng/kebab-case
2.0.1
Fixes
- only include necessary files in the published package, to minimize package size
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
New features
- support has been added for the
keepLeadingDash
option (setting it to false removes any leading dash where the original string starts with a leading uppercase letter) (fixes #7)
BREAKING CHANGES
- feat: rewrite as ESM and improve the TypeScript declaration file by @joakimbeng in #14
Full Changelog: v1.0.2...2.0.0
v1.0.2 With types
This version just adds TypeScript types for kebab-case
, that's why it's just a patch version. The JavaScript code is unchanged.
v1.0.1
Note: the code of kebab-case
has not changed! The only new thing in this release is the MIT License file and some changed dev tooling.