Skip to content

Poodinis 6.0.0

Compare
Choose a tag to compare
@mbierlee mbierlee released this 28 Dec 22:20
· 334 commits to main since this release

Version 6.0.0

  • CHANGE registration scopes are replaced by a single factory implementation. If you were not doing anything with the internal scope mechanism, you
    should not be affected by this change.
  • ADD application contexts. You can register dependencies within an application context which allow you to fine-tune the creation of dependency instances.
  • CHANGE all public poodinis imports to private. This should not affect you if you use the package import "poodinis" instead of individual modules.
  • REMOVE deprecated ADD_CONCRETE_TYPE_REGISTRATION registration option.
  • REMOVE deprecated RegistrationOptions alias.