Releases: jamestalton/koa-mongo-router
Releases · jamestalton/koa-mongo-router
v0.2.2
0.2.2 (2019-02-25)
Bug Fixes
v0.2.1
0.2.1 (2019-02-22)
Bug Fixes
- permissionCheck: Updated permission check callback (fe96bb3)
v0.2.0
0.2.0 (2019-02-11)
Bug Fixes
- mongo: add back in mongo dependency (d5397d6)
Features
- cleanup: Limit functionality to just the koa mongo router (8c3fb86)
v0.1.6
0.1.6 (2019-02-10)
Bug Fixes
- logger: Better logger and added coveralls support (f9d07c7)
v0.1.5
0.1.5 (2019-02-10)
Bug Fixes
- readme: Update the readme (3f29a0a)
v0.1.4
0.1.4 (2019-02-10)
Bug Fixes
v0.1.3
0.1.3 (2019-02-10)
Bug Fixes
- lint: fixed linting (2af4357)
- mongoRouter: export mongoRouter in npm package (63e9572)
v0.1.2
0.1.2 (2019-02-08)
Bug Fixes
- Travis: Do not build tags (4440a36)
v0.1.1
0.1.1 (2019-02-08)
Bug Fixes
- npmingore: ignored files from npm publish (7384c8d)
v0.1.0 Initial Release
feat(Router): Initial release of router