Skip to content

Releases: venables/koa-helmet

v9.0.0

28 Dec 21:20
d192f02

Choose a tag to compare

Note

v9.0.0 was marked as a major release because the package now publishes both ESM and CJS versions.
There are no API changes in this release and upgrading should require no code changes. If you encounter any difficulties or unexpected behavior, please create an issue.

What's Changed

  • Use TypeScript for source files
  • Build using tsdown for cjs/ejs, with automatic .d.ts generation
  • Matrix test koa (2,3) and helmet (6,7,8) in vitest, with node 18-25 tested via GH Actions
  • Add examples/* for simple app usage.
  • Use oxlint, oxfmt

Full Changelog: v8.0.3...v9.0.0

v8.0.3

16 Dec 15:39
a0e7aef

Choose a tag to compare

  • [FIXED] Removed inadvertent "type": "module" from package.json

Full Changelog: v8.0.2...v8.0.3

v8.0.2

10 Dec 18:36
3a851ad

Choose a tag to compare

What's Changed

  • [DOCS] Add note about supporting Koa v3 support
  • [CHORE] Add koa v3 tests

Full Changelog: v8.0.1...v8.0.2

v8.0.1

28 Nov 13:28
6b595f0

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

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

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

Choose a tag to compare

v7.0.1

17 Mar 15:28
15814ba

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

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

Choose a tag to compare

  • [BREAKING] Upgraded to use helmet v4.1.1
  • [BREAKING] Dropped support for node 8