Releases: dancecoder/di-service
Releases · dancecoder/di-service
v1.3.0
v1.2.2 CI Fix
CI change
v1.2.1
CI process fix
v1.2.0 Hybrid module
Hybrid ES Module and CommonJS package implemented. Now project is following the esm-first idea.
types fixed
index.d.ts moved to the types directory, added type for injectable function, jsdocs comments updated
deleteInstance method added
The new deleteInstance
method added. This method may be used if you need recreate a service instance on source file change. Due to requirements graph it will also delete all instances which declared the first one as a requirement and this will be done recursively.
v1.0.0 Initial release
Initial release. Fully functional and well tested.
v0.0.5
types key added
v0.0.4
version changed
v0.0.3
version updated