Skip to content

Releases: fastify/middie

v8.3.1

01 May 22:10
5fb0eb9
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #189
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #190
  • chore: add .gitattributes file by @Fdawgs in #192
  • chore(package): explicitly declare js module type by @Fdawgs in #193
  • build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #194
  • docs(readme): replace fastify.io links with fastify.dev by @Fdawgs in #195
  • docs(readme): remove www. from fastify.dev urls by @Fdawgs in #196
  • chore(.gitignore): add .tap/ dir by @Fdawgs in #197
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #198
  • Warn for possible ReDoS by @mcollina in #200
  • Only sets req.raw.body if body defined, aligning behaviour with node:http by @didley in #201

New Contributors

Full Changelog: v8.3.0...v8.3.1

v8.3.0

14 May 14:18
1dc7689
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.3.0

v8.2.0

03 May 14:21
b362947
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

05 Dec 00:25
a010b7e
Compare
Choose a tag to compare

What's Changed

  • docs(readme): update references to old module by @Fdawgs in #149
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #150
  • build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #151
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #152
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.1 by @dependabot in #154
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #155
  • Replace startsWith with direct property comparison by @Uzlopak in #156
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #157
  • ci: enable license checking by @Fdawgs in #159
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #160
  • docs(readme): replace use of deprecated variadic listen() by @Fdawgs in #161
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #162
  • build(deps-dev): bump helmet from 5.1.1 to 6.0.0 by @dependabot in #164
  • build(deps-dev): bump typescript from 4.7.4 to 4.8.2 by @dependabot in #163
  • build(deps-dev): bump typescript from 4.8.2 to 4.8.3 by @dependabot in #165
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #166
  • build(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in #167
  • Remove typescript as devDependency by @Uzlopak in #168
  • use .taprc and improve npm scripts by @Uzlopak in #171
  • disable package-lock generation by @Uzlopak in #170
  • build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #173
  • nodenext compatibility by @Uzlopak in #172

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

07 Jun 17:34
c1f3722
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v8.0.0

v7.0.0

11 May 10:26
0fec590
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v7.0.0

v6.1.0

11 May 10:22
5df9bea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

19 Jan 17:24
ffdc505
Compare
Choose a tag to compare

What's Changed

  • Bump helmet from 4.6.0 to 5.0.0 by @dependabot in #126
  • Add typescript types for supporting hooking middie in multiple hooks by @dr3 in #127
  • Allow access to the body and query by @dr3 in #128

New Contributors

  • @dr3 made their first contribution in #127

Full Changelog: v5.4.0...v6.0.0

v5.4.0

23 Dec 13:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v5.4.0

v5.3.0

27 Jun 20:57
Compare
Choose a tag to compare

📚 PR:

  • Bump standard from 14.3.4 to 15.0.0
  • Bump typescript from 4.0.3 to 4.0.5
  • Bump standard from 15.0.1 to 16.0.1
  • Bump typescript from 4.0.5 to 4.1.2
  • Bump tsd from 0.13.1 to 0.14.0
  • Bump typescript from 4.1.2 to 4.1.3
  • Bump typescript from 4.1.3 to 4.1.4
  • Bump typescript from 4.1.4 to 4.2.2
  • chore(gitignore): use latest github ignore template (#69)
  • ci(dependabot): update config from v1 to v2 (#70)
  • Bump typescript from 4.2.2 to 4.2.3 (#68)
  • Bump actions/setup-node from v1 to v2.1.5 (#71)
  • Bump tap from 14.11.0 to 15.0.1 (#73)
  • Fixed deprecations (#74)
  • Bump typescript from 4.2.3 to 4.2.4 (#75)
  • chore: doc and ci updates (#76)
  • ci: add nodejs v16 to test matrix (#77)
  • Bump @types/node from 14.14.42 to 15.0.0 (#78)
  • Bump tsd from 0.14.0 to 0.15.0 (#79)
  • Bump actions/checkout from 2 to 2.3.4 (#80)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#81)
  • Bump typescript from 4.2.4 to 4.3.2 (#82)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#83)
  • Bump tsd from 0.15.1 to 0.16.0 (#84)
  • Bump tsd from 0.16.0 to 0.17.0 (#85)
  • Bump typescript from 4.3.2 to 4.3.3 (#86)
  • Bump typescript from 4.3.3 to 4.3.4 (#87)
  • Use decorate to add use (#88)