With our continuing efforts to work on a stable 3.x, here's a small release to address some bugfixes for 2.5.
Please note that after this release, the default master will point to the 3.x branch, so if you want to work on a feature for 2.5, please target the 2.x
branch starting today.
Bugfixes:
- Upgrade koa-router to @koa/router, fix type errors #645 (michaelbeaumont)
- Remove object type from any and unknown definitions #640 (dimitor115)
- Fix adding static properties to model definition #638 (dimitor115)
- convert path params with colon delimiter to bracelet delimiter during spec generation #602 (itamarco)
- README: minor Markdown improvement #591 (AlexChambers)
- Add a missing "not" in the docs: #584 (edbrannin)