Skip to content

5.0.0

Compare
Choose a tag to compare
@jpsim jpsim released this 16 Feb 20:40
· 74 commits to main since this release
00c403d
Breaking
  • Swift 5.4 or later is now required to build Yams.
    JP Simard
Enhancements
  • Adding sequenceStyle and mappingStyle to Emitter.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",
)