NOTE: Download tree-sitter-swift.tar.gz for the complete source code.
What's Changed
- Fix pypi publishing workflow by @alex-pinkus in #571
- Fix github release workflow by @alex-pinkus in #572
- Add consume and discard operators -- SE-0366, SE-0390 by @danfaer in #575
- Add do throws(E) do-catch syntax -- SE-0413 by @danfaer in #577
- Fix parsing of double-optional types (Type??) in lambda parameters by @danfaer in #578
- Support parenthesized nonisolated modifier: nonisolated(unsafe) / nonisolated(nonsending) by @danfaer in #582
- Support bracket-qualified nested type access (Type<[T].Index>) by @danfaer in #584
- Allow #if/#elseif/#else/#endif directives inside type bodies by @danfaer in #583
Full Changelog: 0.7.2...0.7.3