Skip to content

Commit

Permalink
Merge pull request #331 from inversify/feat/next-container-api-docs
Browse files Browse the repository at this point in the history
Update next container API docs
  • Loading branch information
notaphplover authored Jan 20, 2025
2 parents 7430228 + 1010007 commit e335a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- truncate -->

Expand Down
2 changes: 0 additions & 2 deletions packages/docs/services/inversify-site/docs/api/container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e335a43

Please sign in to comment.