Skip to content

Releases: fastify/middie

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)

v5.2.0

21 Oct 15:15
Compare
Choose a tag to compare

πŸ“š PR:

  • Bumped fastify
  • Bump typescript from 3.9.7 to 4.0.2
  • Bump typescript from 4.0.2 to 4.0.3
  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump typescript from 3.9.3 to 3.9.5 (#44)
  • Bump typescript from 3.9.5 to 3.9.6 (#47)
  • Dependabot/npm and yarn/tsd 0.13.1 (#50)
  • Bump typescript from 3.9.6 to 3.9.7 (#51)
  • Bump helmet from 3.23.3 to 4.0.0 (#52)
  • feat: add stale (#57)
  • fix: add use to types (#55)

v5.1.0

22 May 10:54
Compare
Choose a tag to compare

πŸ“š PR:

  • Fixed build badge
  • Updated dependecies
  • Bump simple-get from 3.1.0 to 4.0.0 (#42)
  • Add rudimentary TypeScript types (#40)

v5.0.0

28 Apr 08:12
Compare
Choose a tag to compare

This module has been refactored to be used as a plugin for Fastify, see #36 for more info.
You want just to use the Middie engine, you can require it as follows:

const Middie = require('middie/engine')

The support for Node.js v6 and v8 has been dropped.

v4.1.0

12 Nov 14:59
Compare
Choose a tag to compare

πŸ“š PR:

  • chore(package): update standard to version 13.0.1
  • ignore tap (#29)
  • Update standard to the latest version πŸš€ (#30)
  • chore(package): update standard to version 14.0.2 (#32)
  • Update path to regexp (#34)

v4.0.1.

21 Jan 09:33
Compare
Choose a tag to compare
  • fix url replacement in middlewares restricted by path #27