We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684b0aa commit 88488c3Copy full SHA for 88488c3
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
9
### Added
10
+- Added `BindingActivation`.
11
+- Added `BindingDeactivation`.
12
13
### Changed
14
src/index.ts
@@ -19,7 +19,9 @@ export {
19
IsBoundOptions,
20
} from '@inversifyjs/container';
21
export {
22
+ BindingActivation,
23
BindingConstraints,
24
+ BindingDeactivation,
25
BindingScope,
26
DynamicValueBuilder,
27
Factory,
0 commit comments