Skip to content

Releases: venables/koa-helmet

v0.5.1

24 Dec 15:12
Compare
Choose a tag to compare

Bump to use helmet ^1.0.1

v0.5.0

24 Dec 15:02
Compare
Choose a tag to compare
Bump to v0.5.0

v1.0.0-alpha.1

10 Nov 03:01
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Modify codebase to support koa 2.x Promise-based middleware

v0.4.0

10 Nov 02:59
Compare
Choose a tag to compare

Changes:

  • Bump helmet to ^0.14.0 which modifies some middleware

v0.3.0

12 Oct 11:15
Compare
Choose a tag to compare
  • Bump helmet minimum dependency to ^0.12.0
  • Bump development dependency versions (koa 1.x)

v0.2.0 - Helmet wrapper

18 Jul 15:40
Compare
Choose a tag to compare

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

19 May 01:19
Compare
Choose a tag to compare
  • [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

19 May 01:18
Compare
Choose a tag to compare

Initial public release