Please see the GitHub Releases for release notes.
- [fix]
drives
singular form - [feat] allow
inflect
to use floats - [chore] upgrade packages
- [fix] use correct version for
inflector.version
- [build] reduce npm bundle size by excluding more files
- [build] use terser to create a minified file
- [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!
- [update packages] mocha->3.2.0, should->11.2.0
- [bug fix]
minus
plural & singular form - [bug fix]
save
plural & singular form
- [update packages] mocha->3.0.2, should->11.1.0
- [bug fix]
inflection.transform
in ES6
- [update packages] should->8.3.1
- [bug fix]
campus
plural & singular form
- [update packages] mocha->2.4.5, should->8.3.0
- [bug fix]
genus
plural & singular form
- [update packages] mocha->2.3.4, should->7.1.1
- [bug fix]
criterion
plural & singular form
- [update packages] mocha->2.3.3, should->7.1.0
- [bug fix]
woman
plural & singular form
- [bug fix]
canvas
plural & singular form - [update packages] mocha->2.2.1, should->5.2.0
- [bug fix] Special rules for index, vertex, and matrix masked by general rule x
- [update packages] mocha->2.1.0, should->4.6.5
- [bug fix] Remove invalid uncountable words
- [bug fix]
business
&access
plural form
- [bug fix] Fix
whereas
plural & singular form
- [refactor] Add more rules and uncountable nouns
- [bug fix] Fix wrong implementation of
goose
,tooth
&foot
- [bug fix] Fix
goose
,tooth
&foot
plural & singular form
- [new feature] Adds support for an
inflect
method that will choose to pluralize or singularize a noun based on an integer value
- [others] Syntax tuning
- [refactor] Adopt UMD import to work in a variety of different situations
- [update packages] should->4.0.4
- [bug fix] Rearrange rules.
movies
->movy
- Unable to publsih v1.3.4 therefore jump to v1.3.5
- [update packages] should->3.1.2
- [refactor] Use
mocha
instead of hard coding tests
- [update packages] should->3.0.1
- Added brower.json
- [update packages] node.flow->1.2.3
- [refactor] Support
Requirejs
- [refactor] Move
var
out of loops - [refactor] Change the way
camelize
acts to mimic 100%Rails ActiveSupport Inflector camelize
- [new feature] Added transform, thnaks to
luk3thomas
- [update packages] should->v2.1.1
- [bug fix] Use instance instead of
this
- [refactor] Allow all caps strings to be returned from underscore
- [bug fix] window obj does not have
call
method
- [bug fix] Singularize
status
producesstatu
- [update packages] should->v1.1.0
- [update packages] node.flow->v1.1.3 & should->v1.0.0
- [bug fix] Singularize
address
producesaddres
- [new feature] Browser support
- [update packages] node.flow->v1.1.1
- [update packages] node.flow->v1.1.0
- [update packages] node.flow->v1.0.0
- [refactor] Read version number from package.json
- Remove make file
- Add pluralize rules
- Add pluralize tests
- [refactor] Use object.jey instead of for in
- Initial release