Skip to content

Releases: DeclarativeHub/Bond

6.10.1

13 Oct 07:57
Compare
Choose a tag to compare
  • Update dependencies

6.10.0

18 Sep 16:32
Compare
Choose a tag to compare

6.9.0

16 Sep 18:34
Compare
Choose a tag to compare
  • Gesture recognizers for AppKit.

6.8.3

08 May 10:08
Compare
Choose a tag to compare
  • Disable code coverage in Release.

6.8.2

04 May 21:24
Compare
Choose a tag to compare
  • Fix macOS deployment target.

6.8.1

02 May 17:55
Compare
Choose a tag to compare
  • Property handle nil ObjC object instances in protocol proxies.

6.8.0

14 Apr 09:08
Compare
Choose a tag to compare
  • 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

14 Apr 08:45
Compare
Choose a tag to compare
  • Allow subclassing table/collection view binders without providing a createCell closure in the constructor.

6.7.0

25 Mar 13:24
Compare
Choose a tag to compare
  • Clean up table and collection view bindings APIs.
  • TableViewBond protocol is now deprecated in favour of TableViewBinder class. Check out the updated documentation on table and collection view bindings.
  • Add UISearchBar text extension. Thanks @harryblam and @dantheli!

6.6.1

03 Mar 11:47
Compare
Choose a tag to compare
  • Replace ReferenceWritableKeyPath with KeyPath in observe method. Thanks @tonyarnold!
  • Fixed UICollectionView issues when performing partial updates while view is not yet displayed. Thanks @killev!