Releases: sdidla/Hatch
602.0.0
601.0.1
Updated to use swift-syntax 601.0.1 (Swift 6.1).
To use this release, add the following dependency to your Package.swift:
.package(url: "https://github.com/sdidla/Hatch.git", from: "600.0.1")Full Changelog: 600.0.0...601.0.1
600.0.0
Updated to use swift-syntax 600.0.0 (Swift 6.0).
To use this release, add the following dependency to your Package.swift:
.package(url: "https://github.com/sdidla/Hatch.git", from: "600.0.0")Full Changelog: 510.0.0...600.0.0
510.0.0
509.0.2
Uses swift-syntax 509.0.2 and adds support for https://swiftpackageindex.com documentation auto-generation.
To use this version add the following dependency to your Package.swift:
.package(url: "https://github.com/sdidla/Hatch.git", from: "509.0.2")509.0.0
This is the 509.0.0 release of Hatch, that aligns with Swift 5.9.
With this release, HatchParser and HatchBuilder have been unified into a single library called Hatch. Previously, HatchBuilder provided only a simple result builder to help with string concatenation called StringBuilder which is now part of Hatch.
To use this version add the following dependency to your Package.swift:
.package(url: "https://github.com/sdidla/Hatch.git", from: "509.0.0")