Skip to content

v8.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Romakita Romakita released this 12 Nov 13:17
· 4 commits to rc since this release

8.0.0-rc.4 (2024-11-12)

Bug Fixes

  • core: remove unused importPackage in code base (e1ea388)

Features

  • di: add lazyInject and optionalLazyInject (eb07219)
  • di: use configuration fn to attach configuration to a provider (f287dab)

BREAKING CHANGES

  • core: importPackage is removed from @tsed/core. Use import() instruction instead.