You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
This project adheres to [Semantic Versioning](https://semver.org).
6
+
7
+
## 📦 [Version 0.1.0](https://github.com/fetch-rewards/SwiftSyntaxSugar/releases/tag/0.1.0) - April 21, 2025 ([Full Changelog](https://github.com/fetch-rewards/SwiftSyntaxSugar/commits/0.1.0))
8
+
9
+
### 🚀 Initial Release
10
+
11
+
This is the first public release of `SwiftSyntaxSugar`, a library that extends and simplifies interaction with [`SwiftSyntax`](https://github.com/swiftlang/swift-syntax),
12
+
aiming to reduce boilerplate and improve ergonomics for developers building Swift tooling.
13
+
14
+
This initial release includes:
15
+
16
+
- Expressive syntax that improves the ergonomics of working with `SwiftSyntax` types
17
+
- Powerful, convenient extensions that reduce boilerplate when parsing Swift syntax trees
18
+
- A well-tested foundation on which to build Swift tooling
0 commit comments