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

Release/v2.0.0 #22

Merged
merged 27 commits into from
Aug 8, 2020
Merged

Release/v2.0.0 #22

merged 27 commits into from
Aug 8, 2020

Conversation

jagaapple
Copy link
Owner

@jagaapple jagaapple commented Aug 7, 2020

New Features

Changes and Fixes

jagaapple and others added 5 commits August 7, 2020 03:15
# New Features
- Add a workflow definition file for GitHub Actions


# Changes and Fixes
- Modify settings for VS Code
- Delete a config file for CircleCI
- Modify a status badge in readme
@jagaapple jagaapple self-assigned this Aug 7, 2020
jagaapple and others added 21 commits August 8, 2020 14:28
# Changes and Fixes
- Update dependencies related to TypeScript
- Fix tests
- Update dependencies related to tests
- Update dependencies related to React
- Fix a workflow definition file


# Refactors
- Follow linters
- Use `import type` and `export type` instead of `export *`
# New Features
- Add issue template files


# Changes and Fixes
- Rename `example` to `example-hoc`
- Export a HOC as named export
…rs-function

# New Features
- Add `createSecureHeaders`
- Add an example project using `createSecureHeaders`


# Changes and Fixes
- Use `beforeEach` instead of `beforeAll` in assigning spy instances
- Fix to reset mocks between examples
- Update readme
@jagaapple jagaapple force-pushed the release/v2.0.0 branch 2 times, most recently from be25ade to e0b08bb Compare August 8, 2020 09:32
@codecov
Copy link

codecov bot commented Aug 8, 2020

Codecov Report

Merging #22 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #22   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          195       202    +7     
  Branches        79        79           
=========================================
+ Hits           195       202    +7     
Impacted Files Coverage Δ
src/rules/content-security-policy.ts 100.00% <ø> (ø)
src/rules/expect-ct.ts 100.00% <ø> (ø)
src/rules/force-https-redirect.ts 100.00% <ø> (ø)
src/rules/frame-guard.ts 100.00% <ø> (ø)
src/rules/noopen.ts 100.00% <ø> (ø)
src/rules/nosniff.ts 100.00% <ø> (ø)
src/rules/referrer-policy.ts 100.00% <ø> (ø)
src/rules/xss-protection.ts 100.00% <ø> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/rules/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7120dd9...35a814f. Read the comment docs.

@jagaapple jagaapple merged commit 2921f83 into master Aug 8, 2020
@jagaapple jagaapple deleted the release/v2.0.0 branch August 8, 2020 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant