UNPKG

typescript-injections

Version:

TypeScript Injections is a library, which simplify dependency management in your project.

22 lines (17 loc) 705 B
# 2.0.1 (30.11.2020) * Correcting error in documentation * Removing unsecessery exports # 2.0.0 (29.11.2020) * Complete API redevelopment - new API has no side effects; works like plugin; it is more susceptible to development. * Removing `ResolveObject` concept. * Removing `Context` concept. * Removing `Define` concept. * Removing `InjectProps` Resolver (anti-pattern). # 1.1.0 (27.06.2020) * Adding support for Node.js applications. # 1.0.2 (24.06.2020) * Repairing build, which was published in npm repository as 1.0.1 and is broken :( # 1.0.1 (24.06.2020) * Refactoring default export function name from InjectClass to Inject, to be same as filename. # 1.0.0 (05.06.2020) * First stable version.