333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
2.1.0 / 2018-08-21
==================
 
**features**
  * [[`37bd48f`](http://github.com/node-modules/ready-callback/commit/37bd48fe923982169d98f402a8e6bf3e5c7efc8a)] - feat: add lazyStart option (#113) (killa <<killa123@126.com>>)
 
2.0.1 / 2017-02-13
==================
 
  * fix: should not throw error when pass null (#99)
 
2.0.0 / 2017-02-09
==================
 
  * feat: call .ready(err) when callback pass an error (#98)
  * chore(package): update mocha to version 2.3.3
 
1.0.0 / 2015-10-20
==================
 
 * refactor: koa-ready rename to ready-callback
 
---
 
koa-ready histroy
 
## 1.0.0 / 2015-06-09
 
- feat: set timeout when init
- feat: add an option to set timeout when create a service
 
## 0.2.0 / 2015-03-17
 
- chore: add appveyor and use npm scrips
- feat: emit `ready_stat` when every task end
- refactor: _readyCache use array instead of object
- improve: testcase
 
## 0.1.1 / 2015-02-05
 
- fix: do not fire endTask after throw error
- fix: endTask is fired only once
 
## 0.1.0
 
First commit