Skip to content

Releases: sdidla/Hatch

602.0.0

21 Sep 15:40

Choose a tag to compare

Updated to use swift-syntax 602.0.0 (Swift 6.2).

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

.package(url: "https://github.com/sdidla/Hatch.git", from: "602.0.0")

Full Changelog: 601.0.1...602.0.0

601.0.1

08 Jul 18:11
e3e0d1c

Choose a tag to compare

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

04 Dec 10:02

Choose a tag to compare

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

08 Mar 11:42

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/sdidla/Hatch.git", from: "510.0.0")

509.0.2

19 Dec 16:26
6832e9e

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

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

Choose a tag to compare

This release is compatible with Swift 5.8.

0.50700.1

03 Apr 14:18

Choose a tag to compare

This release is compatible with Swift 5.7 and Swift 5.6.