UNPKG

1.33 kBMarkdownView Raw
1# Changelog
2
3## 0.6.0 - 2020-12-22
4
5### Changed
6
7- Updated readme about header deprecation
8- TypeScript: marked argument as `Readonly`
9
10## 0.5.0 - 2020-04-16
11
12### Added
13
14- 7 new features: `battery`, `displayCapture`, `executionWhileNotRendered`, `executionWhileOutOfViewport`, `navigationOverride`, `publickeyCredentials`, and `xrSpatialTracking`
15
16## 0.4.0 - 2019-09-01
17
18### Changed
19
20- Drop support for Node <8
21- Duplicate values are no longer allowed. See [#4](https://github.com/helmetjs/feature-policy/issues/4)
22- Non-strings are not allowed in the array
23
24## 0.3.0 - 2019-05-05
25
26### Added
27
28- 19 new features: `ambientLightSensor`, `documentDomain`, `documentWrite`, `encryptedMedia`, `fontDisplayLateSwap`, `layoutAnimations`, `legacyImageFormats`, `loadingFrameDefaultEager`, `oversizedImages`, `pictureInPicture`, `serial`, `syncScript`, `unoptimizedImages`, `unoptimizedLosslessImages`, `unoptimizedLossyImages`, `unsizedMedia`, `verticalScroll`, `wakeLock`, and `xr`
29- TypeScript definitions. See [#2](https://github.com/helmetjs/feature-policy/issues/2) and [helmet#188](https://github.com/helmetjs/helmet/issues/188)
30- Created a changelog
31
32### Changed
33
34- Updated some package metadata
35
36Changes in versions 0.2.0 and below can be found in [Helmet's changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md).
37
\No newline at end of file