- If
maxAge
isundefined
, it will be set to0
- If
maxAge
is not an integer, it will be rounded down
- Dropped support for old Node versions. Node 10+ is now required
- Dropped support for Node <8
- You must now pass a positive integer for
maxAge
(instead of any positive number) - You cannot pass
undefined
formaxAge
(though you can still omit the property)
- TypeScript type definitions. See helmetjs/helmet#188
- Additional package metadata (bugs, homepage, etc)
- Updated documentation
Changes in versions 0.1.1 and below can be found in Helmet's changelog.