Releases: expressjs/serve-static
Releases · expressjs/serve-static
v2.2.0
What's Changed
- refactor: zeroPad to use padStart for improved readability by @Ayoub-Mabrouk in #182
 - ci: add CodeQl (SAST) by @bjohansebas in #186
 - Refactor HISTORY.md header update to use String.prototype.repeat by @Ayoub-Mabrouk in #184
 - docs: retroactively note 2.0.0-beta.1 api change in history file by @dpopp07 in #194
 - conditionally set headers (if not already set) in redirect response by @ljeda in #190
 - docs: remove security file by @bjohansebas in #195
 - chore(deps): remove devDependency 
safe-bufferby @Phillip9587 in #191 - ci: updated ci workflow and remove appveyor by @Phillip9587 in #192
 - deps: send@^1.2.0 by @UlisesGascon in #198
 - Revert "feat: conditionally set headers (if not already set) in redirect response (#190)" by @Phillip9587 in #200
 - Release 2.2.0 by @UlisesGascon in #197
 
New Contributors
- @Ayoub-Mabrouk made their first contribution in #182
 - @bjohansebas made their first contribution in #186
 - @dpopp07 made their first contribution in #194
 - @ljeda made their first contribution in #190
 - @Phillip9587 made their first contribution in #191
 
Full Changelog: v2.1.0...v2.2.0
v1.16.2
v1.16.1
What's Changed
- bump send to 0.19 by @tommasini in #176
 
New Contributors
- @tommasini made their first contribution in #176
 
Full Changelog: 1.16.0...v1.16.1
2.1.0
What's Changed
- Remove link renderization in html while redirecting (#173)
 - chore: add support for OSSF scorecard reporting by @inigomarquinez in #163
 - ci: fix errors in ci github action for node 8 and 9 by @inigomarquinez in #164
 - Update dev deps by @wesleytodd in #168
 - Update prod deps for v2 by @wesleytodd in #169
 - Release 2.0 by @wesleytodd in #165
 - Release: 2.1.0 by @UlisesGascon in #174
 
New Contributors
- @inigomarquinez made their first contribution in #163
 
Full Changelog: v1.15.0...2.1.0
1.16.0
What's Changed
- Remove link renderization in html while redirecting (#173)
 
New Contributors
- @UlisesGascon made their first contribution in #173
 
Full Changelog: v1.15.0...1.16.0
1.15.0
- deps: [email protected]
- Fix emitted 416 error missing headers property
 - Limit the headers removed for 304 response
 - deps: [email protected]
 - deps: [email protected]
 - deps: [email protected]
 - deps: [email protected]
 - deps: [email protected]
 
 
2.0.0-beta.1
- Change 
dotfilesoption default to'ignore' - Drop support for Node.js 0.8
 - Remove 
hiddenoption; usedotfilesoption instead - deps: [email protected]
- Use 
mime-typesfor file to content type mapping - deps: [email protected]
 
 - Use 
 
1.14.2
- deps: [email protected]
- deps: [email protected]
 - deps: [email protected]
 - pref: ignore empty http tokens
 
 
1.14.1
- Set stricter CSP header in redirect response
 - deps: [email protected]
- deps: range-parser@~1.2.1
 
 
1.14.0
- deps: parseurl@~1.3.3
 - deps: [email protected]
- deps: http-errors@~1.7.2
 - deps: [email protected]
 - deps: [email protected]
 - deps: statuses@~1.5.0
 - perf: remove redundant 
path.normalizecall