Skip to content

Releases: jamestalton/koa-mongo-router

v0.2.2

25 Feb 19:34
Compare
Choose a tag to compare

0.2.2 (2019-02-25)

Bug Fixes

  • limit: Fix limit on query (229f40b)
  • sort: Fix sort on query (46319b0)

v0.2.1

22 Feb 19:12
3f2a750
Compare
Choose a tag to compare

0.2.1 (2019-02-22)

Bug Fixes

  • permissionCheck: Updated permission check callback (fe96bb3)

v0.2.0

11 Feb 18:09
Compare
Choose a tag to compare

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

10 Feb 19:36
Compare
Choose a tag to compare

0.1.6 (2019-02-10)

Bug Fixes

  • logger: Better logger and added coveralls support (f9d07c7)

v0.1.5

10 Feb 03:48
Compare
Choose a tag to compare

0.1.5 (2019-02-10)

Bug Fixes

  • readme: Update the readme (3f29a0a)

v0.1.4

10 Feb 02:13
Compare
Choose a tag to compare

0.1.4 (2019-02-10)

Bug Fixes

v0.1.3

10 Feb 01:40
Compare
Choose a tag to compare

0.1.3 (2019-02-10)

Bug Fixes

  • lint: fixed linting (2af4357)
  • mongoRouter: export mongoRouter in npm package (63e9572)

v0.1.2

08 Feb 19:19
Compare
Choose a tag to compare

0.1.2 (2019-02-08)

Bug Fixes

  • Travis: Do not build tags (4440a36)

v0.1.1

08 Feb 19:02
Compare
Choose a tag to compare

0.1.1 (2019-02-08)

Bug Fixes

  • npmingore: ignored files from npm publish (7384c8d)

v0.1.0 Initial Release

08 Feb 18:56
Compare
Choose a tag to compare
feat(Router): Initial release of router