Skip to content

February 19, 2025

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 10:43
· 46 commits to master since this release
4477965

[email protected]

Major Changes

  • #2563 f40de70 Thanks @kamilkisiela! - BREAKING Providers of each module are now resolved of upon application creation.

    This makes Dependency Injection less strict and not dependent on the order of module imports (hello circular imports).

    BREAKING Removed providers, operationProviders and singletonProviders from the Module interface (unlikely you were using them).

Patch Changes