@alterior/di
Advanced tools
Changelog
v3.5.3
@/di
: Better type safety for TypeProvider (must be concrete type) while still allowing for injection tokens to be
abstract. Fixes an issue where inject()
could not accept an abstract class, even though that is a common pattern
for swappable injectables.Changelog
v3.5.0
@/di
: inject()
now supports skipSelf
, self
, and optional
options.@/web-server
@/fastify
Changelog
🚀3.1.6
@/annotations
: Fixes a bug where method decorators would be misapplied if the name of the method was the same as the name of a method of the Array class