Skip to content

Version 0.1.0

Latest
Compare
Choose a tag to compare
@graycampbell graycampbell released this 21 Apr 20:53
· 8 commits to main since this release
2e770bf

🚀 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