Changelog
8.0.1
CHORE
: simplify initialization logicFIX
: drop usage of AggregateError
due to poor inspection supportChangelog
8.0.0
FEAT
: separate bootstrapping and initializationInjector#init()
Changelog
7.0.0
FEAT
: add support for module dependencies and intialization (#13)FEAT
: retain stack traces when throwing errors (999b821b
)FIX
: parse single arg lambda shorthand (d53f6310
)CHORE
: remove Module
from public APICHORE
: drop Node@10
supportModule
export. Use documented ModuleDeclaration
to define a didi moduleModuleDeclaration
typings to clearly reflect API used__init__
and __depends__
are now part of the built-in module exports accounted for (#13)