Skip to content

Commit

Permalink
chore: Add policy to readme and remove dashify
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-gbf committed Apr 19, 2021
1 parent 6686703 commit 1b7a0c5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

## Unreleased
## 0.6.0 - 2021-04-19

### Changed

- Removed restrictions on which directives can be set; any key is allowed
- Removed restrictions on which directives can be set, any key is allowed.
- Added interest-cohort to the documentation.

## 0.5.0 - 2021-04-14

### Added

- Added support for interest-cohort policy.
- Change compilation target to ES6.

## 0.4.0 - 2021-03-2

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The following features are currently supported:
- `fullscreen`
- `geolocation`
- `gyroscope`
- `interestCohort`
- `layoutAnimations`
- `legacyImageFormats`
- `loadingFrameDefaultEager`
Expand Down
14 changes: 1 addition & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Evan Hahn <[email protected]> (https://evanhahn.com)"
],
"description": "Middleware to set the Permissions-Policy HTTP header",
"version": "0.4.0",
"version": "0.6.0",
"license": "MIT",
"keywords": [
"helmet",
Expand Down Expand Up @@ -49,13 +49,11 @@
"dependencies": {},
"devDependencies": {
"@types/connect": "^3.4.34",
"@types/dashify": "^1.0.0",
"@types/jest": "^26.0.20",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"connect": "^3.7.0",
"dashify": "^2.0.0",
"eslint": "^7.21.0",
"eslint-config-helmet": "^0.2.0",
"jest": "^26.6.3",
Expand Down

0 comments on commit 1b7a0c5

Please sign in to comment.