Releases: DeclarativeHub/Bond
Releases · DeclarativeHub/Bond
6.10.5
- ReactiveKit 3.13 compatibility
7.6.0
- Update to latest ReactiveKit and Differ. Thanks @tonyarnold!
7.5.0
- Add support for NSCollectionView data source bindings.
7.4.3
- Fix issues with
removeAll
on observable trees.
7.4.2
- Setup Bond dependencies without using submodules.
7.4.1
- Fix UICollectionView
selectedItemIndexPath
inaccessible issue. Thanks @madiguzel!
7.4.0
🎊 Official Swift 5 support 🎉
- Update code syntax to Swift 5
- Update ReactiveKit dependency to 3.10
Do not update if you are still using Swift 4.2 or lower.
6.10.4
- ReactiveKit 3.10 (Swift 5) support.
7.3.3
- Add method
replaceItems(ofSectionAt:with:performDiff:)
toMutableObservableArray2D
that can replace items of a section at the given index with new items and calculate change diff. For example:
data.replaceItems(ofSectionAt: 1, with: [1, 100, 20], performDiff: true)
7.3.2
- Fix compilation with Swift 5 (Xcode 10.2). Thanks @jonathanfoster!