Skip to content

Releases: square/workflow-swift

v1.0.0-beta.2

30 Mar 02:17
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

2021_03-29

  • Updated documentation.
  • AnyWorkflowConvertible helper to ignore output (#90)
  • Fixes an issue with handling Queued Events (#94)
  • [RenderTester] Support assertions which throw (#92)

v1.0.0-beta.1

12 Sep 00:13
f2017d9
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • Add convenience onOutput transformer for AnyWorkflow (#59)
  • Remove the APIs that were deprecated in the Workflow 1.0.0 alpha (#62, #63, #64, #65, #66). See the migration guide for more info.

v1.0.0-alpha.5

26 Aug 21:31
2d6006a
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release
  • Fix RenderTester assert(action:) (#57)
  • Introduce 'makeOutputSink' convenience on 'RenderContext' (#55)

v1.0.0-alpha.2

11 Jul 00:45
a713f2f
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • Mark asWorker API as unavailable. (#40)
  • Fixed a bug in WorkflowTesting, it now catches when multiple Workflows of the same type + key are used in a render call. (#39)