Skip to content

Releases: marekdedic/rollup-plugin-htaccess

Version 0.5.3

24 Sep 20:37
0.5.3
6750182
Compare
Choose a tag to compare

What's Changed

  • Improved validation and robustness

Full Changelog: 0.5.2...0.5.3

Version 0.5.2

18 Jul 12:16
0.5.2
719d2cd
Compare
Choose a tag to compare

What's Changed

  • Only warning when extracting CSP to new htaccess file

Full Changelog: 0.5.1...0.5.2

Version 0.5.1

18 Jul 10:17
0.5.1
fbcb744
Compare
Choose a tag to compare

What's Changed

  • Fixed undefined object access in meta tag processing

Full Changelog: 0.5.0...0.5.1

Version 0.5.0

18 Jul 09:42
0.5.0
09bf3e1
Compare
Choose a tag to compare

What's Changed

  • Bundling TS declarations into one file
  • Added @deprecated annotations to deprecated headers
  • Added the ability to extract CSP from HTML <meta> tags

Full Changelog: 0.4.2...0.5.0

Version 0.4.2

30 Jun 16:03
0.4.2
dd541ba
Compare
Choose a tag to compare

What's Changed

  • Quoting CSP nonce and hash fields

Full Changelog: 0.4.1...0.4.2

Version 0.4.1

30 Jun 13:38
0.4.1
fae7a4e
Compare
Choose a tag to compare

What's Changed

  • Always quoting header values

Full Changelog: 0.4.0...0.4.1

Version 0.4.0

29 Jun 21:12
0.4.0
f0a66bb
Compare
Choose a tag to compare

What's Changed

  • Added support for the AddOutputFilterByType directive
  • Added support for the ErrorDocument directive
  • Added support for the Options directive
  • Added support for the mod_rewrite extension and all of its directives

Full Changelog: 0.3.0...0.4.0

Version 0.3.0

22 Jun 22:15
0.3.0
efad903
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Renamed options.headers to options.Header
  • [BREAKING] Moved individual file content directives into the spec key.
  • [BREAKING] Renamed CSP allowDuplicates to allow-duplicates
  • [BREAKING] Changed X-Xss-Protection spec
  • Changed CSP sandbox empty value from undefined to null
  • Added validity checks to the Strict-Transport-Security header
  • Fixed plugin options not being optional
  • Fixed rollup root
  • Documented un/supported features
  • Fixed header expression quoting

Full Changelog: 0.2.0...0.3.0

0.2.0

06 Jun 12:21
0.2.0
177f157
Compare
Choose a tag to compare

What's changed:

  • Added the X-Content-Type-Options header
  • Added the X-Xss-Protection header
  • Added the X-Frame-Options header
  • Added the Permissions-Policy header
  • Added the Content-Security-Policy header

Full Changelog: 0.1.1...0.2.0

0.1.1

05 Jun 14:42
0.1.1
3972aaa
Compare
Choose a tag to compare

What's changed:

  • Fixed vite 4 type incompatibility

Full Changelog: 0.1.0...0.1.1