0.3.2
What's Changed
- Treat foo() { } as one call, not two by @alex-pinkus in #211
- Allow complex types in more places by @alex-pinkus in #212
- Allow pattern initializers without initialization expressions by @alex-pinkus in #212
- Differentiate between implicit and explicit semicolons by @alex-pinkus in #213
- Disallow
lazy
as a local variable modifier by @alex-pinkus in #214 - Allow a slash right before a string escape by @alex-pinkus in #215
- Allow actor to be used as an identifier by @alex-pinkus in #216
- Add support for very old Swift constructs by @alex-pinkus in #217
Full Changelog: 0.3.1...0.3.2