UNPKG

774 BMarkdownView Raw
1# Changelog
2
3## 4.0.0 - 2020-12-21
4
5### Removed
6
7- Dropped support for the `ALLOW-FROM` action. [Read more here.](https://github.com/helmetjs/helmet/wiki/How-to-use-X%E2%80%93Frame%E2%80%93Options's-%60ALLOW%E2%80%93FROM%60-directive)
8- Dropped support for old Node versions. Node 10+ is now required
9
10## 3.1.0 - 2019-05-04
11
12### Added
13
14- Added TypeScript type definitions. See [#1](https://github.com/helmetjs/frameguard/pull/16) and [helmetjs/helmet#188](https://github.com/helmetjs/helmet/issues/188)
15- Created a changelog
16
17### Changed
18
19- Updated some package metadata
20- Update some documentation
21- Excluded some files from npm package
22
23Changes in versions 3.0.0 and below can be found in [Helmet's changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md).