Skip to content

0.1.0

Compare
Choose a tag to compare
@goergisn goergisn released this 15 Oct 14:26
· 40 commits to main since this release
90c6b9b

Summary

Instead of a sdk-dump we are now using .swiftinterface files to create a diff.
These files automatically get created when archiving a swift project/package with library evolution enabled.

You can either provide 2 versions of your project/package public-api-diff project --new ... --old ... or your already generated .swiftinterface files for both versions you want to compare public-api-diff swift-interface --new ... --old ...

Also see: README.md

What's Changed

  • .swiftinterface file support by @goergisn in #21
  • Individual swiftinterface providing by @goergisn in #30
  • Update dependency apple/swift-docc-plugin to from: "1.4.3" by @renovate in #32
  • Update dependency swiftlang/swift-syntax to from: "600.0.1" - autoclosed by @renovate in #31

Full Changelog: 0.0.2...0.1.0