Skip to content

v6.1.5

Compare
Choose a tag to compare
@notaphplover notaphplover released this 29 Nov 17:40
· 16 commits to master since this release
d9f9fb4

Changed

  • Updated library to import reflect-metadata. Importing reflect-metadata before bootstraping a module in the userland is no longer required.

Fixed

  • Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland.
  • Fixed container to properly resolve async .toService bindings.
  • Fixed .toService binding to properly disable caching any values.