Skip to content

Commit 2095c92

Browse files
committed
style: format CHANGELOG.md
1 parent 081305d commit 2095c92

File tree

1 file changed

+8
-72
lines changed

1 file changed

+8
-72
lines changed

CHANGELOG.md

Lines changed: 8 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,232 +1,168 @@
11
# History
22

33
## 1.12.0 / 2017-01-27
4+
45
- [update packages] mocha->3.2.0, should->11.2.0
56
- [bug fix] `minus` plural & singular form
67
- [bug fix] `save` plural & singular form
78

8-
9-
109
## 1.11.0 / 2016-04-20
10+
1111
- [update packages] mocha->3.0.2, should->11.1.0
1212
- [bug fix] `inflection.transform` in ES6
1313

14-
15-
1614
## 1.10.0 / 2016-04-20
15+
1716
- [update packages] should->8.3.1
1817
- [bug fix] `campus` plural & singular form
1918

20-
21-
2219
## 1.9.0 / 2016-04-06
20+
2321
- [update packages] mocha->2.4.5, should->8.3.0
2422
- [bug fix] `genus` plural & singular form
2523

26-
27-
2824
## 1.8.0 / 2015-11-22
25+
2926
- [update packages] mocha->2.3.4, should->7.1.1
3027
- [bug fix] `criterion` plural & singular form
3128

32-
33-
3429
## 1.7.2 / 2015-10-11
35-
- [update packages] mocha->2.3.3, should->7.1.0
36-
3730

31+
- [update packages] mocha->2.3.3, should->7.1.0
3832

3933
## 1.7.1 / 2015-03-25
40-
- [bug fix] `woman` plural & singular form
41-
4234

35+
- [bug fix] `woman` plural & singular form
4336

4437
## 1.7.0 / 2015-03-25
38+
4539
- [bug fix] `canvas` plural & singular form
4640
- [update packages] mocha->2.2.1, should->5.2.0
4741

48-
49-
5042
## 1.6.0 / 2014-12-06
5143

5244
- [bug fix] Special rules for index, vertex, and matrix masked by general rule x
5345
- [update packages] mocha->2.1.0, should->4.6.5
5446

55-
56-
5747
## 1.5.3 / 2014-12-06
5848

5949
- [bug fix] Remove invalid uncountable words
6050

61-
62-
6351
## 1.5.2 / 2014-11-14
6452

6553
- [bug fix] `business` & `access` plural form
6654

67-
68-
6955
## 1.5.1 / 2014-09-23
7056

7157
- [bug fix] Fix `whereas` plural & singular form
7258

73-
74-
7559
## 1.5.0 / 2014-09-23
7660

7761
- [refactor] Add more rules and uncountable nouns
7862

79-
80-
8163
## 1.4.2 / 2014-09-05
8264

8365
- [bug fix] Fix wrong implementation of `goose`, `tooth` & `foot`
8466

85-
86-
8767
## 1.4.1 / 2014-08-31
8868

8969
- [bug fix] Fix `goose`, `tooth` & `foot` plural & singular form
9070

91-
92-
9371
## 1.4.0 / 2014-08-23
9472

9573
- [new feature] Adds support for an `inflect` method that will choose to pluralize or singularize a noun based on an integer value
9674

97-
98-
9975
## 1.3.8 / 2014-07-03
10076

10177
- [others] Syntax tuning
10278

103-
104-
10579
## 1.3.7 / 2014-06-25
10680

10781
- [refactor] Adopt UMD import to work in a variety of different situations
10882
- [update packages] should->4.0.4
10983

110-
111-
11284
## 1.3.6 / 2014-06-07
11385

11486
- [bug fix] Rearrange rules. `movies`->`movy`
11587

116-
117-
11888
## 1.3.5 / 2014-02-12
11989

12090
- Unable to publsih v1.3.4 therefore jump to v1.3.5
12191

122-
123-
12492
## 1.3.4 / 2014-02-12
12593

12694
- [update packages] should->3.1.2
12795
- [refactor] Use `mocha` instead of hard coding tests
12896

129-
130-
13197
## 1.3.3 / 2014-01-22
13298

13399
- [update packages] should->3.0.1
134100
- Added brower.json
135101

136-
137-
138102
## 1.3.2 / 2013-12-12
139103

140104
- [update packages] node.flow->1.2.3
141105

142-
143-
144106
## 1.3.1 / 2013-12-12
145107

146108
- [refactor] Support `Requirejs`
147109

148-
149-
150110
## 1.3.0 / 2013-12-11
151111

152112
- [refactor] Move `var` out of loops
153113
- [refactor] Change the way `camelize` acts to mimic 100% `Rails ActiveSupport Inflector camelize`
154114

155-
156-
157115
## 1.2.7 / 2013-12-11
158116

159117
- [new feature] Added transform, thnaks to `luk3thomas`
160118
- [update packages] should->v2.1.1
161119

162-
163-
164120
## 1.2.6 / 2013-05-24
165121

166122
- [bug fix] Use instance instead of `this`
167123

168-
169-
170124
## 1.2.5 / 2013-01-09
171125

172126
- [refactor] Allow all caps strings to be returned from underscore
173127

174-
175-
176128
## 1.2.4 / 2013-01-06
177129

178130
- [bug fix] window obj does not have `call` method
179131

180-
181-
182132
## 1.2.3 / 2012-08-02
183133

184134
- [bug fix] Singularize `status` produces `statu`
185135
- [update packages] should->v1.1.0
186136

187-
188-
189137
## 1.2.2 / 2012-07-23
190138

191139
- [update packages] node.flow->v1.1.3 & should->v1.0.0
192140

193-
194-
195141
## 1.2.1 / 2012-06-22
196142

197143
- [bug fix] Singularize `address` produces `addres`
198144

199-
200-
201145
## 1.2.0 / 2012-04-10
202146

203147
- [new feature] Browser support
204148
- [update packages] node.flow->v1.1.1
205149

206-
207-
208150
## 1.1.1 / 2012-02-13
209151

210152
- [update packages] node.flow->v1.1.0
211153

212-
213-
214154
## 1.1.0 / 2012-02-13
215155

216156
- [update packages] node.flow->v1.0.0
217157
- [refactor] Read version number from package.json
218158

219-
220-
221159
## 1.0.0 / 2012-02-08
222160

223161
- Remove make file
224162
- Add pluralize rules
225163
- Add pluralize tests
226164
- [refactor] Use object.jey instead of for in
227165

228-
229-
230166
## 0.0.1 / 2012-01-16
231167

232168
- Initial release

0 commit comments

Comments
 (0)