Releases: jeffijoe/awilix-koa
Releases · jeffijoe/awilix-koa
v11.0.0
11.0.0 (2024-09-10)
chore
- package: upgrade to Awilix 10 (a1d56c3)
Features
- allow having controllers with a singleton lifetime and permit usage without scoped containers in koa state (d9863ab)
BREAKING CHANGES
- package: Upgraded Awilix to 10, and min. Node version to 16
v10.1.0
What's Changed
- feat: add
importControllers
and allow passing router to loadControllers
by @dlgoodchild in #64
New Contributors
Full Changelog: v10.0.0...v10.1.0
v10.0.0
What's Changed
Semantic-release failed to generate the release notes. 😢
Full Changelog: v9.0.0...v10.0.0
v9.0.0
9.0.0 (2022-10-18)
chore
BREAKING CHANGES
- Node 12 support has been dropped.
v8.0.0
8.0.0 (2022-08-19)
chore
- packages: update packages (793b91d)
BREAKING CHANGES
- packages: Upgraded
@koa/router
to v12.
v7.0.1
7.0.1 (2022-05-27)
Bug Fixes
- ci: use Focal for builds (5e57c54)
- package: use correct Awilix version in peerDeps (e03a284)
v7.0.0
7.0.0 (2022-03-17)
chore
- package: update to Awilix v7 (e96a693)
BREAKING CHANGES
- package: Awilix v7 is required.
v6.0.0
6.0.0 (2021-10-31)
chore
- package: update to Awilix v6 (18f64a9)
BREAKING CHANGES
- package: Awilix v6 is required.
v5.0.1
5.0.1 (2021-09-24)
Bug Fixes
- peerDeps: use Awilix 5.0.0 as peer dependency (f1d38b3)
v5.0.0
5.0.0 (2021-08-12)
chore
- packages: Update packages + bump Node version to 12 (b55b4f3)
BREAKING CHANGES
- packages: dropping Node 10 support