Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@cormacrelf cormacrelf released this 03 Sep 14:54
· 3 commits to master since this release
5887cec

SwiftPM + JSON

This release changes the distribution from entirely xcframework-driven, to mostly SwiftPM.

Merged PRs:

  • #6 SwiftPM support. Now you should depend directly on this repo from your Package.swift or via Xcode. See the README for how.
  • #7 Supports constructing a CslReference programatically, and also passing pre-encoded JSON references directly to citeproc-rs.

Issues fixed

  • #4 is no longer problem because SwiftPM downloads + compiles the Swift code from scratch when you add the package.