Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

48 lines (41 loc) · 2.28 KB

Changelog

2.2.0 (2021-02-25)

  • Add navigation directives #41 - @naotone
    • Support form-action frame-ancestors directives
    • Move to navigation-to directive from ReportingDirective to NavigationDirective
  • Add about frame-ancestors CSP directive to readme #46 - @mattdell
  • Improve development environment

2.1.0 (2020-12-27)

  • Add support for Node.js 14 #36 - @jagaapple
  • Add support for chain-case directive styles to CSP #40 - @jagaapple
  • Fix readme #37 - @jagaapple
  • Fix invalid bin field warning #39 - @jagaapple
  • Fix report-to directive #38
    • Fix parse processes
    • Fix invalid value like undefined <directive-name> when report-uri or report-to is specified
  • Improve development environment

2.0.0 (2020-08-08)

  • Add support for static pages without any servers 🎉
  • Improve development environment

❗️Breaking Changes

The default export has been removed, withSecureHeaders function has been exported as named export instead. You have to import withSecureHeaders like the following.

- import withSecureHeaders from "next-secure-headers";
+ import { withSecureHeaders } from "next-secure-headers";

1.0.1 (2019-12-13)

  • Fix setting headers after sending #10 - @jagaapple
  • Improve development environment
    • Enable automatic code formatting for VS Code #8 - @jagaapple

1.0.0 (2019-12-04)

0.0.1 (2019-11-22)