2.4.0 (2024-10-13)
2.3.1 (2024-10-13)
2.3.0 (2024-10-13)
features
- [
a31167c
] - 👌 IMPROVE: Use currentContext first (#36) (fengmk2 <fengmk2@gmail.com>)
fixes
- [
00d2aa2
] - fix: check file exists (#35) (吖猩 <whxaxes@qq.com>)
others
- [
54e12ba
] - Create codeql-analysis.yml (fengmk2 <fengmk2@gmail.com>) - [
55d27e6
] - chore: update travis (#31) (TZ | 天猪 <atian25@qq.com>)
features
- [
63cca2f
] - feat: add replace template config (#28) (Harry Chen <czy88840616@gmail.com>)
others
- [
6861f8f
] - refactor: use async function and support egg@2 (#27) (Yiyu He <dead_horse@qq.com>)
features
- [
4a1b770
] - feat: support customize error handler (#26) (Yiyu He <dead_horse@qq.com>) - [
37c06ce
] - feat: support jsonp (#25) (Yiyu He <dead_horse@qq.com>)
others
- [
a0d4df2
] - chore: fix README & update deps & fix test (#23) (TZ | 天猪 <atian25@qq.com>) - [
e49252e
] - docs: fix typo (#22) (TZ | 天猪 <atian25@qq.com>)
- feat: errorPageUrl support function (#21)
- fix: only output simple error html on unittest (#19)
- fix: should show 4xx status error html (#18)
- fix: make error style more good (#17)
- fix: add error-title's line-height (#16)
- docs: fix License url (#15)
- fix: remove error detail on JSON response (#14)
- fix: add missing files on package.json (#13)
- feat: better error page on development (#12)
- feat: use ctx.acceptJSON (#11)
- fix: should keep support
*.json
ext to detect response type (#10)
- fix: add agent.js to package.files (#9)
- feat: support options.accepts
- refactor: remove accpetJSON
- feat: should watch error event on agent (#7)
- deps: upgrade koa-onerror (#6)
- fix: make sure ctx always exists (#3)
- fix: fix this is undefined on arrow function (#1)
- init code