Releases: sdidla/Hatch
Releases · sdidla/Hatch
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")