Skip to content

Releases: dreamerslab/node.inflection

v3.0.0

23 Sep 05:44
Compare
Choose a tag to compare
  • BREAKING CHANGE: increase node minimal version to 18.0

Full Changelog: v2.0.1...v3.0.0

2.0.1

v2.0.0

18 Nov 05:28
Compare
Choose a tag to compare

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

1.13.4

18 Sep 06:50
Compare
Choose a tag to compare
  • Upgrade dev dependencies
  • Fixed databases singular form (#91)

Full Changelog: v1.13.3...v1.13.4

1.13.2

29 Jan 08:19
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix drive(s) by @ctcpip in #84
  • fix: Modified inflect() method to allow floats by @bijx in #86

New Contributors

Full Changelog: v1.13.1...v1.13.2

v1.13.1

01 May 21:23
Compare
Choose a tag to compare
  • [fix] use correct version for inflector.version
  • [build] reduce npm bundle size by excluding more files
  • [build] use terser to create a minified file

v1.13.0

01 May 11:23
Compare
Choose a tag to compare
  • [update packages] mocha->8.3.2, should->13.2.3
  • [bug fix] grammar plural form
  • [bug fix] bonus plural form
  • [bug fix] octopus plural form
  • [bug fix] virus plural form
  • [info] add LICENSE file
  • [info] additional maintainer @p-kuen. @ben-lin thanks for your trust!