Skip to content

Releases: expressjs/errorhandler

1.5.2

15 Dec 18:51
f6bec9f

Choose a tag to compare

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

Full Changelog: 1.5.1...1.5.2

1.5.1

09 May 03:26

Choose a tag to compare

1.5.0

16 Nov 03:06

Choose a tag to compare

  • Pretty print JSON error response
  • deps: accepts@~1.3.3
  • 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

18 Jan 05:25

Choose a tag to compare

  • deps: accepts@~1.3.0
  • deps: escape-html@~1.0.3
    • perf: enable strict mode
    • perf: optimize string replacement
    • perf: use faster string coercion

1.4.2

31 Jul 02:37

Choose a tag to compare

  • deps: accepts@~1.2.12
    • deps: mime-types@~2.1.4

1.4.1

06 Jul 03:24

Choose a tag to compare

  • deps: accepts@~1.2.10
    • deps: mime-types@~2.1.2

1.4.0

11 Jun 05:13

Choose a tag to compare

  • Add charset to the Content-Type header
  • Support statusCode property on Error objects
  • 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

14 May 22:08

Choose a tag to compare

1.3.5

15 Mar 05:15

Choose a tag to compare

  • deps: accepts@~1.2.5
    • deps: mime-types@~2.0.10

1.3.4

16 Feb 01:30

Choose a tag to compare