v0.10.0
版本发布时间: 2020-07-09 10:04:31
vinivendra/Gryphon最新发布版本:v0.19(2022-06-26 11:00:08)
Enhancements
- Support static variables in extensions (#74).
- Raise warnings when unsupported initializers are found in structs (#70).
- Support
let _ = <expression>
(#69).
Bugfixes
- Support single-expression functions (#75) and getters (#80), both by @sgade.
- Avoid translating
description
astoString()
when we know the type doesn't conform toCustomStringConvertible
(#71). - Fix labeled returns on closures when they refer to functions with named arguments (#67).
For the future
- Lots of work on supporting SourceKit and SwiftSyntax, which would solve a lot of bugs and let us support Swift 5.3.