All Versions
76
Latest Version
Avg Release Cycle
27 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v4.1.4 Changes
October 23, 2020๐ Fix library bug - potencial memory leaks. This bug manifested if your use Provider/Lazy and call get object until initialize other dependency (for example inside init method).
-
v4.1.3
October 21, 2020 -
v4.1.2 Changes
October 21, 2020- ๐ Fix library bug - potencial memory leaks. This bug manifested if your use Provider/Lazy and call get object until initialize other dependency (for example inside init method).
-
v4.1.1 Changes
September 05, 2020- โ Add
test
- it's a more powerful analogdefault
needed for tests. - Small improve Graph API - fix access scope and fix getted type for unknown and arg.
- โ Add
-
v4.1.0 Changes
July 07, 2020- โ Add Graph API - now your get dependency graph.
- ๐ Change graph validation - change syntax, add validation cases, improve validation cycles speed x1000-10000
- ๐ Fix small bugs and full synchronise validation graph and real usage.
-
v4.0.0 Changes
July 01, 2020- ๐ New documentation and README
- โก๏ธ Update project structure
- โช Restore code coverage and travis
- ๐ Support linux
- Separate podspec on two subspec.
-
v3.9.3 Changes
December 18, 2019โ Remove copy shell scripts from build phases, because AppStore build can't sign in this scripts, and this scripts don't need in ipa file.
-
v3.9.2 Changes
December 04, 2019- ๐ fix graph validate - now validation not checked arguments
-
v3.9.1 Changes
November 30, 2019๐ fix xcode 11.2.1 bug - library is crashed
-
v3.9.0 Changes
October 11, 2019DANGER!
๐ Changed logic for Provider and Lazy - now objectGraph object not retained until use Provider and Lazy. It's remove potencial memory leak, but can changed your program logic - if your not retained objects, this objects can removed, and remake after make object by Provider or Lazy.