Skip to content

Releases: paul1893/SwiftSomeAnyMigrator

1.0.0-beta.3

21 Feb 17:02
Compare
Choose a tag to compare

Note

Third release of the command line tool

What's Changed

  • Fix concurrent access
  • Fix use any as returnClause when func are inside a protocol

1.0.0-beta.2

19 Feb 19:14
Compare
Choose a tag to compare

Note

Second release of the command line tool

What's Changed

  • Support for:
    • Generics (ex: AnyPublisher)
    • Closures
    • Computed variable
    • Function return clause
    • Function body
  • Support for x86_64 and arm64
  • Improve detection mechanism for searching protocols

1.0.0-beta.1

19 Jan 20:49
Compare
Choose a tag to compare

Note

First release of the command line tool

What's Changed

None