UNPKG

1.23 kBMarkdownView Raw
1
24.1.0 / 2018-05-22
3==================
4
5 * improve: reduce stack trace by removing useless function call (#95)
6
74.0.0 / 2017-04-12
8==================
9
10 * remove `any-promise` as a dependency
11
123.2.1 / 2016-10-26
13==================
14
15 * revert add variadric support #65 - introduced an unintended breaking change
16
173.2.0 / 2016-10-25
18==================
19
20 * fix #60 infinite loop when calling next https://github.com/koajs/compose/pull/61
21 * add variadric support https://github.com/koajs/compose/pull/65
22
233.1.0 / 2016-03-17
24==================
25
26 * add linting w/ standard
27 * use `any-promise` so that the promise engine is configurable
28
293.0.0 / 2015-10-19
30==================
31
32 * change middleware signature to `async (ctx, next) => await next()` for `koa@2`.
33 See https://github.com/koajs/compose/pull/27 for more information.
34
352.3.0 / 2014-05-01
36==================
37
38 * remove instrumentation
39
402.2.0 / 2014-01-22
41==================
42
43 * add `fn._name` for debugging
44
452.1.0 / 2013-12-22
46==================
47
48 * add debugging support
49 * improve performance ~15%
50
512.0.1 / 2013-12-21
52==================
53
54 * update co to v3
55 * use generator delegation
56
572.0.0 / 2013-11-07
58==================
59
60 * change middleware signature expected