Releases: 7bitcoder/7bitDI
Releases · 7bitcoder/7bitDI
v3.4.0
- Improve and refactor injector code
- Add more examples
- Update CI pipelines
- Improve exception messages
- Add new tests
What's Changed
- Add version 3.4.0 by @7bitcoder in #24
Full Changelog: v3.3.0...v3.4.0
v3.3.0
- Add thread safe support
What's Changed
- Add version 3.3.0 by @7bitcoder in #23
Full Changelog: v3.2.0...v3.3.0
v3.2.0
- Changed alias multiple injection behavior
What's Changed
- Add version 3.2.0 by @7bitcoder in #22
Full Changelog: v3.1.0...v3.2.0
v3.1.0
- Added injected utility base class
- Added register utility base class
- Refactor and optimize code
- Add service type check constrains
What's Changed
- Add version 3.1.0 by @7bitcoder in #21
Full Changelog: v3.0.0...v3.1.0
v3.0.0
- Added keyed services
- Add more tests
- Refactor and optimize code
What's Changed
- update documentation by @7bitcoder in #19
- Add version 3.0.0 by @7bitcoder in #20
Full Changelog: v2.1.0...v3.0.0
v2.1.0
v2.0.0
- Reduce dynamic memory allocations
- Change default service provider class from sb::di::IServiceProvider to sb::di::ServiceProvider class
- Add References as allowed constructor parameters
- Add In place objects, possibility to create objects in place if type is movable or copyable
- Add more tests
- Refactor and optimize code
v2.0.0-rc
- Reduce dynamic memory allocations
- Change default service provider class from sb::di::IServiceProvider to sb::di::ServiceProvider class
- Add References as allowed constructor parameters
- Add In place objects, possibility to create objects in place if type is movable or copyable
- Add more tests
- Refactor and optimize code