Releases: inversify/InversifyJS
Releases · inversify/InversifyJS
v6.0.3
v6.0.1
Added
- add API method for check dependency only in current container
- createTaggedDecorator #1343
- Async bindings #1132
- Async binding resolution (getAllAsync, getAllNamedAsync, getAllTaggedAsync, getAsync, getNamedAsync, getTaggedAsync, rebindAsync, unbindAsync, unbindAllAsync, unloadAsync) #1132
- Global onActivation / onDeactivation #1132
- Parent/Child onActivation / onDeactivation #1132
- Module onActivation / onDeactivation #1132
- Added @preDestroy decorator #1132
Changed
- @PostConstruct can target an asyncronous function #1132
- Singleton scoped services cache resolved values once the result promise is fulfilled #1320
Fixed
Fix 5.1 build artifacts
5.1.1 update changelog (#1318)
Dc/release 5.1.0 (#1315)
Added
- Upgrade information for v4.x to v5.x