5.0.0
Breaking
- Swift 5.4 or later is now required to build Yams.
JP Simard
Enhancements
- Adding
sequenceStyle
andmappingStyle
toEmitter.Options
Terence Grant
Bug Fixes
- None.
Swift Package Manager
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0")
Bazel
http_archive(
name = "com_github_jpsim_yams",
sha256 = "b31b6df500d6191368c93f605690ca9857fff7c6fd1c8897e9765fb624535c63",
strip_prefix = "Yams-5.0.0",
url = "https://github.com/jpsim/Yams/archive/refs/tags/5.0.0.tar.gz",
)