Skip to content

Releases: venables/koa-helmet

v0.3.0

Choose a tag to compare

@venables venables released this 12 Oct 11:15
  • Bump helmet minimum dependency to ^0.12.0
  • Bump development dependency versions (koa 1.x)

v0.2.0 - Helmet wrapper

Choose a tag to compare

@venables venables released this 18 Jul 15:40

This release changes koa-helmet to be a simple wrapper around helmet.

There are breaking changes between 0.1.0 and 0.2.0. koa-helmet pins to helmet major versions (once helmet hits 1.0, koa-helmet 1.x will pin to helmet 1.x)

v0.1.0

Choose a tag to compare

@venables venables released this 19 May 01:19
  • [NEW] Add X-Permitted-Cross-Domain-Policies header
  • [NEW] Add support for HTTP Public Key Pinning (HPKP)
  • [FIXED] Updated HSTS with preload flag
  • [FIXED] Updated defaults() to disable HPKP

v0.0.2

Choose a tag to compare

@venables venables released this 19 May 01:18

Initial public release