Releases: cubos/node-inject
Releases · cubos/node-inject
1.3.1
1.3.0
- Add
@Servicedecorator that can be used instead ofregisterService/registerServiceWithFactory. The latter is not deprecated.
1.2.0
- Now the app starts with a global scope. All scopes are chidren of this one.
- When pushing and poping global context, scope is now reset.
1.1.0
- Add
registerServiceWithFactoryto allow creating service instances with custom factories.
1.0.0
Initial release.