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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
 
2.1.0 / 2018-06-12
==================
 
**features**
  * [[`63cca2f`](http://github.com/eggjs/egg-onerror/commit/63cca2f3fb087583459e26e38c3874285b14aefd)] - feat: add replace template config (#28) (Harry Chen <<czy88840616@gmail.com>>)
 
2.0.0 / 2017-11-13
==================
 
**others**
  * [[`6861f8f`](http://github.com/eggjs/egg-onerror/commit/6861f8fb5df4a210afca2c7454dcca4ec1ccbae4)] - refactor: use async function and support egg@2 (#27) (Yiyu He <<dead_horse@qq.com>>)
 
1.6.0 / 2017-11-13
==================
 
**features**
  * [[`4a1b770`](http://github.com/eggjs/egg-onerror/commit/4a1b7707b28d3cc1e8bd69f4cca606305c507248)] - feat: support customize error handler (#26) (Yiyu He <<dead_horse@qq.com>>)
  * [[`37c06ce`](http://github.com/eggjs/egg-onerror/commit/37c06ce45fb671a3087f4e74aafcef1ac122360d)] - feat: support jsonp (#25) (Yiyu He <<dead_horse@qq.com>>)
 
**others**
  * [[`a0d4df2`](http://github.com/eggjs/egg-onerror/commit/a0d4df2830bf58903dd27e277f963e3d52d32587)] - chore: fix README & update deps & fix test (#23) (TZ | 天猪 <<atian25@qq.com>>)
  * [[`e49252e`](http://github.com/eggjs/egg-onerror/commit/e49252e3a648abbefc562635e163c4b9dd28e57d)] - docs: fix typo (#22) (TZ | 天猪 <<atian25@qq.com>>)
 
1.5.0 / 2017-07-20
==================
 
  * feat: errorPageUrl support function (#21)
 
1.4.6 / 2017-06-20
==================
 
  * fix: only output simple error html on unittest (#19)
 
1.4.5 / 2017-06-20
==================
 
  * fix: should show 4xx status error html (#18)
 
1.4.4 / 2017-06-12
==================
 
  * fix: make error style more good (#17)
  * fix: add error-title's line-height (#16)
 
1.4.3 / 2017-06-04
==================
 
  * docs: fix License url (#15)
 
1.4.2 / 2017-06-01
==================
 
  * fix: remove error detail on JSON response (#14)
 
1.4.1 / 2017-06-01
==================
 
  * fix: add missing files on package.json (#13)
 
1.4.0 / 2017-05-31
==================
 
  * feat: better error page on development (#12)
 
1.3.0 / 2017-01-22
==================
 
  * feat: use ctx.acceptJSON (#11)
 
1.2.2 / 2017-01-13
==================
 
  * fix: should keep support `*.json` ext to detect response type (#10)
 
1.2.1 / 2017-01-13
==================
 
  * fix: add agent.js to package.files (#9)
 
1.2.0 / 2017-01-13
==================
 
  * feat: support options.accepts
  * refactor: remove accpetJSON
 
1.1.0 / 2016-11-09
==================
 
  * feat: should watch error event on agent (#7)
 
1.0.0 / 2016-10-21
==================
 
  * deps: upgrade koa-onerror (#6)
  * fix: make sure ctx always exists (#3)
 
0.0.3 / 2016-07-16
==================
 
  * fix: fix this is undefined on arrow function (#1)
 
0.0.2 / 2016-07-13
==================
  * init code