wwt / SwiftCurrent

A library for managing complex workflows in Swift
https://wwt.github.io/SwiftCurrent/
Apache License 2.0
307 stars 19 forks source link

[Bug]: Documentation is showing deprecated versions of the api #184

Closed nickkaczmarek closed 2 years ago

nickkaczmarek commented 2 years ago

What happened?

I am reading through the UIKit docs and noticed that they are showing deprecated methods like thenPresent

Version

SwiftCurrent 4.5.20

Relevant code sample

let workflow = Workflow(FirstViewController.self) // SwiftCurrent
                    .thenPresent(SecondViewController.self) // SwiftCurrent

Relevant log output

No response

Code of Conduct

nickkaczmarek commented 2 years ago

Not sure why this didn't auto close.