Skip to content

Releases: laurieodgers/koa-api-framework

v2.0.0

11 Mar 11:59

Choose a tag to compare

  • Fixed deprecation messages. Raised to major version due to lack of backwards compatibility. (closes #4)

v1.1.1: - Added checks to ensure TLS cert and key exist (closes #7)

23 Feb 14:35

Choose a tag to compare

Added checks to ensure TLS cert and key exist (closes #7)
Fixed error in controllers not displaying to console (closes #8)
Added ability to override default json structure by setting this.body directly

v1.1.0

18 Jan 13:34

Choose a tag to compare

  • Changed required field within JWT to 'sub' from 'userId'
  • Added ability to add your own RAML trait names that should be authenticated by JWT
  • Fixed: trailing slash on apiBase to constructor no longer causes a double slash. Fixes #5
  • Added ability to define where the controllers are in the filesystem
  • Added travisci tests
  • Added checks for content-type when content-length is specified