Skip to content

Releases: fetch-rewards/SwiftSyntaxSugar

Version 0.1.1

24 Jun 20:20
0ba7400
Compare
Choose a tag to compare

📝 Documentation

  • Add dependencies label to docs and PR Labels workflow (#64)
  • Add Swift version and platform badges to README (#65)
  • Update changelog (#69)
  • Fix spelling mistake (#68)
  • Add more issue templates (#70)

🎨 Formatting

  • Remove author from file headers (#67)

📦 Dependencies

  • Update SwiftFormat minimum version and output version in CI (#72)
  • Update SwiftSyntax dependency URL (#73)

🛠️ CI/CD

  • Add dependencies label to docs and PR Labels workflow (#64)
  • Update validate-pr-title script (#66)
  • Add CODEOWNERS (#71)
  • Update SwiftFormat minimum version and output version in CI (#72)

Full Changelog

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