Bindings Versions Save

Unidirectional binding operators for Combine

0.2.0

3 years ago

Changed:

  • The default value of the Subscriptions associated type is now Set<AnyCancellable>.
  • The default implementation of BindingOwner.subscriptions now uses the coroutine accessors _read and _modify where possible instead of a simple get/set.

0.1.2

4 years ago

Added:

  • UITextField.reactive.text and attributedText
  • UIControl.reactive.isEnabled
  • UISwitch.reactive.isOn
  • UIView.reactive.isHidden

0.1.1

4 years ago

Added:

  • UILabel.reactive.text
  • UITextField.reactive.placeholder
  • UITextField.reactive.attributedPlaceholder
  • You can now bind a non-optional producer of T to a BindingSubscriber that accepts T?

0.1.0

4 years ago

The first release of Bindings!