Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/3.0 #45

Merged
merged 15 commits into from
Oct 4, 2022
Merged

Release/3.0 #45

merged 15 commits into from
Oct 4, 2022

Conversation

Papooch
Copy link
Owner

@Papooch Papooch commented Oct 3, 2022

⚠️ BREAKING CHANGES

Features:

Changes:

  • Root ClsModule registration method name changed from register to forRoot (and forRootAsync)

Removed features:

Migration guide

  • Rename the ClsModule.register(...) call to ClsModule.forRoot(...)
  • If you've used namespaces, you can now refactor the solution to use ProxyProviders

@Papooch Papooch added the enhancement New feature or request label Oct 3, 2022
@Papooch Papooch self-assigned this Oct 3, 2022
@Papooch Papooch marked this pull request as ready for review October 4, 2022 20:44
@Papooch Papooch merged commit 23721fe into main Oct 4, 2022
@Papooch Papooch deleted the release/3.0 branch October 4, 2022 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Namespaces support in v3.0 Add support for request-scoped providers based on CLS
1 participant