Releases: rh-id/a-provider
Releases · rh-id/a-provider
v0.0.25
v0.0.24
Full Changelog: v0.0.23...v0.0.24
v0.0.23
v0.0.22
v0.0.21
v0.0.20
[Improvement] ProviderModule.dispose has default implementation
With this can use lambda expression for ProviderModule class and no need to implement dispose if ProviderModule doesn't have anything to dispose
Full Changelog: v0.0.19...v0.0.20
v0.0.19
v0.0.18
[Fix] lazyGet and tryLazyGet behaviour when registerFactory and registerPool
lazyGet and tryLazyGet should only call Provider.get once and cache it internally, when ProviderValue.get was called the second or more times it should return cached instance and not calling Provider.get again.