Skip to content

Releases: sdidla/Hatch

510.0.0

08 Mar 11:42
Compare
Choose a tag to compare

Updated to use swift-syntax 510.0.0 (Swift 5.10).

To use this release, add the following dependency to your Package.swift:

.package(url: "https://github.com/apple/swift-syntax", from: "510.0.0")

509.0.2

19 Dec 16:26
6832e9e
Compare
Choose a tag to compare

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

19 Oct 13:59
Compare
Choose a tag to compare

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")

508.0.0

07 Apr 19:22
Compare
Choose a tag to compare

This release is compatible with Swift 5.8.

0.50700.1

03 Apr 14:18
Compare
Choose a tag to compare

This release is compatible with Swift 5.7 and Swift 5.6.