Releases: DeclarativeHub/Bond
Releases · DeclarativeHub/Bond
6.10.1
- Update dependencies
6.10.0
6.9.0
- Gesture recognizers for AppKit.
6.8.3
- Disable code coverage in Release.
6.8.2
- Fix macOS deployment target.
6.8.1
- Property handle nil ObjC object instances in protocol proxies.
6.8.0
- Update framework to Swift 4.1 (Xcode 9.3).
Warning: Stay on v6.7.x if you are not using Swift 4.1.
6.7.1
- Allow subclassing table/collection view binders without providing a
createCell
closure in the constructor.
6.7.0
- Clean up table and collection view bindings APIs.
TableViewBond
protocol is now deprecated in favour ofTableViewBinder
class. Check out the updated documentation on table and collection view bindings.- Add UISearchBar text extension. Thanks @harryblam and @dantheli!
6.6.1
- Replace ReferenceWritableKeyPath with KeyPath in observe method. Thanks @tonyarnold!
- Fixed UICollectionView issues when performing partial updates while view is not yet displayed. Thanks @killev!