mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
18
node_modules/hsts/CHANGELOG.md
generated
vendored
Normal file
18
node_modules/hsts/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 2.2.0
|
||||
### 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](https://github.com/helmetjs/helmet/issues/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](https://github.com/helmetjs/hsts/issues/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](https://github.com/helmetjs/hsts/issues/21) for more
|
||||
|
||||
Changes in versions 2.1.0 and below can be found in [Helmet's changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md).
|
Reference in New Issue
Block a user