Releases: dreamerslab/node.inflection
Releases · dreamerslab/node.inflection
v3.0.2
v3.0.1
What's Changed
- chore: upgrade packages
- build(deps-dev): bump rollup from 4.18.0 to 4.29.1 by @dependabot in #104
- build(deps-dev): bump vite from 5.2.11 to 5.4.11 by @dependabot in #105
New Contributors
- @dependabot made their first contribution in #104
Full Changelog: v3.0.0...v3.0.1
v3.0.0
- BREAKING CHANGE: increase node minimal version to 18.0
Full Changelog: v2.0.1...v3.0.0
2.0.1
v2.0.0
What's Changed
- Refactor to typescript by @p-kuen in #92
- We ship types with this package, so you don't need the
@types/inflection
package anymore - BREAKING CHANGE: increase node minimal version to 14.0
- BREAKING CHANGE: inflect does not parse strings as count anymore - it throws an error instead
- BREAKING CHANGE: remove inflection.version variable
- BREAKING CHANGE: remove bower.json and component.json
Full Changelog: v1.13.4...v2.0.0