@alterior/express
Advanced tools
Changelog
v3.5.5
@/web-server
: Fix a semantic issue with the Forge library in certificate generationChangelog
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.2
@/runtime
: ExecutionContext.current.application
is now available before altOnInit
runsChangelog
v3.5.1
@/logging
: Logger.current
does not use the Logger
instance configured in application injectorChangelog
v3.5.0
@/di
: inject()
now supports skipSelf
, self
, and optional
options.@/web-server
@/fastify