UNPKG

koa-rest-router

Version:

Most powerful, flexible and composable router for building enterprise RESTful APIs easily!

37 lines (24 loc) 1.34 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="1.0.1"></a> ## [1.0.1](https://github.com/tunnckocore/koa-rest-router/compare/v1.0.0...v1.0.1) (2017-02-14) ### Bug Fixes * **chore:** update verb readme template and contributing to latest ([3c61abb](https://github.com/tunnckocore/koa-rest-router/commit/3c61abb)) * **docs:** update createResource docs for body() ([87fb991](https://github.com/tunnckocore/koa-rest-router/commit/87fb991)) * **links:** switch links to the site in license banners ([c08ae1d](https://github.com/tunnckocore/koa-rest-router/commit/c08ae1d)) * **package:** force nyc to 100000% cov ([4f4f25e](https://github.com/tunnckocore/koa-rest-router/commit/4f4f25e)) * **package:** force update all fucking deps, modernize npm scripts ([a79b79f](https://github.com/tunnckocore/koa-rest-router/commit/a79b79f)) ## 1.0.0 - 2016-10-21 **Say hello to the most powerful and composable router out there! :P** - First release, `standard-version` from now on - quickstart guide - update docs - bump to `koa-better-router@2` - add highlights - improve coverage - add table of contents - finish tests - update keywords - implementation ## 0.0.0 - 2016-10-12 - Inital commit