Releases: michealroberts/nitro-helmet
Releases · michealroberts/nitro-helmet
v0.5.0
What's Changed
Features
- feat: Added onResponseHelmetMiddleware() middleware utility. by @michealroberts in #23
Refactors
- refactor: Upgraded to h3 => v1.8.* dependency in nitro-helmet. by @michealroberts in #22
Documentation
- docs: Updated README.md with onResponseHelmetMiddleware() middleware utility usage. by @michealroberts in #24
- docs: Updated README.md with acknowledgements. by @michealroberts in #25
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Full Changelog: v0.3.0...v0.4.0
Documentation
- docs: Updated README.md to include middleware usage example.
v0.3.0
What's Changed
Refactors
- refactor: Amend type H3HelmetOptions properties to be optional. by @michealroberts in #21
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Features
- feat: Added helmetEventHandler() nitro event handler. by @michealroberts in #20
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
Features
- feat: Added H3HelmetOptions type to internals. by @michealroberts in #1
- feat: Added useContentSecurityPolicy() composable. by @michealroberts in #2
- feat: Added useCrossOriginEmbedderPolicy() composable. by @michealroberts in #3
- feat: Added useCrossOriginResourcePolicy() composable. by @michealroberts in #5
- feat: Added useCrossOriginOpenerPolicy() composable. by @michealroberts in #6
- feat: Added useOriginAgentCluster() composable. by @michealroberts in #7
- feat: Added useReferrerPolicy() composable. by @michealroberts in #8
- feat: Added useStrictTransportSecurity() composable. by @michealroberts in #9
- feat: Added useXContentTypeOptions() composable. by @michealroberts in #10
- feat: Added useXDNSPrefetchControl() composable. by @michealroberts in #11
- feat: Added useXDownloadOptions() composable. by @michealroberts in #12
- feat: Added useXFrameOptions() composable. by @michealroberts in #13
- feat: Added useXPermittedCrossDomainPolicies() composable. by @michealroberts in #14
- feat: Added useXXSSProtection() composable. by @michealroberts in #15
- feat: Added UseEventHeaderPolicy type. by @michealroberts in #16
- feat: Apply UseEventHeaderPolicy type to all use() composable internals. by @michealroberts in #17
- feat: Added H3HelmetOptions type defaultOptions. by @michealroberts in #18
- feat: Added defineHelmetEventHandler() nitro event handler. by @michealroberts in #19
Refactors
- refactor: Added explicit H3HelmetOptions typings. by @michealroberts in #4
New Contributors
- @michealroberts made their first contribution in #1
Full Changelog: https://github.com/michealroberts/nitro-helmet/commits/v0.1.0