Skip to content

Releases: joakimbeng/kebab-case

2.0.1

28 Jun 20:55
53198a4
Compare
Choose a tag to compare

Fixes

  • only include necessary files in the published package, to minimize package size

Full Changelog: 2.0.0...2.0.1

2.0.0

28 Jun 14:01
cf4c37f
Compare
Choose a tag to compare

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

10 Oct 11:19
Compare
Choose a tag to compare

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

05 Mar 14:08
Compare
Choose a tag to compare

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.