Skip to content

Releases: MauriceButler/helmet-static

v3.2.3

18 Apr 23:48
Compare
Choose a tag to compare
  • Update deps to remove security warnings

V3.2.1

26 Oct 01:25
Compare
Choose a tag to compare

Change log

  • Added the ability to override the config file location with the -c flag
  • Updated to puppeteer@10.4.0

V3.1.0

17 May 02:53
Compare
Choose a tag to compare

Change log

  • Update to puppeteer v9.1.1 (#12 ) While it's a breaking change to puppeteer, nothing should change for helmet-static other than potential chromium download errors should be resolved, hence the minor bump.

V3.0.0

29 Apr 03:09
Compare
Choose a tag to compare

Change log

Breaking

V2.2.0

29 Apr 02:58
Compare
Choose a tag to compare

Change log

  • Support for configurable navigationTimeout #6

V2.1.0

29 Apr 02:56
Compare
Choose a tag to compare

Change log

  • Support for headless and allowedDomains in config. #3
  • Better error handling #4
  • Included title element as it seems to not get the data-react-helmet attribute #5

v2.0.0

18 Nov 05:55
Compare
Choose a tag to compare

Change log

  • BREAKING: Errors will now end the process with a non 0 error code immediately.
  • allowedExternalDomains and headless config setting added