Releases: DeclarativeHub/Bond
Releases · DeclarativeHub/Bond
v5.0.0-beta3
- Fix fix latest Xcode 8 release.
v4.3.1
- Support for Swift 2.2.
v4.3.0
- Support for non-animatable collection/table view updates.
v4.2.0
- Introduce MutableObservable
- ObservableArray conforms to additional protocols
v4.1.1
- Basic tvOS support
- ObservableArray diff
v4.0.3
- Fix memory leak in crystallize method.
v4.0.2
- Support custom animations for table view updates.
- Additional combineLatest overloads (up to 10).
- Filtered observable array might not replay issue fix.
v4.0.1
- Fixes KVO
Observable
with optional type. distinctOptional
method.
v4.0.0
- First stable version of Bond v4.
v4.0.0-beta3
- Improve ObservableArray memory footprint
- Make ObservableArray supports custom events
- Additionally simplify Observable