Skip to content

Releases: fastify/fastify-awilix

v8.1.0

12 Nov 17:18
52a64a7

Choose a tag to compare

What's Changed

  • chore(license): update date ranges; standardise style by @Fdawgs in #177
  • build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #178
  • chore: add .npmrc file by @Fdawgs in #181
  • build(deps-dev): remove @fastify/pre-commit by @Fdawgs in #182
  • ci(ci): add concurrency config by @Fdawgs in #184
  • feat: add function name for onRequest hook by @chiawendt in #180

New Contributors

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

v8.0.0

14 May 07:09
v8.0.0
a9f30de

Choose a tag to compare

What's Changed

  • chore(tsconfig): remove jest types by @Fdawgs in #164
  • refactor: prefix unused params with underscores by @Fdawgs in #165
  • test(fastifyAwilixPlugin.dispose): remove unused catch binding by @Fdawgs in #166
  • docs(readme): grammar fixes by @Fdawgs in #167
  • refactor: return directly in arrow function by @Fdawgs in #168
  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #169
  • ci: remove master branch support by @Fdawgs in #170
  • ci(ci): set job permissions by @Fdawgs in #171
  • docs(readme): example fixes by @inyourtime in #172
  • ci: set permissions at workflow level by @Fdawgs in #173
  • ci: restore job level permissions by @Fdawgs in #174
  • build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in #175
  • feat: Adjust configuration defaults by @kibertoad in #176

New Contributors

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

v7.0.0

23 Dec 10:19

Choose a tag to compare

  • Use awilix-manager 6.0.0. This changes the signature of the getWithTags method - if you were using it, remove the explicit passing of diContainer, the one from awilixManager itself will be used instead.

v6.0.2

22 Nov 10:34
v6.0.2
addb6b0

Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

22 Sep 08:59
80fbf5a

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

06 Sep 17:01
1a91574

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...v6.0.0

5.1.0

19 Feb 12:06

Choose a tag to compare

  • Add support for the strictBooleanEnforced option (#128)

5.0.0

07 Feb 10:54

Choose a tag to compare

  • Update awilix manager to support awilix 10+ (#125)
  • Support passing AwilixContainer explicitly (#126)
  • add missing use strict directives (#117)
  • explicitly declare js module type (#118)

3.2.0

24 Jul 18:14

Choose a tag to compare

  • Update to awilix-manager 3.0.0 (#107)

3.1.0

10 Jun 18:59

Choose a tag to compare

  • awilix-manager integration (#103)
  • add node 20 to test matrix (#100)