UNPKG

4.24 kBMarkdownView Raw
1# History
2
3## 1.13.3 and later
4Please see the [GitHub Releases](https://github.com/dreamerslab/node.inflection/releases) for release notes.
5
6## 1.13.2 / 2022-01-29
7
8- [fix] `drives` singular form
9- [feat] allow `inflect` to use floats
10- [chore] upgrade packages
11
12## 1.13.1 / 2021-05-21
13
14- [fix] use correct version for `inflector.version`
15- [build] reduce npm bundle size by excluding more files
16- [build] use terser to create a minified file
17
18## 1.13.0 / 2021-05-01
19
20- [update packages] mocha->8.3.2, should->13.2.3
21- [bug fix] `grammar` plural form
22- [bug fix] `bonus` plural form
23- [bug fix] `octopus` plural form
24- [bug fix] `virus` plural form
25- [info] add LICENSE file
26- [info] additional maintainer @p-kuen. @ben-lin thanks for your trust!
27
28## 1.12.0 / 2017-01-27
29
30- [update packages] mocha->3.2.0, should->11.2.0
31- [bug fix] `minus` plural & singular form
32- [bug fix] `save` plural & singular form
33
34## 1.11.0 / 2016-04-20
35
36- [update packages] mocha->3.0.2, should->11.1.0
37- [bug fix] `inflection.transform` in ES6
38
39## 1.10.0 / 2016-04-20
40
41- [update packages] should->8.3.1
42- [bug fix] `campus` plural & singular form
43
44## 1.9.0 / 2016-04-06
45
46- [update packages] mocha->2.4.5, should->8.3.0
47- [bug fix] `genus` plural & singular form
48
49## 1.8.0 / 2015-11-22
50
51- [update packages] mocha->2.3.4, should->7.1.1
52- [bug fix] `criterion` plural & singular form
53
54## 1.7.2 / 2015-10-11
55
56- [update packages] mocha->2.3.3, should->7.1.0
57
58## 1.7.1 / 2015-03-25
59
60- [bug fix] `woman` plural & singular form
61
62## 1.7.0 / 2015-03-25
63
64- [bug fix] `canvas` plural & singular form
65- [update packages] mocha->2.2.1, should->5.2.0
66
67## 1.6.0 / 2014-12-06
68
69- [bug fix] Special rules for index, vertex, and matrix masked by general rule x
70- [update packages] mocha->2.1.0, should->4.6.5
71
72## 1.5.3 / 2014-12-06
73
74- [bug fix] Remove invalid uncountable words
75
76## 1.5.2 / 2014-11-14
77
78- [bug fix] `business` & `access` plural form
79
80## 1.5.1 / 2014-09-23
81
82- [bug fix] Fix `whereas` plural & singular form
83
84## 1.5.0 / 2014-09-23
85
86- [refactor] Add more rules and uncountable nouns
87
88## 1.4.2 / 2014-09-05
89
90- [bug fix] Fix wrong implementation of `goose`, `tooth` & `foot`
91
92## 1.4.1 / 2014-08-31
93
94- [bug fix] Fix `goose`, `tooth` & `foot` plural & singular form
95
96## 1.4.0 / 2014-08-23
97
98- [new feature] Adds support for an `inflect` method that will choose to pluralize or singularize a noun based on an integer value
99
100## 1.3.8 / 2014-07-03
101
102- [others] Syntax tuning
103
104## 1.3.7 / 2014-06-25
105
106- [refactor] Adopt UMD import to work in a variety of different situations
107- [update packages] should->4.0.4
108
109## 1.3.6 / 2014-06-07
110
111- [bug fix] Rearrange rules. `movies`->`movy`
112
113## 1.3.5 / 2014-02-12
114
115- Unable to publsih v1.3.4 therefore jump to v1.3.5
116
117## 1.3.4 / 2014-02-12
118
119- [update packages] should->3.1.2
120- [refactor] Use `mocha` instead of hard coding tests
121
122## 1.3.3 / 2014-01-22
123
124- [update packages] should->3.0.1
125- Added brower.json
126
127## 1.3.2 / 2013-12-12
128
129- [update packages] node.flow->1.2.3
130
131## 1.3.1 / 2013-12-12
132
133- [refactor] Support `Requirejs`
134
135## 1.3.0 / 2013-12-11
136
137- [refactor] Move `var` out of loops
138- [refactor] Change the way `camelize` acts to mimic 100% `Rails ActiveSupport Inflector camelize`
139
140## 1.2.7 / 2013-12-11
141
142- [new feature] Added transform, thnaks to `luk3thomas`
143- [update packages] should->v2.1.1
144
145## 1.2.6 / 2013-05-24
146
147- [bug fix] Use instance instead of `this`
148
149## 1.2.5 / 2013-01-09
150
151- [refactor] Allow all caps strings to be returned from underscore
152
153## 1.2.4 / 2013-01-06
154
155- [bug fix] window obj does not have `call` method
156
157## 1.2.3 / 2012-08-02
158
159- [bug fix] Singularize `status` produces `statu`
160- [update packages] should->v1.1.0
161
162## 1.2.2 / 2012-07-23
163
164- [update packages] node.flow->v1.1.3 & should->v1.0.0
165
166## 1.2.1 / 2012-06-22
167
168- [bug fix] Singularize `address` produces `addres`
169
170## 1.2.0 / 2012-04-10
171
172- [new feature] Browser support
173- [update packages] node.flow->v1.1.1
174
175## 1.1.1 / 2012-02-13
176
177- [update packages] node.flow->v1.1.0
178
179## 1.1.0 / 2012-02-13
180
181- [update packages] node.flow->v1.0.0
182- [refactor] Read version number from package.json
183
184## 1.0.0 / 2012-02-08
185
186- Remove make file
187- Add pluralize rules
188- Add pluralize tests
189- [refactor] Use object.jey instead of for in
190
191## 0.0.1 / 2012-01-16
192
193- Initial release