UNPKG

2.39 kBMarkdownView Raw
1# History
2
3## 1.5.1 / 2014-09-23
4
5- [bug fix] Fix `whereas` plural & singular form
6
7
8
9## 1.5.0 / 2014-09-23
10
11- [refactor] Add more rules and uncountable nouns
12
13
14
15## 1.4.2 / 2014-09-05
16
17- [bug fix] Fix wrong implementation of `goose`, `tooth` & `foot`
18
19
20
21## 1.4.1 / 2014-08-31
22
23- [bug fix] Fix `goose`, `tooth` & `foot` plural & singular form
24
25
26
27## 1.4.0 / 2014-08-23
28
29- [new feature] Adds support for an `inflect` method that will choose to pluralize or singularize a noun based on an integer value
30
31
32
33## 1.3.8 / 2014-07-03
34
35- [others] Syntax tuning
36
37
38
39## 1.3.7 / 2014-06-25
40
41- [refactor] Adopt UMD import to work in a variety of different situations
42- [update packages] should->4.0.4
43
44
45
46## 1.3.6 / 2014-06-07
47
48- [bug fix] Rearrange rules. `movies`->`movy`
49
50
51
52## 1.3.5 / 2014-02-12
53
54- Unable to publsih v1.3.4 therefore jump to v1.3.5
55
56
57
58## 1.3.4 / 2014-02-12
59
60- [update packages] should->3.1.2
61- [refactor] Use `mocha` instead of hard coding tests
62
63
64
65## 1.3.3 / 2014-01-22
66
67- [update packages] should->3.0.1
68- Added brower.json
69
70
71
72## 1.3.2 / 2013-12-12
73
74- [update packages] node.flow->1.2.3
75
76
77
78## 1.3.1 / 2013-12-12
79
80- [refactor] Support `Requirejs`
81
82
83
84## 1.3.0 / 2013-12-11
85
86- [refactor] Move `var` out of loops
87- [refactor] Change the way `camelize` acts to mimic 100% `Rails ActiveSupport Inflector camelize`
88
89
90
91## 1.2.7 / 2013-12-11
92
93- [new feature] Added transform, thnaks to `luk3thomas`
94- [update packages] should->v2.1.1
95
96
97
98## 1.2.6 / 2013-05-24
99
100- [bug fix] Use instance instead of `this`
101
102
103
104## 1.2.5 / 2013-01-09
105
106- [refactor] Allow all caps strings to be returned from underscore
107
108
109
110## 1.2.4 / 2013-01-06
111
112- [bug fix] window obj does not have `call` method
113
114
115
116## 1.2.3 / 2012-08-02
117
118- [bug fix] Singularize `status` produces `statu`
119- [update packages] should->v1.1.0
120
121
122
123## 1.2.2 / 2012-07-23
124
125- [update packages] node.flow->v1.1.3 & should->v1.0.0
126
127
128
129## 1.2.1 / 2012-06-22
130
131- [bug fix] Singularize `address` produces `addres`
132
133
134
135## 1.2.0 / 2012-04-10
136
137- [new feature] Browser support
138- [update packages] node.flow->v1.1.1
139
140
141
142## 1.1.1 / 2012-02-13
143
144- [update packages] node.flow->v1.1.0
145
146
147
148## 1.1.0 / 2012-02-13
149
150- [update packages] node.flow->v1.0.0
151- [refactor] Read version number from package.json
152
153
154
155## 1.0.0 / 2012-02-08
156
157- Remove make file
158- Add pluralize rules
159- Add pluralize tests
160- [refactor] Use object.jey instead of for in
161
162
163
164## 0.0.1 / 2012-01-16
165
166- Initial release