Releases: jshttp/content-disposition
Releases · jshttp/content-disposition
1.0.1
What's Changed
- Remove dependency
safe-bufferby @Phillip9587 in #53 - fix: update package.json engines field to reflect minimum supported node version by @Phillip9587 in #56
- tests: Spelling by @jsoref in #59
- chore: upgrade scorecard workflow pinned action versions by @carpasse in #65
- Fix badges by @Phillip9587 in #55
- ci: updated github actions ci workflow by @Phillip9587 in #69
- Replace var with const in example code by @Binilkks in #67
- replace
mochaandnycwith native node test runner andc8by @Phillip9587 in #54 - ci: add dependabot by @Phillip9587 in #73
- ci: add CodeQl (SAST) by @Phillip9587 in #71
- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by @dependabot[bot] in #75
- build(deps): bump github/codeql-action from 3.27.9 to 3.28.18 by @dependabot[bot] in #80
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #81
- chore: add funding to package.json by @Phillip9587 in #84
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #94
- build(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #93
- build(deps): bump github/codeql-action from 3.28.18 to 4.31.2 by @dependabot[bot] in #92
- Release: 1.0.1 by @UlisesGascon in #58
New Contributors
- @Phillip9587 made their first contribution in #53
- @jsoref made their first contribution in #59
- @Binilkks made their first contribution in #67
- @dependabot[bot] made their first contribution in #75
- @UlisesGascon made their first contribution in #58
Full Changelog: v1.0.0...v1.0.1
1.0.0
Breaking Changes
- drop support to node <18 versions #50
What's Changed
- Fix CI GH action by @carpasse in #48
- Add OSSF scorecard pipeline by @carpasse in #49
- Replace deprecated String.prototype.substr() by @CommanderRoot in #42
- fix(ci)!:drop node <18 and update ci by @wesleytodd in #50
- Support decode 'utf8' (no dash) by @alexstrat in #13
- 1.x Staging PR by @wesleytodd in #51
New Contributors
- @CommanderRoot made their first contribution in #42
- @wesleytodd made their first contribution in #50
- @alexstrat made their first contribution in #13
Full Changelog: v0.5.4...v1.0.0
0.5.4
- deps: safe-buffer@5.2.1
0.5.3
- Use
safe-bufferfor improved Buffer API
0.5.2
- Fix
parseto accept any linear whitespace character
0.5.1
- perf: enable strict mode
0.5.0
- Add
parsefunction
0.4.0
- Expand non-Unicode
filenameto the full ISO-8859-1 charset
0.3.0
- Add
fallbackoption - Add
typeoption
0.2.0
- Reduce ambiguity of file names with hex escape in buggy browsers