Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 944 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 944 Bytes

Changelog

2.2.0 - 2019-03-10

Added

  • Created a changelog

Changed

  • Mark the module as Node 4+ in the engines field of package.json
  • Add a homepage in package.json
  • Add an email to package.json's bugs field
  • Updated documentation
  • Updated Adam Baldwin's contact info. See helmetjs/helmet#189

Deprecated

  • The setIf option has been deprecated and will be removed in hsts@3. Refer to the documentation to see how to do without it. See #22 for more
  • The includeSubdomains option (with a lowercase d) has been deprecated and will be removed in hsts@3. Use the uppercase-D includeSubDomains option instead. See #21 for more

Changes in versions 2.1.0 and below can be found in Helmet's changelog.