v0.8
版本发布时间: 2020-06-18 08:14:15
vinivendra/Gryphon最新发布版本:v0.19(2022-06-26 11:00:08)
General
- Add support for Homebrew.
- Add project to the Swift Package Index
- Update calls to bash scripts in the tutorials.
- Fix the silhouette favicon for safari.
Enhancements
- Add translation for
Array.removeAll()
.
Bugfixes
- Implement structured templates for the stdlib translations, which should solve a lot of bugs (#24).
- Support types with parentheses (#49).
- Support calls to optional functions (#50).
- Support consecutive declarations in
if let
s (#54). - Add translations for numeric casts between
Int
s,Double
s andFloat
s (#53). - Other small bugfixes.