Releases: sarulabs/di
Releases · sarulabs/di
Improve performance and error handling
This new version improves error handling. It should also be faster. Migrating to v2 is highly recommended and should not be too difficult. There should not be any more changes in the API for a long time.
See the README file for the migration instructions:
https://github.com/sarulabs/di#migration-from-v1
Rename Context in Container
The Context is still available as an alias. It will be removed in a possible v2.
Rename Nasty methods in Unscoped methods
The "nasty" word had a negative connotation. But using unscoped retrieval methods is not a bad practice.
Fix bug on BasicLogger
The BasicLogger arguments were not passed correctly.