Releases: NandoMB/caseparser
Releases · NandoMB/caseparser
v3.0.0
Major Changes
- e608e9d: * This version enable bundlers to eliminate unused code (treeshake).
- Bump @babel/traverse from 7.21.4 to 7.23.2
- Bump postcss from 8.4.21 to 8.4.31
- Bump vite from 4.2.1 to 4.4.8
v2.1.0
Minor Changes
- c48dd7a: Adding typing inference based on parameter's type
v2.0.2
Patch Changes
- 7835aa8: Cleaning some unnecessary files
2.0.0-beta2
v2.0.0
Some breaking changes was added to this repository.
Now we're supporting Typescript!
What's Changed
New Contributors
Full Changelog: 1.1.0...2.0.0-beta2
1.1.0
Added support to new types of conversions
- dash-case
- PascalCase
- UPPER_SNAKE_CASE
- UPPER-DASH-CASE
Added test for all types of conversions
1.0.1
- Fixing the default return if data is invalid