Skip to content

Releases: sarulabs/di

Improve performance and error handling

01 Aug 22:21
Compare
Choose a tag to compare

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

16 Jun 21:25
Compare
Choose a tag to compare

The Context is still available as an alias. It will be removed in a possible v2.

Rename Nasty methods in Unscoped methods

16 Jun 14:01
Compare
Choose a tag to compare

The "nasty" word had a negative connotation. But using unscoped retrieval methods is not a bad practice.

Fix bug on BasicLogger

12 Jun 21:19
Compare
Choose a tag to compare

The BasicLogger arguments were not passed correctly.

v1.2.1

15 Jun 12:09
Compare
Choose a tag to compare

Fix a bug about nil logger

v1.2.0

22 Mar 19:14
Compare
Choose a tag to compare
  • Bug fixes
  • Context deletion has been improved