Releases: expressjs/errorhandler
Releases · expressjs/errorhandler
1.5.2
What's Changed
- chore: add support for OSSF scorecard reporting by @inigomarquinez in #27
- docs: state assumption in readme examples by @dpopp07 in #29
- chore: upgrade scorecard workflow pinned action versions by @carpasse in #30
- ci: apply OSSF Scorecard security best practices by @UlisesGascon in #31
- chore: add funding to package.json by @bjohansebas in #43
- build(deps): bump github/codeql-action from 3.27.9 to 3.29.5 by @dependabot[bot] in #44
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #46
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.11 by @dependabot[bot] in #45
- build(deps): bump github/codeql-action from 3.29.11 to 4.31.2 by @dependabot[bot] in #50
- build(deps): bump actions/upload-artifact from 4.5.0 to 5.0.0 by @dependabot[bot] in #49
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #52
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.5 by @dependabot[bot] in #51
- Migrate CI from Travis to GitHub Actions by @nanotower in #53
- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 by @dependabot[bot] in #48
- Update patch version, dev dependencies, and CI workflow by @nanotower in #54
- build(deps-dev): bump mocha from 10.2.0 to 10.8.2 by @dependabot[bot] in #36
- build(deps-dev): bump eslint-plugin-import from 2.275 to 2.32.0 by @dependabot[bot] in #41
- chore: remove HISTORY.md from package files by @nanotower in #55
- chore: remove Travis CI configuration file by @nanotower in #57
- Release: 1.5.2 by @nanotower in #56
New Contributors
- @inigomarquinez made their first contribution in #27
- @dpopp07 made their first contribution in #29
- @carpasse made their first contribution in #30
- @UlisesGascon made their first contribution in #31
- @bjohansebas made their first contribution in #43
- @dependabot[bot] made their first contribution in #44
- @nanotower made their first contribution in #53
Full Changelog: 1.5.1...1.5.2
1.5.1
- deps: accepts@~1.3.7
- deps: mime-types@~2.1.24
- deps: [email protected]
1.5.0
- Pretty print JSON error response
- deps: accepts@~1.3.3
- deps: mime-types@~2.1.11
- deps: [email protected]
- perf: front-load HTML template and stylesheet at middleware construction
- perf: only load template and stylesheet once
- perf: resolve file paths at start up
1.4.3
- deps: accepts@~1.3.0
- deps: mime-types@~2.1.7
- deps: [email protected]
- deps: escape-html@~1.0.3
- perf: enable strict mode
- perf: optimize string replacement
- perf: use faster string coercion
1.4.2
- deps: accepts@~1.2.12
- deps: mime-types@~2.1.4
1.4.1
- deps: accepts@~1.2.10
- deps: mime-types@~2.1.2
1.4.0
- Add charset to the
Content-Typeheader - Support
statusCodeproperty onErrorobjects - deps: accepts@~1.2.9
- deps: mime-types@~2.1.1
- deps: [email protected]
- perf: avoid argument reassignment & argument slice
- perf: avoid negotiator recursive construction
- perf: enable strict mode
- perf: remove unnecessary bitwise operator
- deps: [email protected]
1.3.6
- deps: accepts@~1.2.7
- deps: mime-types@~2.0.11
- deps: [email protected]
1.3.5
- deps: accepts@~1.2.5
- deps: mime-types@~2.0.10
1.3.4
- deps: accepts@~1.2.4
- deps: mime-types@~2.0.9
- deps: [email protected]