Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org).

## 📦 [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))

### 🚀 Initial Release

This is the first public release of `SwiftSyntaxSugar`, a library that extends and simplifies interaction with [`SwiftSyntax`](https://github.com/swiftlang/swift-syntax),
aiming to reduce boilerplate and improve 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