Skip to content

Releases: krogerco/Gauntlet-iOS

v2.2.0

16 Apr 17:26
028896a

Choose a tag to compare

What's Changed

  • Small change to add Sendable conformance by @dave-kr in #23

Full Changelog: v2.1.1...v2.2.0

v2.1.1

14 Dec 19:44

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

27 Nov 19:27

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

05 May 21:14

Choose a tag to compare

The 2.0.0 release of Gauntlet introduces an new functional API. This is a ground up rethink and rewrite of Gauntlet with the following goals:

  • Make Gauntlet assertions easier to write and test to decrease the burden of writing new assertions.
  • Make Gauntlet more modular and interoperable so that assertion logic can be easily used in many different contexts.
  • Create a much more extensible API that allows users to easily add custom assertion logic for their own types that seamlessly fit in with the existing APIs.

Check out the documentation to learn more about these new APIs and how to use them.

To maintain compatibility with the 1.x versions of Gauntlet a new target has been added which contains the old APIs: GauntletLegacy. Check the migration guide for details on updating your project so all your existing tests continue to work.

2.0.0 Beta 1

03 Apr 21:43

Choose a tag to compare

2.0.0 Beta 1 Pre-release
Pre-release

This is a beta release of the 2.0.0 Gauntlet release featuring an a new extensible functional API.

  • The existing XCTAssert based API has been moved to a new module: GauntletLegacy. You'll need to update existing imports to use this target when updating.
  • The new functional API is found in the Gauntlet module. Check out the README and DocC docs to learn about the new API.

v1.1.0

28 Oct 22:00
4a4fe12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0: Merge pull request #1 from krogerco/initial-checkin

28 Jun 16:28
f63fc76

Choose a tag to compare