Skip to content

Version 1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@runemalm runemalm released this 02 Mar 08:34
· 79 commits to master since this release
  • Breaking Change: Starting from this version, the @inject decorator can only be used on static class methods and class methods. It can't be used on instance methods anymore.
  • Documentation Update: The documentation has been updated to reflect the new restriction on the usage of the decorator.