Skip to content

Commit

Permalink
Add binding related types (#1751)
Browse files Browse the repository at this point in the history
* feat: add binding related types

* docs: update changelog
  • Loading branch information
notaphplover authored Mar 10, 2025
1 parent 684b0aa commit 88488c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Added `BindingActivation`.
- Added `BindingDeactivation`.

### Changed

Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export {
IsBoundOptions,
} from '@inversifyjs/container';
export {
BindingActivation,
BindingConstraints,
BindingDeactivation,
BindingScope,
DynamicValueBuilder,
Factory,
Expand Down

0 comments on commit 88488c3

Please sign in to comment.