Releases: tarunon/Instantiate
Releases · tarunon/Instantiate
4.0.1
4.0.0
3.0.0
2.2.0
2.1.0
init
1.0.0
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
Removed to
from bind(to parameter: Parameter)
Initialize
Merge pull request #10 from tarunon/feature/add_test_and_readme Test and readme