Skip to content

Latest commit

Β 

History

History
55 lines (34 loc) Β· 2.95 KB

File metadata and controls

55 lines (34 loc) Β· 2.95 KB

Changelog

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)

πŸ“ Documentation

  • Update changelog formatting (#75)
  • Update changelog headers (#76)

πŸ“¦ Dependencies

  • Upgrade swift-syntax to 602.0.0 (#77)

πŸš€ Version 0.1.1 - June 24, 2025 (Full Changelog)

πŸ“ 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)

πŸš€ Version 0.1.0 - April 21, 2025 (Full Changelog)

πŸŽ‰ 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