Skip to content

Releases: iZettle/Flow

Flow 1.4.2

05 Dec 15:02
4ecbb82
Compare
Choose a tag to compare
  • Fixed a bug with some of Future's repeat methods where the delay delayBetweenRepetitions was added after the last repetition as well.
  • Fixed bug where the predicate passed to onResultRepeat was not always scheduled correctly.

Flow 1.4.1

09 Nov 11:44
eef3154
Compare
Choose a tag to compare
  • Fixes a problem where onErrorRepeat would not respect the specified delay interval.
  • Fixed issues with tvOS support.
  • Updates some transforms such as toVoid() to schedule on .none instead of .current so these transforms won't cause a re-schedule.

Flow 1.4.0

16 Oct 08:22
92c8649
Compare
Choose a tag to compare
  • 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.

Flow 1.3.1

12 Oct 08:21
dccba86
Compare
Choose a tag to compare
  • Bug-fix: Updated Future.abort(forFutures:) to more correctly handle repetition.

Flow 1.3.0

02 Oct 08:05
8246f11
Compare
Choose a tag to compare
  • 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.

Flow 1.2.1

31 Aug 13:05
3643536
Compare
Choose a tag to compare
  • Conditionally conform Either to Hashable when Left and Right conforms to Hashable.
  • Conforms UISlider to SignalProvider.

Flow 1.2.0

29 Jun 07:48
c1379a9
Compare
Choose a tag to compare
  • Added NSManagedObjectContext.scheduler property for scheduling work on managed object contexts when CoreData is available.

Flow 1.1.0

17 Apr 13:12
ac88a3e
Compare
Choose a tag to compare
  • 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