Skip to content

Releases: DeclarativeHub/Bond

6.2.3

02 Apr 14:32
Compare
Choose a tag to compare
  • Restores Swift package manager support - correctly :) Thanks @tonyarnold!

6.2.2

30 Mar 07:02
Compare
Choose a tag to compare
  • Restores Swift package manager support We're looking into it, sorry!

6.2.1

27 Mar 17:22
Compare
Choose a tag to compare
  • Add conformances to BindingExecutionContextProvider protocol.

6.2.0

26 Mar 17:40
Compare
Choose a tag to compare
  • Adds support for bindings on non-main thread or queue.

6.1.1

18 Mar 14:57
Compare
Choose a tag to compare
  • Fix Carthage submodules.

6.1.0

18 Mar 14:45
Compare
Choose a tag to compare
  • Compatibility update for ReactiveKit v3.4.
  • Inline binding implementation is moved to ReactiveKit as ReactiveKit is the framework that defines binding concept, while Bond is the framework that provides Cocoa binding extensions. This should not be a source breaking change, but you might need to add import ReactiveKit to files where inline bindings are used if you don't already have it.
  • Expose bag property on NSObject and its subclasses. If you have a custom let bag: DisposeBag you can just remove it and use the provided one.

6.0.4

21 Feb 08:43
Compare
Choose a tag to compare
  • Fix issues with automatic disposal of table and collection view bindings.

6.0.3

16 Feb 13:21
Compare
Choose a tag to compare
  • Improve NSTableView data source event application. Thanks @tonyarnold!
  • Make Diff.swift framework an explicit dependency. Might improve SourceKit stability. Thanks @tonyarnold!

6.0.2

15 Feb 12:09
Compare
Choose a tag to compare
  • Expose diff operator on signals of collections.

6.0.1

12 Feb 15:41
Compare
Choose a tag to compare
  • Fix issues where KVO observation could cause a crash.
  • Make framework extensions friendly. Thanks @iandundas!
  • Fix some warnings in Swift 3.1. Thanks @tonyarnold!