1.3.1 / 2019-07-01 ================== **features** * [[`287cff3`](http://github.com/eggjs/egg-router-plus/commit/287cff31640f8843e3d558f2d716ac805d1c7ad4)] - feat: fix index.d.ts & add koa-router middleware type (#12) (chs97 <<623528324@qq.com>>) * [[`9c959e0`](http://github.com/eggjs/egg-router-plus/commit/9c959e086371d3ee40f35368241de6831ad5882a)] - feat: support chaining (#11) (hyf <<952764082@qq.com>>) **fixes** * [[`d091c1f`](http://github.com/eggjs/egg-router-plus/commit/d091c1f1c716fcdc280bde560d52cf520fcb44b1)] - fix: namespace should not be / (#13) (Jeff <>) 1.3.0 / 2018-09-10 ================== * feat: support chaining (#11) 1.2.2 / 2018-08-24 ================== * chore: add index.d.ts (#10) * docs: fix typo of README.md (#9) 1.2.1 / 2018-05-29 ================== **fixes** * [[`390189c`](http://github.com/eggjs/egg-router-plus/commit/390189c7ede62571aa94b5e615bc5547c881a79d)] - fix: don't cache router (#8) (Yiyu He <>) 1.2.0 / 2018-01-04 ================== **features** * [[`ddf0f8a`](http://github.com/eggjs/egg-router-plus/commit/ddf0f8a41ce45155a7b2c6035221a5eac721d5fc)] - feat: load sub router before router.js (#5) (Yiyu He <>) **others** * [[`3114a55`](http://github.com/eggjs/egg-router-plus/commit/3114a55dd9214357eb1b26a99579cee198a89b67)] - test: should mount router at beforeStart (#4) (TZ | 天猪 <>) 1.1.0 / 2017-12-12 ================== * feat: support app/router/**/*.js (#2) * docs: fix README (#3) 1.0.0 / 2017-12-11 ================== * feat: first implementation (#1) * feat: init project