Releases: fetch-rewards/SwiftSyntaxSugar
Releases · fetch-rewards/SwiftSyntaxSugar
Version 0.1.1
📝 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
Version 0.1.0
🎉 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