UNPKG

65 kBMarkdownView Raw
1<a name"v1.7.4"></a>
2### v1.7.4 (2016-03-01)
3
4
5#### Features
6
7* **async:** add function names ([45987149](https://github.com/suguru03/neo-async/commit/45987149))
8* **race:** add feature of `race` ([5fc91d41](https://github.com/suguru03/neo-async/commit/5fc91d41))
9
10
11#### Other Changes
12
13* **CHANGELOG:** v1.7.3 [ci skip] ([3753291a](https://github.com/suguru03/neo-async/commit/3753291a))
14* **race:** add example [ci skip] ([b365d41e](https://github.com/suguru03/neo-async/commit/b365d41e))
15
16<a name"v1.7.3"></a>
17### v1.7.3 (2016-02-24)
18
19
20#### Features
21
22* **index:** add index params ([4a5e0b15](https://github.com/suguru03/neo-async/commit/4a5e0b15))
23* **queue:** add unsaturation event ([d4373f76](https://github.com/suguru03/neo-async/commit/d4373f76))
24
25
26#### Other Changes
27
28* **CHANGELOG:** v1.7.2 [ci skip] ([32024c6b](https://github.com/suguru03/neo-async/commit/32024c6b))
29* **LICENSE:** fix year range [ci skip] ([f2190a54](https://github.com/suguru03/neo-async/commit/f2190a54))
30
31<a name"v1.7.2"></a>
32### v1.7.2 (2016-01-03)
33
34
35#### Bug Fixes
36
37* **auto:** fix to stop after an synchronous error ([dd92a34c](https://github.com/suguru03/neo-async/commit/dd92a34c))
38
39
40#### Other Changes
41
42* **CHANGELOG:** v1.7.1 [ci skip] ([bcafae7e](https://github.com/suguru03/neo-async/commit/bcafae7e))
43
44<a name"v1.7.1"></a>
45### v1.7.1 (2015-12-06)
46
47
48#### Bug Fixes
49
50* **auto:** fix a bug when it has concurrency without callback ([d98dc8ac](https://github.com/suguru03/neo-async/commit/d98dc8ac))
51
52
53#### Features
54
55* **doWhilst:** modify to get the last result and improve performance ([6204531b](https://github.com/suguru03/neo-async/commit/6204531b))
56* **whilst:** fix to get the last result ([6a33ef46](https://github.com/suguru03/neo-async/commit/6a33ef46))
57
58
59#### Other Changes
60
61* feat(until) modify to get the last result ([f9445e91](https://github.com/suguru03/neo-async/commit/f9445e91))
62* **CHANGELOG:** v1.7.0 [ci skip] ([c01e5431](https://github.com/suguru03/neo-async/commit/c01e5431))
63* **whilst:** add test case ([1ed7c530](https://github.com/suguru03/neo-async/commit/1ed7c530))
64
65<a name"v1.7.0"></a>
66## v1.7.0 (2015-11-14)
67
68
69#### Features
70
71* **auto:** add feature of concurrency control ([59230095](https://github.com/suguru03/neo-async/commit/59230095))
72* **cargo:** add `workersList` ([0583bd94](https://github.com/suguru03/neo-async/commit/0583bd94))
73* **queue:** add `workersList` and rename `task` to `data` in task param ([21cd097a](https://github.com/suguru03/neo-async/commit/21cd097a))
74
75
76#### Other Changes
77
78* **CHANGELOG:** v1.6.0 [ci skip] ([78cd148e](https://github.com/suguru03/neo-async/commit/78cd148e))
79* **cargo:** fix to use delay of config ([d85b4a61](https://github.com/suguru03/neo-async/commit/d85b4a61))
80* **changelog:** modify changelog task ([7936eb98](https://github.com/suguru03/neo-async/commit/7936eb98))
81* **gh-pages:** modify gh-pages task ([1234aa14](https://github.com/suguru03/neo-async/commit/1234aa14))
82* **queue:** add to check pause in worker with concurrency ([ac25d007](https://github.com/suguru03/neo-async/commit/ac25d007))
83* **travis:**
84 * fix test process ([eba556f5](https://github.com/suguru03/neo-async/commit/eba556f5))
85 * add node v5 ([4b025c0a](https://github.com/suguru03/neo-async/commit/4b025c0a))
86
87<a name"v1.6.0"></a>
88## v1.6.0 (2015-10-22)
89
90
91#### Features
92
93* **omit:** add feature of `omit` ([bc4376be](https://github.com/suguru03/neo-async/commit/bc4376be))
94
95
96#### Other Changes
97
98* **README:** add `omit` to feature ([f80767e5](https://github.com/suguru03/neo-async/commit/f80767e5))
99
100<a name"v1.5.1"></a>
101### v1.5.1 (2015-10-15)
102
103
104#### Features
105
106* **mapvalues:** fix to use common function with `map` ([8ffa0448](https://github.com/suguru03/neo-async/commit/8ffa0448))
107
108
109#### Other Changes
110
111* **CHANGELOG:** v1.5.0 [ci skip] ([becacf81](https://github.com/suguru03/neo-async/commit/becacf81))
112* **async:** rename `length` to `size` ([623044db](https://github.com/suguru03/neo-async/commit/623044db))
113* **every:** add test case ([7440e354](https://github.com/suguru03/neo-async/commit/7440e354))
114* **test:** modify to use `mocha.parallel` ([10af3dbb](https://github.com/suguru03/neo-async/commit/10af3dbb))
115* **times:** fix test case ([b016ea6f](https://github.com/suguru03/neo-async/commit/b016ea6f))
116
117<a name"v1.5.0"></a>
118## v1.5.0 (2015-09-10)
119
120
121#### Bug Fixes
122
123* **nextTick:** fix to use `setImmediate` on node v0.10.x ([4ef5ae73](https://github.com/suguru03/neo-async/commit/4ef5ae73))
124
125
126#### Features
127
128* **angelFall:** improve to execute even if task has no argument ([99f54414](https://github.com/suguru03/neo-async/commit/99f54414))
129* **apply:** fix to enable to use `Function#length` ([81e84770](https://github.com/suguru03/neo-async/commit/81e84770))
130* **concat:** modify to support symbol iterator ([6752e7c0](https://github.com/suguru03/neo-async/commit/6752e7c0))
131* **detect:** modify to support symbol iterator ([6dcff7f9](https://github.com/suguru03/neo-async/commit/6dcff7f9))
132* **each:** add `symbolEach` funciton to support es2015 ([1959bcac](https://github.com/suguru03/neo-async/commit/1959bcac))
133* **eachLimit:** modify to support symbol iterator ([04642f3e](https://github.com/suguru03/neo-async/commit/04642f3e))
134* **eachSeries:** modify to support symbol iterator ([138d7b37](https://github.com/suguru03/neo-async/commit/138d7b37))
135* **filter:** modify to support symbol iterator ([68c7656f](https://github.com/suguru03/neo-async/commit/68c7656f))
136* **map:** modify to support symbol iterator ([ef982ca1](https://github.com/suguru03/neo-async/commit/ef982ca1))
137* **mapValues:** modify to support symbol iterator ([196a79d1](https://github.com/suguru03/neo-async/commit/196a79d1))
138* **pick:** modify to support symbol iterator ([cf1ed7c5](https://github.com/suguru03/neo-async/commit/cf1ed7c5))
139* **reduce:** modify to support symbol iterator ([0c8b1257](https://github.com/suguru03/neo-async/commit/0c8b1257))
140* **reduceRight:** modify to support symbol iterator ([13145158](https://github.com/suguru03/neo-async/commit/13145158))
141* **reject:** modify to support symbol iterator and add test case ([c43f3925](https://github.com/suguru03/neo-async/commit/c43f3925))
142* **sortBy:** modify to support symbol iterator ([1b8179eb](https://github.com/suguru03/neo-async/commit/1b8179eb))
143* **transform:** modify to support symbol iterator ([2527f297](https://github.com/suguru03/neo-async/commit/2527f297))
144
145
146#### Other Changes
147
148* **CHANGELOG:** v1.4.1 [ci skip] ([2e9d4739](https://github.com/suguru03/neo-async/commit/2e9d4739))
149* **async:** refactor and apply jsbeautify ([ac984f32](https://github.com/suguru03/neo-async/commit/ac984f32))
150* **gh-pages:** fix `gh-pages` task ([ef25eb3b](https://github.com/suguru03/neo-async/commit/ef25eb3b))
151* **map:**
152 * refactor map ([7ee34d90](https://github.com/suguru03/neo-async/commit/7ee34d90))
153 * fix to check response type ([ecf69efa](https://github.com/suguru03/neo-async/commit/ecf69efa))
154* **mapLimit:** add test case ([469bb5c8](https://github.com/suguru03/neo-async/commit/469bb5c8))
155* **other:** add test by using `vm` ([165834a1](https://github.com/suguru03/neo-async/commit/165834a1))
156* **some:** add Map test ([d243343e](https://github.com/suguru03/neo-async/commit/d243343e))
157* **test:** fix to check coverage ([5cb9ec55](https://github.com/suguru03/neo-async/commit/5cb9ec55))
158* **travis:**
159 * add node v4 ([98274a04](https://github.com/suguru03/neo-async/commit/98274a04))
160 * fix npm test ([7771dda6](https://github.com/suguru03/neo-async/commit/7771dda6))
161* **util:** add Map class for improving coverage of v0.10.x ([0178a497](https://github.com/suguru03/neo-async/commit/0178a497))
162
163<a name"v1.4.1"></a>
164### v1.4.1 (2015-08-24)
165
166
167#### Bug Fixes
168
169* **concat:** fix not to concatenate the falsy value with the result ([b7b1f07b](https://github.com/suguru03/neo-async/commit/b7b1f07b))
170
171
172#### Features
173
174* **filterLimit:** fix docs and function name ([fed73554](https://github.com/suguru03/neo-async/commit/fed73554))
175
176
177#### Other Changes
178
179* **CHANGELOG:** v1.4.0 [ci skip] ([cf582155](https://github.com/suguru03/neo-async/commit/cf582155))
180* **filter:** fix to use `Array#length` ([e84206a8](https://github.com/suguru03/neo-async/commit/e84206a8))
181* **filterSeries:** improve not to use `_compact` ([3540e032](https://github.com/suguru03/neo-async/commit/3540e032))
182
183<a name"v1.4.0"></a>
184## v1.4.0 (2015-08-21)
185
186
187#### Features
188
189* **concat:** remove `thisArg` ([d663bcf5](https://github.com/suguru03/neo-async/commit/d663bcf5))
190* **detect:** remove `thisArg` from `createDetect` ([f12dc386](https://github.com/suguru03/neo-async/commit/f12dc386))
191* **during:** remove `thisArg` ([22de81be](https://github.com/suguru03/neo-async/commit/22de81be))
192* **each:** remove `thisArg` and add example of break ([dfc02bdf](https://github.com/suguru03/neo-async/commit/dfc02bdf))
193* **filter:** remove `thisArg` from `async.filter` and `async.reject` ([76083b4a](https://github.com/suguru03/neo-async/commit/76083b4a))
194* **forever:** remove `thisArg` ([a1e15074](https://github.com/suguru03/neo-async/commit/a1e15074))
195* **map:** remove `thisArg` ([0fafad7d](https://github.com/suguru03/neo-async/commit/0fafad7d))
196* **mapValues:** remove `thisArg` ([9b5d8d47](https://github.com/suguru03/neo-async/commit/9b5d8d47))
197* **memoize:** remove `thisArg` ([6df16bc5](https://github.com/suguru03/neo-async/commit/6df16bc5))
198* **parallel:** remove `thisArg` from `parallel` and `parallelLimit` ([98c7721b](https://github.com/suguru03/neo-async/commit/98c7721b))
199* **pick:** remove `thisArg` ([240d39d0](https://github.com/suguru03/neo-async/commit/240d39d0))
200* **queue:** remove `thisArg` from `queue` and `priorityQueue` ([f49536e2](https://github.com/suguru03/neo-async/commit/f49536e2))
201* **reduce:** remove `thisArg` ([be1407a9](https://github.com/suguru03/neo-async/commit/be1407a9))
202* **safe:**
203 * remove unreached code ([8b64c81b](https://github.com/suguru03/neo-async/commit/8b64c81b))
204 * remove `thisArg` from safe functions ([93765faa](https://github.com/suguru03/neo-async/commit/93765faa))
205* **series:** remove `thisArg` ([e5a09c9b](https://github.com/suguru03/neo-async/commit/e5a09c9b))
206* **sortBy:** remove `thisArg` ([4fb90fd3](https://github.com/suguru03/neo-async/commit/4fb90fd3))
207* **times:** remove `thisArg` ([d3b78113](https://github.com/suguru03/neo-async/commit/d3b78113))
208* **transform:** remove `thisArg` ([afe2d626](https://github.com/suguru03/neo-async/commit/afe2d626))
209* **whilist:** remove `thisArg` from `whilst` and `until` ([03d10ec8](https://github.com/suguru03/neo-async/commit/03d10ec8))
210
211
212#### Other Changes
213
214* Merge branch 'v1.3.x' ([910d66cb](https://github.com/suguru03/neo-async/commit/910d66cb))
215* **CHANGELOG:** v1.3.2 [ci skip] ([bc48f2e3](https://github.com/suguru03/neo-async/commit/bc48f2e3))
216* **README:** update async version ([ef9f3e17](https://github.com/suguru03/neo-async/commit/ef9f3e17))
217* **doWhilst:** improve performance of `doWhilst` and `doUntil` ([7d4bbf56](https://github.com/suguru03/neo-async/commit/7d4bbf56))
218* **jshint:** add `-W018` option [ci skip] ([a3216d5b](https://github.com/suguru03/neo-async/commit/a3216d5b))
219
220<a name"v1.3.2"></a>
221### v1.3.2 (2015-08-04)
222
223
224#### Bug Fixes
225
226* **asyncify:** fix reserved word ([fae9f888](https://github.com/suguru03/neo-async/commit/fae9f888))
227* **filter:** fix bug of `async.filter` and `async.reject` ([029a042d](https://github.com/suguru03/neo-async/commit/029a042d))
228
229<a name"v1.3.1"></a>
230### v1.3.1 (2015-07-28)
231
232
233#### Features
234
235* **asyncify:** fix to apply promise ([28ee06aa](https://github.com/suguru03/neo-async/commit/28ee06aa))
236* **timesSeries:** fix to avoid stack overflow ([ec62f04c](https://github.com/suguru03/neo-async/commit/ec62f04c))
237
238
239#### Other Changes
240
241* **CHANGELOG:** v1.3.0 [ci skip] ([38dc4522](https://github.com/suguru03/neo-async/commit/38dc4522))
242* **detect:** refactor `detect`, `detectSeries` and `detectLimit` ([963e33b1](https://github.com/suguru03/neo-async/commit/963e33b1))
243* **each:** refactor `each`, `eachSeries` and `eachLimit` ([d0021181](https://github.com/suguru03/neo-async/commit/d0021181))
244* **filter:** refactor `filter`, `filterSeries` and `filterLimit` ([c94a4678](https://github.com/suguru03/neo-async/commit/c94a4678))
245* **map:** refactor `map`, `mapSeries` and `mapLimit` ([c167ad4a](https://github.com/suguru03/neo-async/commit/c167ad4a))
246* **mapValues:** refactor `mapValues` and `mapValuesLimit` ([ce5cb854](https://github.com/suguru03/neo-async/commit/ce5cb854))
247* **parallel:**
248 * refactor `parallel` ([68d9a112](https://github.com/suguru03/neo-async/commit/68d9a112))
249 * fix document ([22350338](https://github.com/suguru03/neo-async/commit/22350338))
250* **travis:** fix iojs version ([63131e80](https://github.com/suguru03/neo-async/commit/63131e80))
251
252<a name"v1.3.0"></a>
253## v1.3.0 (2015-07-15)
254
255
256#### Bug Fixes
257
258* **safe:** fix safe waterfall ([a49e2203](https://github.com/suguru03/neo-async/commit/a49e2203))
259* **waterfall:** fix to throw error if dobule callback ([a5f4c0f0](https://github.com/suguru03/neo-async/commit/a5f4c0f0))
260
261
262#### Features
263
264* **asyncify:** add `asyncify` method ([84cd37fe](https://github.com/suguru03/neo-async/commit/84cd37fe))
265* **constant:** add `constant` method ([a465aebc](https://github.com/suguru03/neo-async/commit/a465aebc))
266* **doDuring:** add `doDuring` method ([63885d01](https://github.com/suguru03/neo-async/commit/63885d01))
267* **during:** add `during` method ([a0ebe031](https://github.com/suguru03/neo-async/commit/a0ebe031))
268* **eachOf:** add `eachOf` aliases ([febdb6c2](https://github.com/suguru03/neo-async/commit/febdb6c2))
269* **ensureAsync:** add `ensureAsync` method ([b6c6bfbf](https://github.com/suguru03/neo-async/commit/b6c6bfbf))
270
271
272#### Other Changes
273
274* **CHANGELOG:**
275 * fix url path [ci skip] ([a39174f2](https://github.com/suguru03/neo-async/commit/a39174f2))
276 * v1.2.1 [ci skip] ([a5fa1ece](https://github.com/suguru03/neo-async/commit/a5fa1ece))
277* **EventEmitter:**
278 * fix test case for coverage ([1725cb94](https://github.com/suguru03/neo-async/commit/1725cb94))
279 * fix `EventEmitter` to apply asynchronos calling ([e469c907](https://github.com/suguru03/neo-async/commit/e469c907))
280* **README:**
281 * update speed comparison result ([e5764f34](https://github.com/suguru03/neo-async/commit/e5764f34))
282 * update README.md ([00a0a539](https://github.com/suguru03/neo-async/commit/00a0a539))
283* **angelFall:**
284 * add `async.nextTick` ([a0aefb2d](https://github.com/suguru03/neo-async/commit/a0aefb2d))
285 * refactor `angelFall` to improve performance ([9f2d0530](https://github.com/suguru03/neo-async/commit/9f2d0530))
286* **apply:** improve performance ([366f6643](https://github.com/suguru03/neo-async/commit/366f6643))
287* **applyEach:** improve performance ([279dd0d5](https://github.com/suguru03/neo-async/commit/279dd0d5))
288* **benchmark:** add `benchmark.js` to check performance ([db835138](https://github.com/suguru03/neo-async/commit/db835138))
289* **changelog:** fix gulp tasks [ci skip] ([8546953f](https://github.com/suguru03/neo-async/commit/8546953f))
290* **concat:** refactor `concat` to improve performance ([2d516fa3](https://github.com/suguru03/neo-async/commit/2d516fa3))
291* **concatLimit:**
292 * add `async.nextTick` ([ea4f6377](https://github.com/suguru03/neo-async/commit/ea4f6377))
293 * refactor `concatLimit` ([6f5790a5](https://github.com/suguru03/neo-async/commit/6f5790a5))
294* **concatSeries:**
295 * add `async.nextTick` ([3119ae42](https://github.com/suguru03/neo-async/commit/3119ae42))
296 * refactor `concatSeries` ([cedb2b00](https://github.com/suguru03/neo-async/commit/cedb2b00))
297* **createImmediate:** reafctor `createImmedaite` ([c99eb0a8](https://github.com/suguru03/neo-async/commit/c99eb0a8))
298* **detct:** refactor `detect` to improve performance ([b7ccfaff](https://github.com/suguru03/neo-async/commit/b7ccfaff))
299* **detectLimit:**
300 * add `async.nextTick` ([4e85421b](https://github.com/suguru03/neo-async/commit/4e85421b))
301 * refactor `detectLimit` to improve performance ([5bb2c764](https://github.com/suguru03/neo-async/commit/5bb2c764))
302* **detectSeries:**
303 * add `async.nextTick` ([6da10fcd](https://github.com/suguru03/neo-async/commit/6da10fcd))
304 * refactor `detectSeries` to improve performance ([d9ab8f11](https://github.com/suguru03/neo-async/commit/d9ab8f11))
305* **doDuring:**
306 * add test of `doDuring` ([71fea28a](https://github.com/suguru03/neo-async/commit/71fea28a))
307 * refactor `doDuring` to improve performance ([9c83282a](https://github.com/suguru03/neo-async/commit/9c83282a))
308* **doWhilst:** add `async.nextTick` ([887b7332](https://github.com/suguru03/neo-async/commit/887b7332))
309* **during:** refactor `during` to improve performance ([2fac74d2](https://github.com/suguru03/neo-async/commit/2fac74d2))
310* **each:** refactor `each` to improve response ([cae1e2dd](https://github.com/suguru03/neo-async/commit/cae1e2dd))
311* **eachLimit:**
312 * add `async.nextTick` to avoid stack overflow ([2c36032c](https://github.com/suguru03/neo-async/commit/2c36032c))
313 * refactor `eachLimit` to improve performance ([eb8d8959](https://github.com/suguru03/neo-async/commit/eb8d8959))
314* **eachSeries:**
315 * add `async.nextTick` to avoid stack overflow ([18fd0485](https://github.com/suguru03/neo-async/commit/18fd0485))
316 * refactor `eachSeries` to improve perfomance ([cefdb8d3](https://github.com/suguru03/neo-async/commit/cefdb8d3))
317* **everySeries:** add test case of `everySeries` ([088744e7](https://github.com/suguru03/neo-async/commit/088744e7))
318* **filter:** refactor(filter): refactor `filter` to improve performance ([55a22851](https://github.com/suguru03/neo-async/commit/55a22851))
319* **filterLimit:**
320 * add `async.nextTick` ([759f27b9](https://github.com/suguru03/neo-async/commit/759f27b9))
321 * refactor common `filterLimit` function to improve performance ([8dea6647](https://github.com/suguru03/neo-async/commit/8dea6647))
322* **filterSeries:**
323 * add `async.nextTick` ([6dd2731d](https://github.com/suguru03/neo-async/commit/6dd2731d))
324 * refactor common `filterSeries` function to improve response ([03cf144c](https://github.com/suguru03/neo-async/commit/03cf144c))
325* **forever:**
326 * add `async.nextTick` ([5011b516](https://github.com/suguru03/neo-async/commit/5011b516))
327 * fix to throw error if callack is not set ([faccab7f](https://github.com/suguru03/neo-async/commit/faccab7f))
328* **map:** refactor `map` to improve performance ([a44b1172](https://github.com/suguru03/neo-async/commit/a44b1172))
329* **mapLimit:**
330 * add `async.nextTick` ([7ced4b7c](https://github.com/suguru03/neo-async/commit/7ced4b7c))
331 * refactor `mapLimit` ([d089216d](https://github.com/suguru03/neo-async/commit/d089216d))
332* **mapSeries:**
333 * add `async.nextTick` ([0a22ebfa](https://github.com/suguru03/neo-async/commit/0a22ebfa))
334 * refactor `mapSeries` ([1c56e898](https://github.com/suguru03/neo-async/commit/1c56e898))
335* **mapValues:** refactor `mapValues` to improve response ([cdafd741](https://github.com/suguru03/neo-async/commit/cdafd741))
336* **mapValuesLimit:**
337 * fix test case ([bf0f3b65](https://github.com/suguru03/neo-async/commit/bf0f3b65))
338 * add `async.nextTick` ([54e0fa8e](https://github.com/suguru03/neo-async/commit/54e0fa8e))
339 * refactor `mapValuesLimit` ([0a6d2cd0](https://github.com/suguru03/neo-async/commit/0a6d2cd0))
340* **mapValuesSeries:**
341 * add `async.nextTick` ([50189eaf](https://github.com/suguru03/neo-async/commit/50189eaf))
342 * refactor `mapValuesSeries` to improve response ([9264fafe](https://github.com/suguru03/neo-async/commit/9264fafe))
343* **once:** fix not to use `called` ([3d592c4b](https://github.com/suguru03/neo-async/commit/3d592c4b))
344* **other:** add test case to check whether it has `async` functions ([ac97d3c3](https://github.com/suguru03/neo-async/commit/ac97d3c3))
345* **parallel:** refactor `parallel` to improve performance ([c07ca9cb](https://github.com/suguru03/neo-async/commit/c07ca9cb))
346* **parallelLimit:**
347 * add `async.nextTick` ([c65e2ab5](https://github.com/suguru03/neo-async/commit/c65e2ab5))
348 * refactor `parallelLimit` to improve performance ([d92525ec](https://github.com/suguru03/neo-async/commit/d92525ec))
349* **perf:**
350 * add `during` config ([6cbf45af](https://github.com/suguru03/neo-async/commit/6cbf45af))
351 * add config of `eachOf` ([3e45e87c](https://github.com/suguru03/neo-async/commit/3e45e87c))
352* **pick:**
353 * add `pick` test ([35b6e2f9](https://github.com/suguru03/neo-async/commit/35b6e2f9))
354 * refactor `pick` to improve performance ([b7399266](https://github.com/suguru03/neo-async/commit/b7399266))
355* **pickLimit:**
356 * add `async.nextTick` ([e7599f1c](https://github.com/suguru03/neo-async/commit/e7599f1c))
357 * refactor `pickLimit` to improve performance ([822ce6b1](https://github.com/suguru03/neo-async/commit/822ce6b1))
358* **pickSeries:**
359 * add `async.nextTick` ([5ba5a604](https://github.com/suguru03/neo-async/commit/5ba5a604))
360 * refactor `pickSeries` to improve performance ([9ef8c84b](https://github.com/suguru03/neo-async/commit/9ef8c84b))
361* **priorityQueue:** fix sort logic to improve performance ([316e480a](https://github.com/suguru03/neo-async/commit/316e480a))
362* **reduce:**
363 * add `async.nextTick` to `reduce` and `reduceRight` ([552fae38](https://github.com/suguru03/neo-async/commit/552fae38))
364 * refactor `reduce` to improve performance ([25e114f3](https://github.com/suguru03/neo-async/commit/25e114f3))
365* **reduceRight:** refactor `reduceRight` to improve performance ([a9f7a351](https://github.com/suguru03/neo-async/commit/a9f7a351))
366* **reject:** refactor `reject` to improve performance ([75c70b26](https://github.com/suguru03/neo-async/commit/75c70b26))
367* **rejectSeries:** add test of `rejectSeries` and `rejectLimit` ([e3737ddc](https://github.com/suguru03/neo-async/commit/e3737ddc))
368* **series:**
369 * add `async.nextTick` to `series` ([6a2e4ca6](https://github.com/suguru03/neo-async/commit/6a2e4ca6))
370 * refactor `series` to improve performance ([25bab9a9](https://github.com/suguru03/neo-async/commit/25bab9a9))
371* **some:** add test case of `someSeries` and `someLimit` ([ad0dadfb](https://github.com/suguru03/neo-async/commit/ad0dadfb))
372* **sortBy:**
373 * add `sortBy` tests ([f82464b7](https://github.com/suguru03/neo-async/commit/f82464b7))
374 * refactor `sortBy` to improve performance ([1719180a](https://github.com/suguru03/neo-async/commit/1719180a))
375 * modify sort logic ([de96bfdc](https://github.com/suguru03/neo-async/commit/de96bfdc))
376* **sortByLimit:**
377 * add `async.nextTick` ([73d84b18](https://github.com/suguru03/neo-async/commit/73d84b18))
378 * refactor `sortByLimit` to improve performance ([55bb37aa](https://github.com/suguru03/neo-async/commit/55bb37aa))
379* **sortBySeries:**
380 * add `async.nextTick` ([76aa8ac3](https://github.com/suguru03/neo-async/commit/76aa8ac3))
381 * refactor `sortBySeries` to improve performance ([827abd70](https://github.com/suguru03/neo-async/commit/827abd70))
382* **timesLimit:** add `async.nextTick` ([e52629f5](https://github.com/suguru03/neo-async/commit/e52629f5))
383* **timesSeries:** add `async.nextTick` ([4d96f372](https://github.com/suguru03/neo-async/commit/4d96f372))
384* **transform:**
385 * add `transform` tests ([5572c6ce](https://github.com/suguru03/neo-async/commit/5572c6ce))
386 * refactor `transform` to improve performance ([87fee9bf](https://github.com/suguru03/neo-async/commit/87fee9bf))
387* **transformLimit:**
388 * add `async.nextTick` ([774a73e0](https://github.com/suguru03/neo-async/commit/774a73e0))
389 * refactor `transformLimit` to improve performance ([a0cde4ec](https://github.com/suguru03/neo-async/commit/a0cde4ec))
390* **transformSeries:**
391 * add `async.nextTick` ([2ab5b4aa](https://github.com/suguru03/neo-async/commit/2ab5b4aa))
392 * refactor `transformSeries` to improve performance ([165ef1c2](https://github.com/suguru03/neo-async/commit/165ef1c2))
393* **travis:** fix iojs version ([c4c8c90f](https://github.com/suguru03/neo-async/commit/c4c8c90f))
394* **until:** add `async.nextTick` to `until` and `doUntil` ([b6d4ba63](https://github.com/suguru03/neo-async/commit/b6d4ba63))
395* **waterfall:**
396 * add `async.nextTick` ([2a369ff9](https://github.com/suguru03/neo-async/commit/2a369ff9))
397 * refactor `waterfall` to improve performance ([3691a443](https://github.com/suguru03/neo-async/commit/3691a443))
398* **whilst:** add `async.nextTick` ([56774886](https://github.com/suguru03/neo-async/commit/56774886))
399
400<a name"v1.2.1"></a>
401### v1.2.1 (2015-05-28)
402
403
404#### Bug Fixes
405
406* **forever:** fix `forever` to improve response ([0478de5b](https://github.com/suguru03/neo-async/commit/0478de5b))
407* **jsbeautifier:** fix gulp task of jsbeautifier ([895486d4](https://github.com/suguru03/neo-async/commit/895486d4))
408* **jscs:** fix gulp task of jscs ([b6a3d6a6](https://github.com/suguru03/neo-async/commit/b6a3d6a6))
409* **jsdoc:**
410 * fix gulp task of jsdoc ([6b1dc2d6](https://github.com/suguru03/neo-async/commit/6b1dc2d6))
411 * fix `transform` document ([a194a7c8](https://github.com/suguru03/neo-async/commit/a194a7c8))
412* **perf:**
413 * fix gulp task of perf and test ([a876cb77](https://github.com/suguru03/neo-async/commit/a876cb77))
414 * fix perf task and move files ([1aab15c8](https://github.com/suguru03/neo-async/commit/1aab15c8))
415* **queue:** fix `queue` not to call the drain when task name is `0` ([de0eb48b](https://github.com/suguru03/neo-async/commit/de0eb48b))
416
417
418#### Features
419
420* **perf:**
421 * add gulp task ([048f22b0](https://github.com/suguru03/neo-async/commit/048f22b0))
422 * add some functions ([1d9665a1](https://github.com/suguru03/neo-async/commit/1d9665a1))
423 * add common comparator ([b3ca50f8](https://github.com/suguru03/neo-async/commit/b3ca50f8))
424
425
426#### Other Changes
427
428* **changelog:** add changelog task ([1da015e6](https://github.com/suguru03/neo-async/commit/1da015e6))
429* **perf:**
430 * update perf config ([1b402198](https://github.com/suguru03/neo-async/commit/1b402198))
431 * update perf task and config ([70f51412](https://github.com/suguru03/neo-async/commit/70f51412))
432* **queue:** add check of concurency to `queue` ([b39a9497](https://github.com/suguru03/neo-async/commit/b39a9497))
433* **seq:** improve `seq` performance ([cd7b8622](https://github.com/suguru03/neo-async/commit/cd7b8622))
434
435<a name"v1.2.0"></a>
436## v1.2.0 (2015-05-19)
437
438
439#### Features
440
441* **angelFall:**
442 * add test case and fix document ([3c9caebb](https://github.com/suguru03/neo-async/commit/3c9caebb))
443 * add `angelFall` document ([7a30c4d1](https://github.com/suguru03/neo-async/commit/7a30c4d1))
444 * add function of `angelFall` ([7d256745](https://github.com/suguru03/neo-async/commit/7d256745))
445
446
447#### Other Changes
448
449* **alias:** add alias of `angelfall` ([bbfb9917](https://github.com/suguru03/neo-async/commit/bbfb9917))
450
451<a name"v1.1.2"></a>
452### v1.1.2 (2015-05-14)
453
454
455#### Bug Fixes
456
457* **filterSeries:**
458 * fix `filterSeries` and add test case ([9e77ae9b](https://github.com/suguru03/neo-async/commit/9e77ae9b))
459 * fix bug of `fiterSeries` ([dd31e137](https://github.com/suguru03/neo-async/commit/dd31e137))
460
461
462#### Other Changes
463
464* **test:** add `reject` test ([ec5b4660](https://github.com/suguru03/neo-async/commit/ec5b4660))
465
466<a name"v1.1.1"></a>
467### v1.1.1 (2015-05-12)
468
469
470#### Bug Fixes
471
472* **safe:**
473 * fix `iterator` on safe mode ([abaa5506](https://github.com/suguru03/neo-async/commit/abaa5506))
474 * fix `safe` for min file ([14c5827e](https://github.com/suguru03/neo-async/commit/14c5827e))
475
476
477#### Other Changes
478
479* user latest codecov package ([e82db2a9](https://github.com/suguru03/neo-async/commit/e82db2a9))
480* **test:**
481 * add `safe` test ([e5bc457b](https://github.com/suguru03/neo-async/commit/e5bc457b))
482 * add min test ([39891032](https://github.com/suguru03/neo-async/commit/39891032))
483
484<a name"v1.1.0"></a>
485## v1.1.0 (2015-05-09)
486
487
488#### Bug Fixes
489
490* Fix typo ([1f5106a8](https://github.com/suguru03/neo-async/commit/1f5106a8))
491* **README:**
492 * fix README slightly ([206d1115](https://github.com/suguru03/neo-async/commit/206d1115))
493 * fix README and remove README_ja ([5a995584](https://github.com/suguru03/neo-async/commit/5a995584))
494* **safe:**
495 * fix `safe` not to use apply ([c84a520a](https://github.com/suguru03/neo-async/commit/c84a520a))
496 * fix to use `safeNextTick` ([e88f4be3](https://github.com/suguru03/neo-async/commit/e88f4be3))
497 * fix safe of control flow ([855b78aa](https://github.com/suguru03/neo-async/commit/855b78aa))
498 * fix function split ([53ebabd0](https://github.com/suguru03/neo-async/commit/53ebabd0))
499* **test:** fixt test to able to use safe async ([abb9b188](https://github.com/suguru03/neo-async/commit/abb9b188))
500
501
502#### Features
503
504* **safe:**
505 * add `safeWaterfall` to safe functions ([e6003c37](https://github.com/suguru03/neo-async/commit/e6003c37))
506 * add `safe` to create new safe functions ([60331b8d](https://github.com/suguru03/neo-async/commit/60331b8d))
507 * update safe mode for controle flow ([f898a8c1](https://github.com/suguru03/neo-async/commit/f898a8c1))
508 * add feature of safe mode ([ec0ecb93](https://github.com/suguru03/neo-async/commit/ec0ecb93))
509
510
511#### Other Changes
512
513* Merge branch 'feature/safe' ([22b635d9](https://github.com/suguru03/neo-async/commit/22b635d9))
514* Merge branch 'master' into feature/safe ([df1e2cb6](https://github.com/suguru03/neo-async/commit/df1e2cb6))
515* **README:** add `safe` to README ([016d1e3a](https://github.com/suguru03/neo-async/commit/016d1e3a))
516* **test:**
517 * add safe test ([20bc53df](https://github.com/suguru03/neo-async/commit/20bc53df))
518 * add safe test ([9e8586b2](https://github.com/suguru03/neo-async/commit/9e8586b2))
519
520<a name"v1.0.1"></a>
521### v1.0.1 (2015-04-30)
522
523
524#### Bug Fixes
525
526* **once:** fix error handling if callback is called twice and thrown error ([59b4bead](https://github.com/suguru03/neo-async/commit/59b4bead))
527* **priorityQueue:** fix `priorityQueue` for IE10 ([ea1d7753](https://github.com/suguru03/neo-async/commit/ea1d7753))
528* **sortBy:** fix array sort to improve response ([9da18e8b](https://github.com/suguru03/neo-async/commit/9da18e8b))
529* **test:** fix `times` test ([2cd14bbf](https://github.com/suguru03/neo-async/commit/2cd14bbf))
530* **times:** fix `times` not to use `isFinite` for IE10 ([0c9da839](https://github.com/suguru03/neo-async/commit/0c9da839))
531
532
533#### Other Changes
534
535* **test:** add `concat` test ([9e2f332a](https://github.com/suguru03/neo-async/commit/9e2f332a))
536
537<a name"v1.0.0"></a>
538## v1.0.0 (2015-04-26)
539
540
541#### Bug Fixes
542
543* Fix `filterLImit` test ([e44d774e](https://github.com/suguru03/neo-async/commit/e44d774e))
544* Fix `filterLimit` bug and test ([c2e1e59f](https://github.com/suguru03/neo-async/commit/c2e1e59f))
545* Fix `transformLimit` ([ee7d9126](https://github.com/suguru03/neo-async/commit/ee7d9126))
546* Fix `transformSeries` ([a428df4b](https://github.com/suguru03/neo-async/commit/a428df4b))
547* Fix `transform` ([e733d972](https://github.com/suguru03/neo-async/commit/e733d972))
548* Fix `each` logic and test ([eb75d438](https://github.com/suguru03/neo-async/commit/eb75d438))
549* Fix `pickSeries` logic ([e1fcc9c1](https://github.com/suguru03/neo-async/commit/e1fcc9c1))
550* Fix logic of pick and pickSeries ([b7673192](https://github.com/suguru03/neo-async/commit/b7673192))
551* Fix to use `async.nextTick` ([b1421640](https://github.com/suguru03/neo-async/commit/b1421640))
552* Fix filter to improve response ([af9b1b40](https://github.com/suguru03/neo-async/commit/af9b1b40))
553* Fix parallel test ([f474d7ab](https://github.com/suguru03/neo-async/commit/f474d7ab))
554* **README:** fix links of function to redirect to jsdoc ([b3f90927](https://github.com/suguru03/neo-async/commit/b3f90927))
555* **cocnatSeries:** fix `concatSeries` not to use common function ([a11b9be4](https://github.com/suguru03/neo-async/commit/a11b9be4))
556* **concat:**
557 * fix `concat` not to use common function ([ac15f145](https://github.com/suguru03/neo-async/commit/ac15f145))
558 * fix `concat` iterators ([25b589c8](https://github.com/suguru03/neo-async/commit/25b589c8))
559* **config:** fix delay config ([b84923e6](https://github.com/suguru03/neo-async/commit/b84923e6))
560* **detect:** fix `detect` not to use common function ([9c5eba22](https://github.com/suguru03/neo-async/commit/9c5eba22))
561* **each:** fix `each` not to use common function ([d89df238](https://github.com/suguru03/neo-async/commit/d89df238))
562* **eachLimit:** fix `eachLimit` not to use common function ([ce0f061d](https://github.com/suguru03/neo-async/commit/ce0f061d))
563* **filter:** fix `filter` and `reject` to use common functions ([b2cb12ee](https://github.com/suguru03/neo-async/commit/b2cb12ee))
564* **filterLimit:** fix `filterLimit` and `rejectLimit` to use common function ([ede1aa37](https://github.com/suguru03/neo-async/commit/ede1aa37))
565* **filterSeries:** fix `filterSeries` and `rejectSeries` to use common function ([1bf30d19](https://github.com/suguru03/neo-async/commit/1bf30d19))
566* **jsdoc:**
567 * fix jsdoc to use namespace ([fc72f91d](https://github.com/suguru03/neo-async/commit/fc72f91d))
568 * fix jsdoc task ([6e82a808](https://github.com/suguru03/neo-async/commit/6e82a808))
569 * fix gulp task of `gh-pages` ([fc7ec422](https://github.com/suguru03/neo-async/commit/fc7ec422))
570* **map:**
571 * fix map iterator ([09861a42](https://github.com/suguru03/neo-async/commit/09861a42))
572 * fix map not to use common fucntion ([c7ca3532](https://github.com/suguru03/neo-async/commit/c7ca3532))
573* **mapLimit:** fix `mapLimit` not to use common function ([30415fdf](https://github.com/suguru03/neo-async/commit/30415fdf))
574* **mapSeries:** fix `mapSeries` not to use common function ([1a3682a4](https://github.com/suguru03/neo-async/commit/1a3682a4))
575* **mapValues:** fix `mapValues` not to use common function ([51fd8a10](https://github.com/suguru03/neo-async/commit/51fd8a10))
576* **operator:** fix operator to use `===` ([64b1daa8](https://github.com/suguru03/neo-async/commit/64b1daa8))
577* **pick:**
578 * fix `pick` logic ([c03e7405](https://github.com/suguru03/neo-async/commit/c03e7405))
579 * fix `pick` not to use common function ([e432df92](https://github.com/suguru03/neo-async/commit/e432df92))
580 * fix `pick` ([cb6c55d9](https://github.com/suguru03/neo-async/commit/cb6c55d9))
581* **pickLimit:** fix `pickLimit` response ([2dc3b6c5](https://github.com/suguru03/neo-async/commit/2dc3b6c5))
582* **pickSeries:** fix `pickSeries` response ([9a762fc6](https://github.com/suguru03/neo-async/commit/9a762fc6))
583* **speed_test:**
584 * fix the speed test not to use gc ([20a6e4ab](https://github.com/suguru03/neo-async/commit/20a6e4ab))
585 * fix to compare to previous version ([262f042c](https://github.com/suguru03/neo-async/commit/262f042c))
586* **test:** fix test of some collections ([e04ae743](https://github.com/suguru03/neo-async/commit/e04ae743))
587* **timesLimit:** fix `timesLimit` logic ([e997b231](https://github.com/suguru03/neo-async/commit/e997b231))
588* **transform:** fix `tranform` not to use common function ([a9b6903f](https://github.com/suguru03/neo-async/commit/a9b6903f))
589* **waterfall:** fix `waterfall` logic not to allow double callback ([b18955fe](https://github.com/suguru03/neo-async/commit/b18955fe))
590
591
592#### Other Changes
593
594* Documentation nits. ([9306a77d](https://github.com/suguru03/neo-async/commit/9306a77d))
595* Merge branch 'master' into v1.x ([62a439bd](https://github.com/suguru03/neo-async/commit/62a439bd))
596* Add `pickSeries` test ([9359a878](https://github.com/suguru03/neo-async/commit/9359a878))
597* Add `pick` test ([b51e33e2](https://github.com/suguru03/neo-async/commit/b51e33e2))
598* Add `detect` test ([51a63107](https://github.com/suguru03/neo-async/commit/51a63107))
599* Add `detectLimit` test ([824fb91a](https://github.com/suguru03/neo-async/commit/824fb91a))
600* Add `detectSeries` test ([6a221a7f](https://github.com/suguru03/neo-async/commit/6a221a7f))
601* Add `detect` test ([5773a600](https://github.com/suguru03/neo-async/commit/5773a600))
602* Add test of `filterSeries` and `filterLimit` ([e4bfb12b](https://github.com/suguru03/neo-async/commit/e4bfb12b))
603* Add test of `each` and `filter` ([37d8ab63](https://github.com/suguru03/neo-async/commit/37d8ab63))
604* Enable `concatLimit` iterator to get index or key as 2rd arguments ([458b12ba](https://github.com/suguru03/neo-async/commit/458b12ba))
605* Enable `concatSeries` iterator to get index or key as 2rd arguments ([d8965ace](https://github.com/suguru03/neo-async/commit/d8965ace))
606* Enable `everyLimit` iterator to get index or key as 2rd arguments ([09957e21](https://github.com/suguru03/neo-async/commit/09957e21))
607* Enable `everySeries` iterator to get index or key as 2rd arguments ([f09cfdae](https://github.com/suguru03/neo-async/commit/f09cfdae))
608* Enable `concat` iterator to get index or key as 2rd arguments ([6c8b02fa](https://github.com/suguru03/neo-async/commit/6c8b02fa))
609* Enable `every` callback to get error ([6000fec4](https://github.com/suguru03/neo-async/commit/6000fec4))
610* Enable `someLimit` iterator to get index or key as 2rd arguments ([b453d467](https://github.com/suguru03/neo-async/commit/b453d467))
611* Enable `someSeries` iterator to get index or key as 2rd arguments ([197c8b8f](https://github.com/suguru03/neo-async/commit/197c8b8f))
612* Enable `some` iterator to get index or key as 2rd arguments ([9963c91c](https://github.com/suguru03/neo-async/commit/9963c91c))
613* Enable `sortBy` iterator to get index or key as 2rd arguments ([6dfd4e40](https://github.com/suguru03/neo-async/commit/6dfd4e40))
614* Enable `reduceRight` iterator to get index or key as 2rd arguments ([c6889dcb](https://github.com/suguru03/neo-async/commit/c6889dcb))
615* Enable `reduce` iterator to get index or key as 2rd arguments ([d9f2eae3](https://github.com/suguru03/neo-async/commit/d9f2eae3))
616* Enable `detectLimit` iterator to get index or key as 2rd arguments ([923cc347](https://github.com/suguru03/neo-async/commit/923cc347))
617* Enable `detectSeries` iterator to get index or key as 2rd arguments ([4c817a05](https://github.com/suguru03/neo-async/commit/4c817a05))
618* Enable `every` iterator to get index or key as 2rd arguments ([de8734ea](https://github.com/suguru03/neo-async/commit/de8734ea))
619* Enable `detect` iterator to get index or key as 2rd arguments and to get 2rd cal ([db0bf937](https://github.com/suguru03/neo-async/commit/db0bf937))
620* enable async.each iterator to get index or key as 2nd argument ([41550fe3](https://github.com/suguru03/neo-async/commit/41550fe3))
621* Revert `each` in order to do cherry-pick ([e26d0f83](https://github.com/suguru03/neo-async/commit/e26d0f83))
622* Enable `filterLimit` iterator to get index or key as 2rd arguments and to get 2r ([12ac3e4b](https://github.com/suguru03/neo-async/commit/12ac3e4b))
623* Add concurrency test when queue paused and resumed ([d7fd16d1](https://github.com/suguru03/neo-async/commit/d7fd16d1))
624* Enable `filterSeries` iterator to get index or key as 2rd arguments and to get 2 ([a5422295](https://github.com/suguru03/neo-async/commit/a5422295))
625* Enable `filter` iterator to get index or key as 2rd arguments and to get 2rd cal ([962b71c9](https://github.com/suguru03/neo-async/commit/962b71c9))
626* Enable `pickLimit` iterator to get index or key as 2rd arguments and to get 2rd ([b720b1b7](https://github.com/suguru03/neo-async/commit/b720b1b7))
627* Enable `pickSeries` iterator to get index or key as 2rd arguments and to get 2rd ([245e03ac](https://github.com/suguru03/neo-async/commit/245e03ac))
628* Enable `pick` iterator to get index or key as 2rd arguments and to get 2rd callb ([83424ff2](https://github.com/suguru03/neo-async/commit/83424ff2))
629* Enable `mapValuesLimit` iterator to get index or key as 2rd arguments ([8d3f411c](https://github.com/suguru03/neo-async/commit/8d3f411c))
630* Enable `mapValuesSeries` iterator to get index or key as 2rd arguments ([39723d5b](https://github.com/suguru03/neo-async/commit/39723d5b))
631* Refactor `map` ([f8a73451](https://github.com/suguru03/neo-async/commit/f8a73451))
632* Enable `mapValues` iterator to get index or key as 2rd arguments ([0e52c65f](https://github.com/suguru03/neo-async/commit/0e52c65f))
633* Enable `mapLimit` iterator to get index or key as 2rd arguments ([5191f071](https://github.com/suguru03/neo-async/commit/5191f071))
634* Enable `mapSeries` iterator to get index or key as 2rd arguments ([86a1f228](https://github.com/suguru03/neo-async/commit/86a1f228))
635* Enable `map` iterator to get index or key as 2rd arguments ([952a0452](https://github.com/suguru03/neo-async/commit/952a0452))
636* Add dependencies badge ([ed847a9c](https://github.com/suguru03/neo-async/commit/ed847a9c))
637* Enable `eachLimit` iterator to get index or key as 2rd arguments ([acc00ba0](https://github.com/suguru03/neo-async/commit/acc00ba0))
638* Enable `eachSeries` iterator to get index or key as 2rd arguments ([74b9b5c9](https://github.com/suguru03/neo-async/commit/74b9b5c9))
639* **README:**
640 * add benchmark result to README.md ([a15d5deb](https://github.com/suguru03/neo-async/commit/a15d5deb))
641 * update README.md for v1.x ([4d09b566](https://github.com/suguru03/neo-async/commit/4d09b566))
642* **concat:** refactor `concat` and improve response ([4ae912bf](https://github.com/suguru03/neo-async/commit/4ae912bf))
643* **concatSeries:** refactor `concatSeries` and improve response ([e5525c84](https://github.com/suguru03/neo-async/commit/e5525c84))
644* **config:** add delay config for test ([cbf74989](https://github.com/suguru03/neo-async/commit/cbf74989))
645* **description:** add description for jsdoc ([ace8c520](https://github.com/suguru03/neo-async/commit/ace8c520))
646* **detect:** refactor `detect` and improve response ([6af0dde6](https://github.com/suguru03/neo-async/commit/6af0dde6))
647* **detectSeries:** refactor `detectSeries` to improve response ([9faf372a](https://github.com/suguru03/neo-async/commit/9faf372a))
648* **each:** refactor `each` ([5a5d8105](https://github.com/suguru03/neo-async/commit/5a5d8105))
649* **eachLimit:** refactor `eachLimit` and improve response ([038d853c](https://github.com/suguru03/neo-async/commit/038d853c))
650* **eachSeries:**
651 * reafactor `eachSeries` ([872d561d](https://github.com/suguru03/neo-async/commit/872d561d))
652 * refactor `eachSeries` and improve response ([523b3c77](https://github.com/suguru03/neo-async/commit/523b3c77))
653* **jsdoc:**
654 * add jsdoc of control flow functions ([b35a7b6c](https://github.com/suguru03/neo-async/commit/b35a7b6c))
655 * add collection jsdoc ([02397b31](https://github.com/suguru03/neo-async/commit/02397b31))
656 * add jsdoc of some functions ([bce0d25b](https://github.com/suguru03/neo-async/commit/bce0d25b))
657 * add jsdoc of `pick` fucntion ([3af20544](https://github.com/suguru03/neo-async/commit/3af20544))
658 * update jsdoc of some functions ([5f447a59](https://github.com/suguru03/neo-async/commit/5f447a59))
659 * add jsdoc of `each` functions ([60e60416](https://github.com/suguru03/neo-async/commit/60e60416))
660 * add jsdoc task ([f7a88323](https://github.com/suguru03/neo-async/commit/f7a88323))
661* **map:** refactor `map` and improve response ([dffd1e34](https://github.com/suguru03/neo-async/commit/dffd1e34))
662* **mapLimit:** refactor `mapLimit` and improve response ([c2d7785f](https://github.com/suguru03/neo-async/commit/c2d7785f))
663* **mapSeries:**
664 * refactor `mapSeries` to improve response ([2d460426](https://github.com/suguru03/neo-async/commit/2d460426))
665 * refactor `mapSeries` and improve response ([e6fdea30](https://github.com/suguru03/neo-async/commit/e6fdea30))
666* **mapValues:** refactor `mapValues` and improve response ([7327b3ee](https://github.com/suguru03/neo-async/commit/7327b3ee))
667* **mapValuesSeries:** refactor `mapValuesSeries` to improve response ([e4a64a10](https://github.com/suguru03/neo-async/commit/e4a64a10))
668* **once:** update `once` to improve response ([fd45a59f](https://github.com/suguru03/neo-async/commit/fd45a59f))
669* **parallel:** refactor `parallel` to improve response ([95741ae3](https://github.com/suguru03/neo-async/commit/95741ae3))
670* **parallelLimit:** refactor `parallelLimit` to improve response ([79f25b14](https://github.com/suguru03/neo-async/commit/79f25b14))
671* **pick:** refactor `pick` and improve response ([e3607e78](https://github.com/suguru03/neo-async/commit/e3607e78))
672* **pickSeries:** refactor `pickSeries` to improve response ([7020370b](https://github.com/suguru03/neo-async/commit/7020370b))
673* **reduceRight:** refactor `reduceRight` to improve response ([835742c0](https://github.com/suguru03/neo-async/commit/835742c0))
674* **series:** refactor `series` to improve response ([2a3ad46f](https://github.com/suguru03/neo-async/commit/2a3ad46f))
675* **speed_test:** add benchmarker to gulp task ([da7b845c](https://github.com/suguru03/neo-async/commit/da7b845c))
676* **test:**
677 * refactor test and add `pickSeries` test ([860c03d2](https://github.com/suguru03/neo-async/commit/860c03d2))
678 * add `some` test ([488bc427](https://github.com/suguru03/neo-async/commit/488bc427))
679 * add `sortBy` test ([f3b477c8](https://github.com/suguru03/neo-async/commit/f3b477c8))
680 * add `pickLimit` test ([ee308c35](https://github.com/suguru03/neo-async/commit/ee308c35))
681* **timeSeries:** add speed test of `timesSeries` ([bfc1dd7c](https://github.com/suguru03/neo-async/commit/bfc1dd7c))
682* **timesSeries:** refactor `timesSeries` to improve response ([add895fd](https://github.com/suguru03/neo-async/commit/add895fd))
683* **toArray:** remove `toArray` that is not being used ([eb1c753f](https://github.com/suguru03/neo-async/commit/eb1c753f))
684* **transform:** refactor `transform` and improve response ([1682be91](https://github.com/suguru03/neo-async/commit/1682be91))
685
686<a name"v0.6.5"></a>
687### v0.6.5 (2015-05-28)
688
689
690#### Bug Fixes
691
692* **queue:** fix `queue` not to call the drain when task name is `0` ([ec5f4c96](https://github.com/suguru03/neo-async/commit/ec5f4c96))
693
694<a name"v0.6.4"></a>
695### v0.6.4 (2015-04-13)
696
697
698#### Bug Fixes
699
700* Fix once bug ([a5c6cde8](https://github.com/suguru03/neo-async/commit/a5c6cde8))
701* **EventEmitter:**
702 * fix `RemoveEvent` and add test case ([46630c64](https://github.com/suguru03/neo-async/commit/46630c64))
703 * fix `EventEmitter` logic and add prototype functions ([092d44d3](https://github.com/suguru03/neo-async/commit/092d44d3))
704
705
706#### Other Changes
707
708* Add `EventEmitter` test ([8603b3c6](https://github.com/suguru03/neo-async/commit/8603b3c6))
709
710<a name"v0.6.3"></a>
711### v0.6.3 (2015-03-13)
712
713
714#### Bug Fixes
715
716* Fix to use `async.nextTick` ([b48fcb13](https://github.com/suguru03/neo-async/commit/b48fcb13))
717* Fix parallel test ([cab3d8cf](https://github.com/suguru03/neo-async/commit/cab3d8cf))
718
719
720#### Other Changes
721
722* Add concurrency test when queue paused and resumed ([71478234](https://github.com/suguru03/neo-async/commit/71478234))
723* Add dependencies badge ([0ed660de](https://github.com/suguru03/neo-async/commit/0ed660de))
724
725<a name"v0.6.2"></a>
726### v0.6.2 (2015-02-26)
727
728
729#### Bug Fixes
730
731* Fix null to undefined ([371ea62e](https://github.com/suguru03/neo-async/commit/371ea62e))
732* Fix not to use immediate function ([229a3511](https://github.com/suguru03/neo-async/commit/229a3511))
733* Fix function of _arrayEach and _objectEach ([2873c0a8](https://github.com/suguru03/neo-async/commit/2873c0a8))
734* Fix package.json and update badge ([d6924f1b](https://github.com/suguru03/neo-async/commit/d6924f1b))
735* Fix code by jsbeautifier ([2033ab24](https://github.com/suguru03/neo-async/commit/2033ab24))
736* Fix sortBy test ([18069b3a](https://github.com/suguru03/neo-async/commit/18069b3a))
737
738
739#### Other Changes
740
741* Add gulp task of jsbeautifier ([5d943272](https://github.com/suguru03/neo-async/commit/5d943272))
742* Add gulp task of jscs ([00ba6954](https://github.com/suguru03/neo-async/commit/00ba6954))
743
744<a name"v0.6.1"></a>
745### v0.6.1 (2015-02-19)
746
747
748#### Bug Fixes
749
750* Fix limit test ([a5067115](https://github.com/suguru03/neo-async/commit/a5067115))
751* Fix function definition ([337cef5c](https://github.com/suguru03/neo-async/commit/337cef5c))
752* Fix limit test ([eff5b00b](https://github.com/suguru03/neo-async/commit/eff5b00b))
753
754
755#### Other Changes
756
757* Change Math.min to ternary operator ([cc4fa15a](https://github.com/suguru03/neo-async/commit/cc4fa15a))
758* Update README ([9ce5e5b8](https://github.com/suguru03/neo-async/commit/9ce5e5b8))
759* Add mapValues functions ([a84f7808](https://github.com/suguru03/neo-async/commit/a84f7808))
760* Refactor some functions to use immediate function ([9c62a206](https://github.com/suguru03/neo-async/commit/9c62a206))
761
762<a name"v0.6.0"></a>
763## v0.6.0 (2015-02-16)
764
765
766#### Bug Fixes
767
768* Fix logic of transformLimit ([f9b6c247](https://github.com/suguru03/neo-async/commit/f9b6c247))
769* Fix bug of reject and logic of pickLimit ([edfb211b](https://github.com/suguru03/neo-async/commit/edfb211b))
770* Fix logic of detectLimit, everyLimit and someLimit ([ab7f4e91](https://github.com/suguru03/neo-async/commit/ab7f4e91))
771* Fix logic of concatLimit ([875918f7](https://github.com/suguru03/neo-async/commit/875918f7))
772* Fix logic of mapLimit ([6a2d1cd9](https://github.com/suguru03/neo-async/commit/6a2d1cd9))
773* Fix logic of eachLimit ([a5aa2352](https://github.com/suguru03/neo-async/commit/a5aa2352))
774* Fix logic of queue ([9cb62e12](https://github.com/suguru03/neo-async/commit/9cb62e12))
775* Fix to return result of apply ([a4c3e3a4](https://github.com/suguru03/neo-async/commit/a4c3e3a4))
776* Fix result of series ([b3c1984e](https://github.com/suguru03/neo-async/commit/b3c1984e))
777* Fix wrong logic of parallelLimit ([c639aad2](https://github.com/suguru03/neo-async/commit/c639aad2))
778* Fix waterfall for drop-in replacement ([8e2a3413](https://github.com/suguru03/neo-async/commit/8e2a3413))
779* Fix issue when cause if task is not collection ([83bf5f28](https://github.com/suguru03/neo-async/commit/83bf5f28))
780* Fix README ([f413c16c](https://github.com/suguru03/neo-async/commit/f413c16c))
781* Fix double callback in auto ([ff3d7887](https://github.com/suguru03/neo-async/commit/ff3d7887))
782* Fix bug of applyEach ([758b0de3](https://github.com/suguru03/neo-async/commit/758b0de3))
783* Fix issue which occurs if tasks are not collection ([0935fade](https://github.com/suguru03/neo-async/commit/0935fade))
784* Fix bug when limit is Infinity ([8376ff86](https://github.com/suguru03/neo-async/commit/8376ff86))
785
786
787#### Other Changes
788
789* Remove waterfall statistic from README_ja ([0f2d42be](https://github.com/suguru03/neo-async/commit/0f2d42be))
790* Add alias which async has ([13190ae3](https://github.com/suguru03/neo-async/commit/13190ae3))
791* Remove waterfall statistic from README ([467449eb](https://github.com/suguru03/neo-async/commit/467449eb))
792* Add setImmediate to waterfall ([a4f5fdd1](https://github.com/suguru03/neo-async/commit/a4f5fdd1))
793* Add gulp test ([0c52537e](https://github.com/suguru03/neo-async/commit/0c52537e))
794* Add async test ([e37b2190](https://github.com/suguru03/neo-async/commit/e37b2190))
795* Add iojs and node v0.12 to travis.yml ([43762aa3](https://github.com/suguru03/neo-async/commit/43762aa3))
796* **README:** add bower usage ([8c2b0f87](https://github.com/suguru03/neo-async/commit/8c2b0f87))
797
798<a name"v0.5.3"></a>
799### v0.5.3 (2015-02-07)
800
801
802#### Bug Fixes
803
804* Fix issue if collection is null ([6fdc60b7](https://github.com/suguru03/neo-async/commit/6fdc60b7))
805* Fix comparison operator ([08dc3ce2](https://github.com/suguru03/neo-async/commit/08dc3ce2))
806* Fix bug of eventEmitter ([c6280a44](https://github.com/suguru03/neo-async/commit/c6280a44))
807* Fix limit in times ([67810e4f](https://github.com/suguru03/neo-async/commit/67810e4f))
808
809
810#### Other Changes
811
812* Update LICENSE ([54c75878](https://github.com/suguru03/neo-async/commit/54c75878))
813* Update README ([6d421754](https://github.com/suguru03/neo-async/commit/6d421754))
814
815<a name"v0.5.2"></a>
816### v0.5.2 (2015-02-05)
817
818
819#### Bug Fixes
820
821* Fix issue if limit is unexpected ([36501c2a](https://github.com/suguru03/neo-async/commit/36501c2a))
822* Fix issue if collection is not array or object ([3c8fbca5](https://github.com/suguru03/neo-async/commit/3c8fbca5))
823
824<a name"v0.5.1"></a>
825### v0.5.1 (2015-02-05)
826
827
828#### Bug Fixes
829
830* Fix issue of double callback ([da6fc451](https://github.com/suguru03/neo-async/commit/da6fc451))
831
832<a name"v0.5.0"></a>
833## v0.5.0 (2015-02-02)
834
835
836#### Other Changes
837
838* Remove _forEach function ([dc6d53de](https://github.com/suguru03/neo-async/commit/dc6d53de))
839* Update README ([5368d432](https://github.com/suguru03/neo-async/commit/5368d432))
840* Remove multiEach ([50dd9528](https://github.com/suguru03/neo-async/commit/50dd9528))
841* Modify times to respond quickly ([2aed1667](https://github.com/suguru03/neo-async/commit/2aed1667))
842* Modify series, parallel and parallelLimit ([9e5409b2](https://github.com/suguru03/neo-async/commit/9e5409b2))
843* Modify method of detect and pick ([cdf07e2c](https://github.com/suguru03/neo-async/commit/cdf07e2c))
844* avoid creating empty function. ([ed2b426d](https://github.com/suguru03/neo-async/commit/ed2b426d))
845* **bower.json:** add bower.json ([f9a62dea](https://github.com/suguru03/neo-async/commit/f9a62dea))
846
847<a name"v0.4.9"></a>
848### v0.4.9 (2015-01-29)
849
850
851#### Bug Fixes
852
853* Fix make file ([132bd9ef](https://github.com/suguru03/neo-async/commit/132bd9ef))
854
855
856#### Other Changes
857
858* Add async file to dist ([6bda9c31](https://github.com/suguru03/neo-async/commit/6bda9c31))
859
860<a name"v0.4.8"></a>
861### v0.4.8 (2015-01-25)
862
863
864#### Bug Fixes
865
866* Fix npm files ([979c8a2b](https://github.com/suguru03/neo-async/commit/979c8a2b))
867
868<a name"v0.4.7"></a>
869### v0.4.7 (2015-01-25)
870
871
872#### Other Changes
873
874* Add min file to dist ([ef4034d5](https://github.com/suguru03/neo-async/commit/ef4034d5))
875* Update speed comparison ([cff27614](https://github.com/suguru03/neo-async/commit/cff27614))
876
877<a name"v0.4.6"></a>
878### v0.4.6 (2015-01-23)
879
880
881#### Other Changes
882
883* Add waterfall test ([e0b82141](https://github.com/suguru03/neo-async/commit/e0b82141))
884* Modify waterfall function to respond quickly ([2d7af49c](https://github.com/suguru03/neo-async/commit/2d7af49c))
885
886<a name"v0.4.5"></a>
887### v0.4.5 (2016-03-01)
888
889
890#### Bug Fixes
891
892* Fix speed test files ([506cad96](https://github.com/suguru03/neo-async/commit/506cad96))
893* Fix indexOf method and add test ([53a428a1](https://github.com/suguru03/neo-async/commit/53a428a1))
894
895
896#### Other Changes
897
898* Add test case ([d2a360f5](https://github.com/suguru03/neo-async/commit/d2a360f5))
899* Modify parallelLimit function to respond quickly ([62b44ea2](https://github.com/suguru03/neo-async/commit/62b44ea2))
900* Modify parallel function to respond quickly ([06c532b7](https://github.com/suguru03/neo-async/commit/06c532b7))
901* Modify series function to respond quickly ([2033b22e](https://github.com/suguru03/neo-async/commit/2033b22e))
902* Add concat comparison ([b0d97eb5](https://github.com/suguru03/neo-async/commit/b0d97eb5))
903* Add iojs sample to README ([e7023bf9](https://github.com/suguru03/neo-async/commit/e7023bf9))
904
905<a name"v0.4.4"></a>
906### v0.4.4 (2015-01-15)
907
908
909#### Bug Fixes
910
911* Fix typo and update README.md ([0396d1e1](https://github.com/suguru03/neo-async/commit/0396d1e1))
912
913<a name"v0.4.3"></a>
914### v0.4.3 (2015-01-12)
915
916
917#### Bug Fixes
918
919* Fix jsperf of README.md ([6f7597f5](https://github.com/suguru03/neo-async/commit/6f7597f5))
920* Fix versioning and add apply test ([6197534a](https://github.com/suguru03/neo-async/commit/6197534a))
921* Fix async version ([7d8aded7](https://github.com/suguru03/neo-async/commit/7d8aded7))
922* Fix nextTick test ([3c910a22](https://github.com/suguru03/neo-async/commit/3c910a22))
923
924
925#### Other Changes
926
927* Add jeperf comparison to README.md ([f6dabe77](https://github.com/suguru03/neo-async/commit/f6dabe77))
928* Update apply for binding ([630869e4](https://github.com/suguru03/neo-async/commit/630869e4))
929* Add nextTick test ([f7c78207](https://github.com/suguru03/neo-async/commit/f7c78207))
930* Add nextTick test and fix console for coverage ([a4f2d082](https://github.com/suguru03/neo-async/commit/a4f2d082))
931* Add logger test ([b0e0ac7c](https://github.com/suguru03/neo-async/commit/b0e0ac7c))
932* Add test case for once ([e715f1b0](https://github.com/suguru03/neo-async/commit/e715f1b0))
933* Add define test ([1d21c382](https://github.com/suguru03/neo-async/commit/1d21c382))
934* Update README.md ([8e67c23b](https://github.com/suguru03/neo-async/commit/8e67c23b))
935* Update README.md ([695020ec](https://github.com/suguru03/neo-async/commit/695020ec))
936* Add waterfall sample to README.md ([6389be69](https://github.com/suguru03/neo-async/commit/6389be69))
937* Add parallel, series samples to README.md ([08ec43d9](https://github.com/suguru03/neo-async/commit/08ec43d9))
938
939<a name"v0.4.2"></a>
940### v0.4.2 (2015-01-02)
941
942
943#### Bug Fixes
944
945* Fix collection of README.md ([9f2a56bb](https://github.com/suguru03/neo-async/commit/9f2a56bb))
946* Fix transform to correspond to accumulator ([0988c3fc](https://github.com/suguru03/neo-async/commit/0988c3fc))
947
948
949#### Other Changes
950
951* Add collection samples to README.md ([c5fb9ef1](https://github.com/suguru03/neo-async/commit/c5fb9ef1))
952* Add pick samples to README.md ([f9c95ae1](https://github.com/suguru03/neo-async/commit/f9c95ae1))
953* Add map samples to README.md ([5442224f](https://github.com/suguru03/neo-async/commit/5442224f))
954* Add filter samples to README.md ([8038c92c](https://github.com/suguru03/neo-async/commit/8038c92c))
955* Add every samples to README.md ([c706e3a6](https://github.com/suguru03/neo-async/commit/c706e3a6))
956
957<a name"v0.4.1"></a>
958### v0.4.1 (2014-12-29)
959
960
961#### Other Changes
962
963* Refactor async.js ([1c4c4f2b](https://github.com/suguru03/neo-async/commit/1c4c4f2b))
964* Add detect samples to README.md ([1a09e1bd](https://github.com/suguru03/neo-async/commit/1a09e1bd))
965* Update README.md ([ddfc7c40](https://github.com/suguru03/neo-async/commit/ddfc7c40))
966
967<a name"v0.4.0"></a>
968## v0.4.0 (2014-12-28)
969
970
971#### Bug Fixes
972
973* Fix badge ([9ac98686](https://github.com/suguru03/neo-async/commit/9ac98686))
974* Fix to use codecov.io ([5b63b465](https://github.com/suguru03/neo-async/commit/5b63b465))
975* Fix timesSeries for quickly response ([e7415f41](https://github.com/suguru03/neo-async/commit/e7415f41))
976
977
978#### Other Changes
979
980* Add feature of eventEmitter ([d44b6ae7](https://github.com/suguru03/neo-async/commit/d44b6ae7))
981
982<a name"v0.3.4"></a>
983### v0.3.4 (2014-12-28)
984
985
986#### Other Changes
987
988* Remove feature of break in each ([9123e90c](https://github.com/suguru03/neo-async/commit/9123e90c))
989* Add npm label to README.md ([c64d9417](https://github.com/suguru03/neo-async/commit/c64d9417))
990* Add images to README.md ([4bd7b24d](https://github.com/suguru03/neo-async/commit/4bd7b24d))
991
992<a name"v0.3.3"></a>
993### v0.3.3 (2014-12-25)
994
995
996#### Bug Fixes
997
998* Fix transformSeries for series response ([9678659d](https://github.com/suguru03/neo-async/commit/9678659d))
999* Fix type check for browser ([fb445bdd](https://github.com/suguru03/neo-async/commit/fb445bdd))
1000* Fix filter for quickly response ([12375652](https://github.com/suguru03/neo-async/commit/12375652))
1001
1002<a name"v0.3.2"></a>
1003### v0.3.2 (2014-12-23)
1004
1005
1006#### Bug Fixes
1007
1008* Fix transform and update speed comparison ([c45ff5da](https://github.com/suguru03/neo-async/commit/c45ff5da))
1009
1010
1011#### Other Changes
1012
1013* Update speed comparison ([980b4876](https://github.com/suguru03/neo-async/commit/980b4876))
1014* Add each samples to README.md ([302ee2d5](https://github.com/suguru03/neo-async/commit/302ee2d5))
1015
1016<a name"v0.3.1"></a>
1017### v0.3.1 (2014-12-21)
1018
1019
1020#### Bug Fixes
1021
1022* Fix map response and add speed test ([5efc01bb](https://github.com/suguru03/neo-async/commit/5efc01bb))
1023
1024
1025#### Other Changes
1026
1027* Remove functions for quickly response ([bb3c75b1](https://github.com/suguru03/neo-async/commit/bb3c75b1))
1028* Modify response of reduce and reduceRight ([73e15766](https://github.com/suguru03/neo-async/commit/73e15766))
1029* Modify response of pick, pickSeries and pickLimit ([5e9083f9](https://github.com/suguru03/neo-async/commit/5e9083f9))
1030* Change file path of speed test and add test of every ([ed7f7b05](https://github.com/suguru03/neo-async/commit/ed7f7b05))
1031* Modify response of detect, detectSeries and detectLimit ([fb908026](https://github.com/suguru03/neo-async/commit/fb908026))
1032* Modify response of concat and concatSeries ([30fb3c92](https://github.com/suguru03/neo-async/commit/30fb3c92))
1033* Modify response of each ([fd948401](https://github.com/suguru03/neo-async/commit/fd948401))
1034* Add map test ([e2c966af](https://github.com/suguru03/neo-async/commit/e2c966af))
1035
1036<a name"v0.3.0"></a>
1037## v0.3.0 (2014-12-19)
1038
1039
1040#### Bug Fixes
1041
1042* Fix README.md ([c4502436](https://github.com/suguru03/neo-async/commit/c4502436))
1043
1044
1045#### Other Changes
1046
1047* Modify once for quickly response ([f00d1664](https://github.com/suguru03/neo-async/commit/f00d1664))
1048* Add test of multiEach ([052d1245](https://github.com/suguru03/neo-async/commit/052d1245))
1049* Add multiEach sample to README.md ([c8eae7b2](https://github.com/suguru03/neo-async/commit/c8eae7b2))
1050* Add multiEach function ([2ed9fea1](https://github.com/suguru03/neo-async/commit/2ed9fea1))
1051* Add noConflict test for coverage ([b8667ed1](https://github.com/suguru03/neo-async/commit/b8667ed1))
1052
1053<a name"v0.2.11"></a>
1054### v0.2.11 (2014-12-15)
1055
1056
1057#### Bug Fixes
1058
1059* Fix response of transform ([481765d2](https://github.com/suguru03/neo-async/commit/481765d2))
1060* Fix response of concat and add test ([93e54286](https://github.com/suguru03/neo-async/commit/93e54286))
1061* Fix test config ([26f37676](https://github.com/suguru03/neo-async/commit/26f37676))
1062
1063
1064#### Other Changes
1065
1066* Add test of detect, detectSeries and detectLimit ([02a3580f](https://github.com/suguru03/neo-async/commit/02a3580f))
1067* Add test of each, eachSeries and eachLimit ([651e18b2](https://github.com/suguru03/neo-async/commit/651e18b2))
1068* Add test of map, mapSeries and mapLimit ([c67b81d4](https://github.com/suguru03/neo-async/commit/c67b81d4))
1069* Add test of pick, pickSereies and pickLimit ([94640fb7](https://github.com/suguru03/neo-async/commit/94640fb7))
1070* Update README.md ([e9deac2e](https://github.com/suguru03/neo-async/commit/e9deac2e))
1071
1072<a name"v0.2.10"></a>
1073### v0.2.10 (2014-12-10)
1074
1075
1076#### Bug Fixes
1077
1078* Fix iterator bug and add test of cargo, iterator ([3652f569](https://github.com/suguru03/neo-async/commit/3652f569))
1079
1080
1081#### Other Changes
1082
1083* Add test of transform, transformSeries and transformLimit ([768a516f](https://github.com/suguru03/neo-async/commit/768a516f))
1084
1085<a name"v0.2.9"></a>
1086### v0.2.9 (2014-12-07)
1087
1088
1089#### Bug Fixes
1090
1091* Fix type check ([076a9e75](https://github.com/suguru03/neo-async/commit/076a9e75))
1092
1093
1094#### Other Changes
1095
1096* Update README ([1b74c15a](https://github.com/suguru03/neo-async/commit/1b74c15a))
1097* Add speed test which use func-comparator ([8d1adbc4](https://github.com/suguru03/neo-async/commit/8d1adbc4))
1098
1099<a name"v0.2.8"></a>
1100### v0.2.8 (2014-12-05)
1101
1102
1103#### Bug Fixes
1104
1105* Fix typo and add test of queue ([2c07e247](https://github.com/suguru03/neo-async/commit/2c07e247))
1106
1107
1108#### Other Changes
1109
1110* Add test of series and queue ([e754b13c](https://github.com/suguru03/neo-async/commit/e754b13c))
1111
1112<a name"v0.2.7"></a>
1113### v0.2.7 (2014-12-03)
1114
1115
1116#### Other Changes
1117
1118* Update package.json ([99eeec3f](https://github.com/suguru03/neo-async/commit/99eeec3f))
1119* Add test of times and waterfall ([517614b3](https://github.com/suguru03/neo-async/commit/517614b3))
1120* Add test of control flow and utilities ([b111f05d](https://github.com/suguru03/neo-async/commit/b111f05d))
1121
1122<a name"v0.2.6"></a>
1123### v0.2.6 (2014-12-01)
1124
1125
1126#### Bug Fixes
1127
1128* Fix to call function if error is caught ([f33b8b30](https://github.com/suguru03/neo-async/commit/f33b8b30))
1129
1130
1131#### Other Changes
1132
1133* Add license ([ae019f21](https://github.com/suguru03/neo-async/commit/ae019f21))
1134* Add coveralls and budges ([d7eb1fa2](https://github.com/suguru03/neo-async/commit/d7eb1fa2))
1135* Add travis config ([75281985](https://github.com/suguru03/neo-async/commit/75281985))
1136* Add test of control flow ([5472569d](https://github.com/suguru03/neo-async/commit/5472569d))
1137
1138<a name"v0.2.5"></a>
1139### v0.2.5 (2014-11-29)
1140
1141
1142#### Bug Fixes
1143
1144* Fix clone bug and Add test of control flow ([88b8f294](https://github.com/suguru03/neo-async/commit/88b8f294))
1145
1146
1147#### Other Changes
1148
1149* Modify "waterfall" to improve response speed ([5dfb4c19](https://github.com/suguru03/neo-async/commit/5dfb4c19))
1150* Modify slice for v8 optimization ([600790ac](https://github.com/suguru03/neo-async/commit/600790ac))
1151
1152<a name"v0.2.4"></a>
1153### v0.2.4 (2014-11-27)
1154
1155
1156#### Other Changes
1157
1158* Add repository to package.json ([dfbcf4e7](https://github.com/suguru03/neo-async/commit/dfbcf4e7))
1159
1160<a name"v0.2.3"></a>
1161### v0.2.3 (2014-11-27)
1162
1163
1164#### Bug Fixes
1165
1166* Fix bug of auto ([1ae13816](https://github.com/suguru03/neo-async/commit/1ae13816))
1167
1168<a name"v0.2.2"></a>
1169### v0.2.2 (2014-11-25)
1170
1171<a name"v0.2.1"></a>
1172### v0.2.1 (2014-11-25)
1173
1174
1175#### Other Changes
1176
1177* Modify to be able to use "require.js" ([d7716eb0](https://github.com/suguru03/neo-async/commit/d7716eb0))
1178* Modify to use compacted file ([b5d94199](https://github.com/suguru03/neo-async/commit/b5d94199))
1179
1180<a name"v0.2.0"></a>
1181## v0.2.0 (2014-11-24)
1182
1183
1184#### Other Changes
1185
1186* Add test case of collections ([bd91135b](https://github.com/suguru03/neo-async/commit/bd91135b))
1187* Add feature of break to "each" ([1265426a](https://github.com/suguru03/neo-async/commit/1265426a))
1188
1189<a name"v0.1.1"></a>
1190### v0.1.1 (2014-11-24)
1191
1192
1193#### Other Changes
1194
1195* Update README.md ([255c462f](https://github.com/suguru03/neo-async/commit/255c462f))
1196