Releases: venables/koa-helmet
Releases · venables/koa-helmet
v9.0.0
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
- [FIXED] Removed inadvertent
"type": "module"from package.json
Full Changelog: v8.0.2...v8.0.3
v8.0.2
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
v8.0.0
v7.1.0
What's Changed
- Test & fix with helmet v7 and set as a peer dependency on
^6||^7by @PaulThompson in #88 - fix type declarations by @jeremy-daley-kr in #89
- feat(issue#85): add support for cross-origin headers by @gpinto67 in #86
New Contributors
- @PaulThompson made their first contribution in #88
- @jeremy-daley-kr made their first contribution in #89
- @gpinto67 made their first contribution in #86
Full Changelog: v7.0.2...v7.1.0