Skip to content

Flow 1.1

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 06 Jun 19:58
· 18 commits to master since this release

This version of Flow makes improvements to working with collections & observing queues:

  • Multiple operations can now be added to any FlowOperationCollection (groups, queues, sequences, etc) in one go - using addOperations().
  • Flow now contains default implementations for both methods in the FlowOperationQueueObserver protocol, meaning that they are both optional to implement - reducing boilerplate.