Skip to content

Releases: venables/koa-plus

v1.1.0

22 Jan 22:45
Compare
Choose a tag to compare
  • Allow middleware to be disabled with the enabled: false flag
  • Add request logging via koa-morgan
  • Documentation improvments

v1.0.0

22 Jan 03:59
Compare
Choose a tag to compare

koa-plus is koa with the following middleware by default:

  • koa-helmet (security headers)
  • kcors (CORS)
  • koa-compress (gzip)
  • koa-etag (ETag support)
  • koa-conditional-get (304 Not Modified support)
  • koa-better-body (request body parsing)
  • koa-json (object streaming, json printing)

v0.2.0

22 Jan 01:12
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Adds support for:

  • CORS
  • Response Compression (Gzip)
  • Body parsing
  • ETags with Conditional GETs

v0.1.0

21 Jan 22:19
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release, including security headers via koa-helmet, response timing, and request IDs.