Skip to content

Releases: jeffijoe/awilix-express

v9.0.2

21 Dec 11:20
9813437
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Add TypeScript typings

17 Mar 03:39
Compare
Choose a tag to compare

First release

17 Mar 03:38
Compare
Choose a tag to compare
v0.9.0

Add badges and keywords