Releases: square/workflow-swift
Releases · square/workflow-swift
v1.0.0-beta.2
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
- 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
- Fix RenderTester assert(action:) (#57)
- Introduce 'makeOutputSink' convenience on 'RenderContext' (#55)
v1.0.0-alpha.2
- 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)