Skip to content

Releases: tarunon/Instantiate

4.0.1

16 Dec 03:14
Compare
Choose a tag to compare

Fix spm package resolve issue #41

4.0.0

23 May 23:36
Compare
Choose a tag to compare

swift 5 support

3.0.0

13 Oct 09:18
Compare
Choose a tag to compare

Swift 4 support

2.2.0

08 Jul 02:14
Compare
Choose a tag to compare
  • Support Nib + ViewController implementation.
    • Redefine NibType and StoryboardType fields.
  • Adding LoadViewBeforeInject protocol, if you implement this protocol, it force load view before inject call.

2.1.0

15 Jun 16:18
Compare
Choose a tag to compare

Cross platform Supporting.

  • macOS 10.11 +
  • tvOS 9.0 +
  • Swift 4.0 compatibility
  • Cocoapods

init

29 May 07:22
Compare
Choose a tag to compare

Instantiate supports init(with: Dependency) and subclassing feature.

1.0.0

01 Apr 13:34
Compare
Choose a tag to compare

Instantiate 1.0.0 is now available.

Bindable is renamed Injectable

Bindable is unavailable and renamed Injectable.
Bindable.Parameter will be unavailable, please use Injectable.Dependency.
Bindable.bind(_:) is unavailable and renamed Injectable.inject(_:)

Reusable functions are moved

UITableView.dequeue() and UICollectionView.dequeue() are moved Reusable.dequeue().

0.2.0: Merge pull request #11 from milkit/fix-bind-interface

14 Feb 11:40
Compare
Choose a tag to compare

Removed to from bind(to parameter: Parameter)

Initialize

29 Jan 08:12
Compare
Choose a tag to compare
Merge pull request #10 from tarunon/feature/add_test_and_readme

Test and readme