Releases: DeclarativeHub/Bond
Releases · DeclarativeHub/Bond
v5.0.2
- Fix table view binding
animated
argument behaviour.
v5.0.1
- Add UIGestureRecognizer Support. Thanks @sgalizia!
- Performance improvements.
v5.0.0
- Fix duplicate events in KVO bindings.
- Out of beta!
v5.0.0-beta10
- Add
bidirectionalMap
to DynamicSubject. Thanks @AnthonyMDev! - Update ReactiveKit dependency to beta6.
v5.0.0-beta9
- Improve KVO support. New method to use for KVO is
dynamic(keyPath:ofType:)
. KVO is now bidirectional. - Add value property to
DynamicSubject
. - Fix
NSTableView
cell deletion issues.
v5.0.0-beta8
- Introduce Observable2DArray type.
v5.0.0-beta7
- Fixes in DynamicSubject and ObservableArray.
- Additional unit tests.
v5.0.0-beta6
- Fixes macOS issues.
v5.0.0-beta5
- Swift Package Manager release.
v5.0.0-beta4
- Fix data sources index paths.