Skip to content

Releases: MauriceButler/helmet-static

v3.2.3

Choose a tag to compare

@MauriceButler MauriceButler released this 18 Apr 23:48
  • Update deps to remove security warnings

V3.2.1

Choose a tag to compare

@MauriceButler MauriceButler released this 26 Oct 01:25

Change log

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

V3.1.0

Choose a tag to compare

@MauriceButler MauriceButler released this 17 May 02:53

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

Choose a tag to compare

@MauriceButler MauriceButler released this 29 Apr 03:09

Change log

Breaking

V2.2.0

Choose a tag to compare

@MauriceButler MauriceButler released this 29 Apr 02:58

Change log

  • Support for configurable navigationTimeout #6

V2.1.0

Choose a tag to compare

@MauriceButler MauriceButler released this 29 Apr 02:56

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

Choose a tag to compare

@MauriceButler MauriceButler released this 18 Nov 05:55

Change log

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