Releases: pillarjs/finalhandler
Releases · pillarjs/finalhandler
v2.1.1
What's Changed
- 2.1.0 by @wesleytodd in #81
- ci: add CodeQl (SAST) by @Phillip9587 in #84
- docs: add OpenSSF Scorecard Badge by @Phillip9587 in #86
- ci: use full SHAs for github action versions by @Phillip9587 in #90
- ci: add dependabot by @Phillip9587 in #89
- docs: update examples to ES6 by @Phillip9587 in #91
- build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 by @dependabot[bot] in #92
- ci: update codeql config by @Phillip9587 in #96
- chore(deps): unpin devDependencies by @Phillip9587 in #97
- build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 by @dependabot[bot] in #102
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.16 by @dependabot[bot] in #101
- build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 by @dependabot[bot] in #100
- ci: add node.js 24 to test matrix by @Phillip9587 in #103
- build(deps): bump github/codeql-action from 3.28.16 to 3.28.18 by @dependabot[bot] in #105
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #104
- chore: add funding to package.json by @Phillip9587 in #98
- build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by @dependabot[bot] in #106
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by @dependabot[bot] in #107
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.11 by @dependabot[bot] in #110
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #109
- build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #108
- build(deps): bump actions/setup-node from 4.4.0 to 5.0.0 by @dependabot[bot] in #113
- build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #112
- build(deps): bump github/codeql-action from 3.29.11 to 3.30.5 by @dependabot[bot] in #111
- build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 by @dependabot[bot] in #117
- build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #116
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #115
- build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 by @dependabot[bot] in #114
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #122
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.5 by @dependabot[bot] in #124
- build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 by @dependabot[bot] in #123
- fix: update engines reference in the pkg by @UlisesGascon in #119
- Release: 2.1.1 by @UlisesGascon in #120
New Contributors
- @dependabot[bot] made their first contribution in #92
Full Changelog: v2.1.0...v2.1.1
v1.3.2
What's Changed
- deps: use tilde notation and update certain dependencies by @Phillip9587 in #118
- Release: 1.3.2 by @UlisesGascon in #121
Full Changelog: v1.3.1...v1.3.2
v2.1.0
What's Changed
- cleanup: remove unnecessary devDependency
readable-streamby @Phillip9587 in #67 - fix: remove unpipe package and use native unpipe method by @Phillip9587 in #66
- cleanup: remove unnecessary devDependency
safe-bufferby @Phillip9587 in #68 - refactor: remove
ServerResponse.headersSentsupport check by @Phillip9587 in #77 - cleanup: remove
setImmediatesupport check by @Phillip9587 in #73 - chore: update test dependencies by @Phillip9587 in #76
- chore: update HISTORY.md for v1.3.1 and v1.3.0 releases by @Phillip9587 in #71
- fix(deps): encodeurl@^2.0.0 by @Phillip9587 in #72
- refactor: remove http2 support check from tests by @Phillip9587 in #69
- refactor: use object spread to copy error headers by @Phillip9587 in #79
- chore(deps): update
debugto ^4.4.0 by @Phillip9587 in #78 - refactor: use
replaceAllinstead ofreplacewith a regex by @Phillip9587 in #80 - refactor: replace setHeaders function with optimized inline header setting by @Phillip9587 in #74
- ci: updated github actions ci workflow by @Phillip9587 in #70
- docs: remove security file by @bjohansebas in #83
- feat(deps): use caret notation for dependency versions by @Phillip9587 in #82
New Contributors
- @Phillip9587 made their first contribution in #67
- @bjohansebas made their first contribution in #83
Full Changelog: v2.0.0...v2.1.0
1.2.0
- Remove set content headers that break response
- deps: on-finished@2.4.1
- deps: statuses@2.0.1
- Rename
425 Unordered Collectionto standard425 Too Early
- Rename
1.1.2
- Set stricter
Content-Security-Policyheader - deps: parseurl@~1.3.3
- deps: statuses@~1.5.0
1.1.1
- Fix 404 output for bad / missing pathnames
- deps: encodeurl@~1.0.2
- Fix encoding
%as last character
- Fix encoding
- deps: statuses@~1.4.0
1.1.0
- Use
res.headersSentwhen available
1.0.6
- deps: debug@2.6.9
1.0.5
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp
1.0.4
- deps: debug@2.6.8