Skip to content

Releases: DeclarativeHub/Bond

v3.4.0

20 Mar 14:42
Compare
Choose a tag to compare

Improve ArrayBond with addition listeners.

v3.3.1

14 Mar 18:13
Compare
Choose a tag to compare
  • Fix DynamicArray's map backward compatibility with v3.2.

v3.3.0

14 Mar 16:06
Compare
Choose a tag to compare
  • Improve DynamicArray stability and performance
  • Fix #28
  • map function on DynamicArray now accepts both object and its index
  • Replaced objects are now passed to updateListener of ArrayBond

v3.2.0

12 Mar 20:15
Compare
Choose a tag to compare

Add dynAttributedText to UILabel and UITextView.

v3.1.1

08 Mar 11:14
Compare
Choose a tag to compare

Fix dynTitle on UIButton.

v3.1.0

06 Mar 22:34
Compare
Choose a tag to compare
  • Support for UICollectionView

v3.0.1

04 Mar 21:34
Compare
Choose a tag to compare
  • Improve KVO bindings.
  • Fix #19 (crash on nilling KVO-observed property)

v3.0.0

02 Mar 14:24
Compare
Choose a tag to compare
  • Rename UIKit properties from *Dynamic to dyn*
  • Bi-directional bindings
  • New functions: zip, skip, rewrite, any
  • UITableViewDataSourceBond with multiple sections support
  • UIActivityIndicatorView extension
  • UIBarItem extension
  • Dynamic implements Bondable
  • Add bindTo method to Dynamic
  • Drop ->> that has closure on right side due to confusion it creates

v2.3.0

23 Feb 14:18
Compare
Choose a tag to compare

Remove the need for explicit initial value in reduce function.

v2.2.3

14 Feb 16:44
Compare
Choose a tag to compare

CocoaPods support.