All Versions
76
Latest Version
Avg Release Cycle
27 days
Latest Release
-

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 analog default needed for tests.
    • Small improve Graph API - fix access scope and fix getted type for unknown and arg.
  • 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, 2019

    DANGER!
    ๐Ÿ”„ 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.