All Versions
13
Latest Version
Avg Release Cycle
93 days
Latest Release
1629 days ago

Changelog History
Page 1

  • v1.6.1

    November 04, 2019
  • v1.6.0

    November 04, 2019
  • v1.5.0 Changes

    October 15, 2019

    ๐Ÿš€ Released on 2019-05-13

    โšก๏ธ Updated

    • ๐Ÿ‘ @dvi swift 5 support. Prevent wrapping autoclosures
    • @SergeyKrupov Threadsafe context
  • v1.4.1 Changes

    August 17, 2018

    ๐Ÿš€ Released on 2018-10-17

    โšก๏ธ Updated

    • ๐Ÿ›  @dvi fixed Obj-C objects initialization for Swift 4.2
  • v1.4.0 Changes

    October 23, 2017

    ๐Ÿš€ Released on 2017-10-23

    โšก๏ธ Updated

    • ๐Ÿš€ !Breaking changes! Decided to replaced 'inout' closure variable type with return value. To fix issue with NSObject release. (Thanx to @alekseykolchanov for Pull Request)
    • ๐Ÿšš @alekseykolchanov advised to remove 'Definition Cache'
    • ๐Ÿšš Moved singletons and substitutions storages to the context

    ๐Ÿ›  Fixed

  • v1.3.3 Changes

    August 18, 2017

    ๐Ÿš€ Released on 2017-07-24

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed singletons retain bug.(Thanx to @alekseykolchanov)
  • v1.3.2 Changes

    July 24, 2017

    ๐Ÿš€ Released on 2017-07-24

    ๐Ÿ›  Fixed

    • Another fix for circular dependency resolution bug
  • v1.3.1 Changes

    July 24, 2017

    ๐Ÿš€ Released on 2017-07-24

    ๐Ÿ›  Fixed

    • Circular dependency resolution bug

    โž• Added

    • Substitution type check with fatalError
  • v1.3.0 Changes

    July 19, 2017

    ๐Ÿš€ Released on 2017-07-18

    โž• Added

    • ๐ŸŽ macOS support
    • ๐Ÿ“š Code documentation

    โšก๏ธ Updated

    • ๐Ÿ”จ Little refactoring
    • ๐Ÿ— travis build script
  • v1.2.0 Changes

    July 16, 2017

    ๐Ÿš€ Released on 2017-07-17

    โž• Added

    • Injections into swift structures
    • ๐Ÿ‘ Carthage support

    โšก๏ธ Updated

    • ๐Ÿ“‡ Renamed define(init: ...) without return value to defineInjection(into: )

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed bug with queue lock in assembly context