This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Releases: hainayanda/Impose
Releases · hainayanda/Impose
v3.6
v3.5
- Make the Injector do the task atomically on the same
DispatchQueue
- Add the ability to inject
DispatchQueue
to be used for resolving the dependency - Mark most method to be
inlinable
v3.4
- Remove scopable
- Add watch os deployment target
- Add all spm deployment target to cocoapods
v3.3.0
- Deprecate the Scope
- Add the Environment
- Make provider method chainable
v3.2.0
Add AutoInjectMock
v3.1.4
Since some projects will have different Quick and Nimble versions, and it shouldn't include in the distribution, it is now removed from dependency in Swift Package Manager version.
v3.1.3
Update Quick and Nimble
v3.1.2
Fix error raised by mismatch call in ImposerCompat
v3.1.1
- Fix weak Injector injecting scoped instead of itself
- Improve resolver potential search algorithm
- Add reset and remove for resolver
- Minor refactoring
v3.1.0
- Added Weak Singleton