Skip to content

Releases: DeclarativeHub/Bond

6.10.5

08 Jul 14:14
Compare
Choose a tag to compare
  • ReactiveKit 3.13 compatibility

7.6.0

30 Jun 11:01
Compare
Choose a tag to compare
  • Update to latest ReactiveKit and Differ. Thanks @tonyarnold!

7.5.0

27 Apr 09:49
Compare
Choose a tag to compare
  • Add support for NSCollectionView data source bindings.

7.4.3

18 Apr 20:15
Compare
Choose a tag to compare
  • Fix issues with removeAll on observable trees.

7.4.2

12 Apr 21:34
Compare
Choose a tag to compare
  • Setup Bond dependencies without using submodules.

7.4.1

02 Apr 06:48
Compare
Choose a tag to compare
  • Fix UICollectionView selectedItemIndexPath inaccessible issue. Thanks @madiguzel!

7.4.0

31 Mar 12:11
e497751
Compare
Choose a tag to compare

🎊 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

31 Mar 10:57
Compare
Choose a tag to compare
  • ReactiveKit 3.10 (Swift 5) support.

7.3.3

26 Mar 21:18
Compare
Choose a tag to compare
  • Add method replaceItems(ofSectionAt:with:performDiff:) to MutableObservableArray2D 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

26 Mar 08:04
Compare
Choose a tag to compare