Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add policy to readme and remove dashify #13

Merged
merged 1 commit into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <me@evanhahn.com> (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