Skip to content

Releases: expressjs/response-time

v2.3.4

17 Jul 17:45
81090b8

Choose a tag to compare

What's Changed

  • ci: add CodeQL (SAST) by @bjohansebas in #34
  • ci: limit the scope to main branch by @UlisesGascon in #33
  • [StepSecurity] Apply security best practices by @step-security-bot in #37
  • build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by @dependabot[bot] in #38
  • build(deps-dev): bump eslint-plugin-import from 2.10.0 to 2.31.0 by @dependabot[bot] in #40
  • build(deps-dev): bump eslint-plugin-standard from 3.0.1 to 3.1.0 by @dependabot[bot] in #41
  • build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.2 by @dependabot[bot] in #42
  • build(deps): bump github/codeql-action from 3.27.0 to 3.28.18 by @dependabot[bot] in #43
  • build(deps-dev): bump eslint-plugin-promise from 3.7.0 to 3.8.0 by @dependabot[bot] in #46
  • build(deps-dev): bump eslint-plugin-markdown from 1.0.0-beta.6 to 1.0.2 by @dependabot[bot] in #44
  • build(deps-dev): bump mocha from 6.1.4 to 6.2.3 by @dependabot[bot] in #45
  • build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 by @dependabot[bot] in #47
  • build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by @dependabot[bot] in #48
  • deps: on-headers@1.1.0 by @UlisesGascon in #49
  • 🔖 v2.3.4 by @ctcpip in #50

New Contributors

Full Changelog: 2.3.3...v2.3.4

2.3.3

07 Oct 14:25
aff6226

Choose a tag to compare

What's Changed

  • deps: depd@~2.0.0
    • Remove remove use of eval
  • deps: depd@~1.1.2
    • Remove unnecessary Buffer loading
    • perf: remove argument reassignment

New Contributors

Full Changelog: 2.3.2...2.3.3

2.3.2

16 Nov 01:22

Choose a tag to compare

  • deps: depd@~1.1.0
    • Enable strict mode in more places
    • Support web browser loading
  • deps: on-headers@~1.0.1
    • perf: enable strict mode
  • perf: enable strict mode

2.3.1

14 May 23:27

Choose a tag to compare

  • deps: depd@~1.0.1

2.3.0

16 Feb 07:50

Choose a tag to compare

  • Add function argument to support recording of response time

2.2.0

23 Sep 04:44

Choose a tag to compare

  • Add suffix option
  • deps: depd@~1.0.0

2.1.0

17 Sep 08:13

Choose a tag to compare

  • Add header option for custom header name
  • Change digits argument to an options argument

2.0.1

11 Aug 01:50

Choose a tag to compare

  • deps: on-headers@~1.0.0

2.0.0

01 Jun 01:09

Choose a tag to compare

  • add digits argument
  • do not override existing X-Response-Time header
  • timer not subject to clock drift
  • timer resolution down to nanoseconds
  • use on-headers module

1.0.0

01 Jun 01:07

Choose a tag to compare

  • Genesis from connect