Skip to content

Releases: surpher/PactSwift

v1.2.1 - The great purge

23 Sep 00:03
v1.2.1
0746420
Compare
Choose a tag to compare

The repository's history required purging due to binary files taking over the bandwidth.

The project started before XCFrameworks were supported and before Swift Package Manager was capable of distributing binary frameworks as Swift packages. Because of this, the libpact_ffi binaries were committed into the repository for easier distribution and use at developers' side. Unfortunately that blew up the repository size and each clone of the repository and it's dependencies could download more than 3GB of data.

This is the first step into the new world of fully supporting modern Swift Concurrency in upcoming PactSwift v2.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 May 00:38
v1.2.0
d44333c
Compare
Choose a tag to compare
  • Replaces the surpher/PactSwiftMockServer dependency with surpher/PactSwiftServer to reduce the size of pulled in packages.
  • Updates project settings
  • Code formatting changes
  • Reintroduces support for Linux