All Versions
13
Latest Version
Avg Release Cycle
93 days
Latest Release
1772 days ago
Changelog History
Page 1
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 todefineInjection(into: )
๐ Fixed
- ๐ Fixed bug with queue lock in assembly context