All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
π Version 0.1.2 - October 27, 2025 (Full Changelog)
- Upgrade
swift-syntaxto 602.0.0 (#77)
π Version 0.1.1 - June 24, 2025 (Full Changelog)
- 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)
- Remove author from file headers (#67)
- Update SwiftFormat minimum version and output version in CI (#72)
- Update SwiftSyntax dependency URL (#73)
- 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)
π Version 0.1.0 - April 21, 2025 (Full Changelog)
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
SwiftSyntaxtypes - Powerful, convenient extensions that reduce boilerplate when parsing Swift syntax trees
- A well-tested foundation on which to build Swift tooling