Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.76 KB

File metadata and controls

44 lines (30 loc) · 1.76 KB

1.4

  • Updated the Signal.flatMapLatest() transformation to allow more flexible mixing of signal types between self and the signal returned from transform.
  • Added Signal.toogle() method for read-write boolean signals.
  • Added didWrite() transformations to read-write signals.
  • Added UIControl valueChanged that will signal with the latest value when the control event .valueChanged is signaled.

1.3.1

  • Bugfix: Updated Future.abort(forFutures:) to more correctly handle repetition.

1.3

  • Added versions of bindTo() that can bind a non optional to an optional value.
  • Added enable() to Enablable similar as disable().
  • Added more defaulted parameters to Scheduler.init for dispatch queues.
  • Fixes a crash on Swift 4.2 when immediately (on the same line) modifying a ReadWriteSignal's value.
  • Added Scheduler perform helper.
  • Added signal withLatestFrom transformation.

1.2.1

  • Conditionally conform Either to Hashable when Left and Right conforms to Hashable.
  • Conforms UISlider to SignalProvider.

1.2

  • Added NSManagedObjectContext.scheduler property for scheduling work on managed object contexts when CoreData is available.

1.1

  • Added DisposeBag.hold() convenience method for holding a reference to an object.
  • Added UITextField delegates for shouldEndEditing and shouldReturnl
  • Added UITextField.isEditingSignal signal.
  • Added UIView.install() for installing gesture recognizers.
  • Added UIView signals for displaying editing menu for copy, cut and paste.
  • Added orientationSignal that will signal on orientation changes.
  • Added UIRefreshControl animate() and refersh() helpers.
  • Added disableActiveEventListeners() helper

1.0

This is the first public release of the Flow library.