0.4.1
What's Changed
- Add support for if/switch expressions by @alex-pinkus in #354
- Switch the default ABI on
with-generated-files
by @alex-pinkus in #355 - Incorporate changes made in Helix highlight queries by @alex-pinkus in #356
- Highlight
try?
andtry!
as compound keyword+operator by @alex-pinkus in #358 - Fix error in
for await in await
by @alex-pinkus in #359 - Add explicit support for willSet/didSet blocks by @alex-pinkus in #363
- Allow assignment to be split over multiple lines by @alex-pinkus in #365
- Bring back support for optional types in constructors by @alex-pinkus in #366
- Add borrowing and consuming as keywords by @alex-pinkus in #367
- Highlight
Self
anddefer
appropriately by @alex-pinkus in #368 - Create tags pointing at with-generated-files commits by @alex-pinkus in #369
Full Changelog: 0.4.0...0.4.1