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

Changelog History
Page 5

  • v3.3.7 Changes

    • ๐Ÿ‘Œ Support static library for cocoapods. Needs cocoapods version 1.5.0 up
  • v3.3.6 Changes

    • ๐Ÿ‘Œ Support static library for cocoapods. Needs cocoapods version 1.4.0 up
  • v3.3.5 Changes

    • Up code coverage to 90%
    • ๐Ÿ›  Fix postInit - now method call after executed cycle injection
    • ๐Ÿ›  Fix hard cycle potensial bug.
  • v3.3.4 Changes

    • ๐Ÿ›  fix crash when using Lazy/Provider with Optional types.
  • v3.3.3 Changes

    • ๐Ÿ›  fix swizzling bug.
  • v3.3.1 Changes

    • ๐Ÿ†• New feature: inject into subviews, cells, items. Thanks 'Nekitosss'
  • v3.3.0 Changes

    • ๐Ÿ‘Œ Support delayed injection. Now have Lazy and Provider injection.
  • v3.2.2 Changes

    • ๐Ÿ‘Œ support swift4.1 Thanks 'Nekitosss'
  • v3.2.1 Changes

    • ๐Ÿ“‡ rename lifetimes: single, perRun(weak/strong), perContainer(weak/strong), objectGraph, prototype.
    • small improve internal code
  • v3.2.0 Changes

    • ๐Ÿ‘Œ support injection by keyPath for swift4
    • ๐ŸŒฒ small improve logging - add new log level .verbose