From ff01820b04c2887f8d216e47e048dcb3dd7b6153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Pintos=20L=C3=B3pez?= Date: Mon, 20 Jan 2025 20:56:30 +0100 Subject: [PATCH 1/2] feat(inversify-site): update docs --- packages/docs/services/inversify-site/docs/api/container.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/docs/services/inversify-site/docs/api/container.mdx b/packages/docs/services/inversify-site/docs/api/container.mdx index f7c6d011..8e83d7c7 100644 --- a/packages/docs/services/inversify-site/docs/api/container.mdx +++ b/packages/docs/services/inversify-site/docs/api/container.mdx @@ -19,8 +19,6 @@ You can query the configuration and resolve configured dependencies with the `ge You can react to resolutions with container activation handlers and unbinding with container deactivation handlers. You can create container hierarchies where container ascendants can supply the dependencies for descendants. For testing, state can be saved as a snapshot on a stack and later restored. -For advanced control, you can apply middleware to intercept the resolution request and the resolved dependency. -You can even provide your own annotation solution. ## Container Options From 1010007f76bec283a9b0fb4b4fd03a1dd332623f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Pintos=20L=C3=B3pez?= Date: Mon, 20 Jan 2025 20:56:47 +0100 Subject: [PATCH 2/2] fix(inversify-site): fix link address --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/services/inversify-site/blog/2025-01-20-announcing-inversify-7-0-0-alpha-0-prerelease/index.md b/packages/docs/services/inversify-site/blog/2025-01-20-announcing-inversify-7-0-0-alpha-0-prerelease/index.md index 0034e208..eed5271a 100644 --- a/packages/docs/services/inversify-site/blog/2025-01-20-announcing-inversify-7-0-0-alpha-0-prerelease/index.md +++ b/packages/docs/services/inversify-site/blog/2025-01-20-announcing-inversify-7-0-0-alpha-0-prerelease/index.md @@ -5,7 +5,7 @@ authors: [notaphplover] tags: [] --- -It's been a while since the last time `inversify` released a major version. Some exciting changes are on their way, and we are announcing them in a prerelease so you can participate and [discuss](https://github.com/inversify/monorepo/discussions/235) them before it's finally released. +It's been a while since the last time `inversify` released a major version. Some exciting changes are on their way, and we are announcing them in a prerelease so you can participate and [discuss](https://github.com/inversify/InversifyJS/discussions/1712) them before it's finally released.