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. 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