Skip to content

Releases: wwt/SwiftCurrent

Release 5.1.2

02 Apr 20:04
Compare
Choose a tag to compare
  • no changes

Release 5.1.1

01 Apr 18:55
Compare
Choose a tag to compare

🚀 Features

  • #150 - Launching a Workflow using an AnyWorkflow
  • #155 - Adds Metadata describer
  • #161 - Data drive json consumption
  • #163 - Data driven json launch persistence styles
  • #170 - Enabling the ability to handle default arguments in the json spec
  • #186 - SwiftCurrent Intermediate Representation Generator
  • #196 - Adds flow persistence decoding
  • #193 - Adds the ability to drive workflows from data

📝 Documentation

  • #155 - Adds Metadata describer
  • #161 - Data drive json consumption
  • #163 - Data driven json launch persistence styles

❓ Uncategorized

  • #195 - Add presentation type decoding
  • #199 - Adds ability to codegen a type registry to the CLI

Release 5.0.3

31 Mar 16:28
Compare
Choose a tag to compare

📝 Documentation

  • #197 - Update URL Checker & Remove README Video

Release 5.0.2

28 Mar 15:59
Compare
Choose a tag to compare

❓ Uncategorized

  • #194 - Adding codecov badge to list of excluded patterns.

Release 5.0.1

21 Mar 16:03
Compare
Choose a tag to compare

🚀 Features

  • #179 - Replaces WorkflowLauncher and thenProceed(with:) with a new WorkflowView API, as discussed in #61

Release 4.5.24

18 Mar 16:35
Compare
Choose a tag to compare

❓ Uncategorized

  • #192 - Implementing a way for URL Checker action to glob urls we need to check

Release 4.5.23

14 Mar 18:49
Compare
Choose a tag to compare

🐞 Fixes

  • #190 - Fixes an issue where holding self weakly is causing a memory leak when calling workflow.abandon

Release 4.5.22

08 Mar 22:00
Compare
Choose a tag to compare

📝 Documentation

  • #191 - Adds a section to the Contributing guidelines covering how to install SwiftLint.

Release 4.5.21

03 Mar 19:15
Compare
Choose a tag to compare

📝 Documentation

  • #185 - The docs were using thenPresent but they should be using thenProceed

Release 4.5.20

23 Feb 18:04
Compare
Choose a tag to compare

🚀 Features

  • #171 - Refactored SwiftUI tests to use async/await APIs