Releases: paul1893/SwiftSomeAnyMigrator
Releases · paul1893/SwiftSomeAnyMigrator
1.0.0-beta.3
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
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
Note
First release of the command line tool
What's Changed
None