wwt / SwiftCurrent

A library for managing complex workflows in Swift

Home Page:https://wwt.github.io/SwiftCurrent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nickkaczmarek opened this issue · comments

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

  • I agree to follow this project's Code of Conduct

Not sure why this didn't auto close.