Skip to content

Tags: ts-stack/di

Tags

1.2.0

Toggle 1.2.0's commit message
Release v1.2.0

1.2.0-rc.3

Toggle 1.2.0-rc.3's commit message
Release 1.2.0-rc.3

Removed support for injector's siblings, setting parent after create injector.

1.2.0-rc.2

Toggle 1.2.0-rc.2's commit message
Release 1.2.0-rc.2

Migrating to TypeScript strict compilerOptions

1.2.0-rc.1

Toggle 1.2.0-rc.1's commit message
Release 1.2.0-rc.1

Migrating injectors from array search to object search should improve their performance.

1.2.0-beta.8

Toggle 1.2.0-beta.8's commit message
Release 1.2.0-beta.8

Fixed Error.captureStackTrace() location.

1.2.0-beta.7

Toggle 1.2.0-beta.7's commit message
Release 1.2.0-beta.7

Added Error.captureStackTrace() to clear internal error trace.

1.2.0-beta.6

Toggle 1.2.0-beta.6's commit message
Release 1.2.0-beta.6

Added injector.clearCache().

1.2.0-beta.5

Toggle 1.2.0-beta.5's commit message
Release 1.2.0-beta.5

- Removed injector.setSiblingsMap().
- Added the ability for the injector to set parent after child is created.

1.2.0-beta.4

Toggle 1.2.0-beta.4's commit message
Release 1.2.0-beta.4

Added injector.setSiblingsMap()

1.2.0-beta.3

Toggle 1.2.0-beta.3's commit message
Release 1.2.0-beta.3

Added the ability for the injector to search tokens first in siblings and only then proceed
to search in the parent injectors.