Skip to content

Releases: fetch-rewards/SwiftSyntaxSugar

Version 0.1.0

21 Apr 20:53
2e770bf
Compare
Choose a tag to compare

🚀 Initial Release

This is the first public release of SwiftSyntaxSugar, a library that extends and simplifies interaction with SwiftSyntax, reducing boilerplate and improving ergonomics for developers building Swift tooling.

This initial release includes:

  • Expressive syntax that improves the ergonomics of working with SwiftSyntax types
  • Powerful, convenient extensions that reduce boilerplate when parsing Swift syntax trees
  • A well-tested foundation on which to build Swift tooling

Full Changelog