Flow v1.1 Release Notes

Release Date: 2016-06-06 // almost 8 years ago
  • 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().
    • 0️⃣ Flow now contains default implementations for both methods in the FlowOperationQueueObserver protocol, meaning that they are both optional to implement - reducing boilerplate.