Skip to content

Releases: dancecoder/di-service

v1.3.0

25 May 13:14
Compare
Choose a tag to compare

Thread safe logic added

v1.2.2 CI Fix

19 May 18:15
Compare
Choose a tag to compare
CI change

v1.2.1

19 May 18:03
Compare
Choose a tag to compare

CI process fix

v1.2.0 Hybrid module

19 May 17:54
Compare
Choose a tag to compare

Hybrid ES Module and CommonJS package implemented. Now project is following the esm-first idea.

types fixed

04 Dec 16:24
Compare
Choose a tag to compare

index.d.ts moved to the types directory, added type for injectable function, jsdocs comments updated

deleteInstance method added

04 Dec 14:03
Compare
Choose a tag to compare

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

06 Jul 06:32
Compare
Choose a tag to compare

Initial release. Fully functional and well tested.

v0.0.5

06 Jul 03:45
Compare
Choose a tag to compare
types key added

v0.0.4

06 Jul 03:19
Compare
Choose a tag to compare
version changed

v0.0.3

05 Jul 19:50
Compare
Choose a tag to compare
version updated