Releases: DeclarativeHub/Bond
Releases · DeclarativeHub/Bond
6.6.0
- KeyPath based KVO signals.
user.keyPath(\.name).bind(to: nameLabel)
- KeyPath based protocol proxy injection.
tableView.reactive.protocolProxy(for: UITableViewDelegate.self, keyPath: \.delegate)
6.5.2
- Fix unretained arguments in protocol proxies.
6.5.1
6.5.0
6.4.4
6.4.3
6.4.2
- Improve type bridging in protocol proxies. Using ObjC types, like
NSString
, is no longer necessary. You can now use Swift types, like String, in methodsignal(for:dispatch:)
. - Fixed return values too.
6.4.1
- Improve type bridging in protocol proxies. Using ObjC types, like
NSString
, is no longer necessary. You can now use Swift types, like String, in methodsignal(for:dispatch:)
.
6.4.0
- Update to Swift 4 syntax.
Warning: If you are still using Xcode 8, please do not update and stay on v6.3.x.