Skip to content

Releases: venables/koa-helmet

v8.0.1

28 Nov 13:28
6b595f0
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mdoi2 made their first contribution in #96

Full Changelog: v8.0.0...v8.0.1

v8.0.0

27 Nov 23:28
c5e1427
Compare
Choose a tag to compare

What's Changed

  • Fix typescript issues after latest release 7.1.0 by @julienw in #94
  • Update README to reflect helmet as a peerDependency by @joekrill in #93

New Contributors

Full Changelog: v7.1.0...v8.0.0

v7.1.0

12 Nov 02:56
884c4be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.2...v7.1.0

v7.0.2

27 Mar 15:47
4143936
Compare
Choose a tag to compare

v7.0.1

17 Mar 15:28
15814ba
Compare
Choose a tag to compare
  • [UPDATE] Update to helmet 6 (Thanks @sp3nx0r)
  • [UPDATE] Drop support for node < 14

v6.1.0

14 Mar 01:15
Compare
Choose a tag to compare
  • [NEW] Added typescript typings
  • [FIXED] Removed unnecessary this.request.secure augmentation for HSTS
  • [IMPROVED] Exported all helmet middleware's own assigned properties

v6.0.0

28 Sep 17:40
Compare
Choose a tag to compare
  • [BREAKING] Upgraded to use helmet v4.1.1
  • [BREAKING] Dropped support for node 8

v5.2.0

07 Oct 19:56
Compare
Choose a tag to compare

v5.1.0

15 Aug 14:41
Compare
Choose a tag to compare
  • Update helmet dependency to ^3.20.0

v5.0.0

12 Aug 16:46
28da59e
Compare
Choose a tag to compare
  • Reintroduces the changes made in v4.2.0 (which were reverted in v4.2.1 to maintain Node 6.x compatibility)