Skip to content

Releases: jeffijoe/awilix-express

v11.0.1

08 Feb 13:07
4b31da8

Choose a tag to compare

11.0.1 (2026-02-08)

Bug Fixes

  • upgrade awilix-router-core (cbbe234)

v11.0.0

08 Feb 11:28
b274611

Choose a tag to compare

11.0.0 (2026-02-08)

chore

  • bump latest supported Node version to 22 (f874015)

Features

  • add support for esModules option in loadControllers (7df81a1)

BREAKING CHANGES

  • minimum Node version bump + TS target set to ES2022

v10.0.0

08 Feb 10:26
d5ac41c

Choose a tag to compare

10.0.0 (2026-02-08)

Features

  • add ESM exports + upgrade packages (5e18267), closes #56

BREAKING CHANGES

  • minimum supported Node version is now 20

v9.0.2

21 Dec 11:20
9813437

Choose a tag to compare

9.0.2 (2024-12-21)

Bug Fixes

  • upgrade packages to get rid of npm deprecation warning (00cbe47)

v9.0.1

11 Jan 15:47
aa2417e

Choose a tag to compare

9.0.1 (2024-1-11)

Bug Fixes

  • readme: remove Node 6 comment (aa2417e)

Improve error message for member invoker

12 May 04:02
ff3afeb

Choose a tag to compare

Added:

  • More descriptive error messages when controller method attempting to be invoked does not exist - @jhoscar1

Complete rewrite using awilix-router-core

26 Feb 18:59
67bbfe3

Choose a tag to compare

This release introduces a lot of breaking changes to make awilix-express compatible with awilix-router-core, based on awilix-koa.

From this version the code for awilix-express will be written in TypeScript to make compatibility with TypeScript codebases easier while still being compatible with pure JS.

Thanks @jeffijoe for the heads up about the release of awilix-router-core and the review of the PR.

Add `inject` middleware

17 Mar 14:11

Choose a tag to compare

Add TypeScript typings

17 Mar 03:39

Choose a tag to compare

First release

17 Mar 03:38

Choose a tag to compare

v0.9.0

Add badges and keywords