Skip to content

1.0.0

Compare
Choose a tag to compare
@tarunon tarunon released this 01 Apr 13:34
· 58 commits to master since this release

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().