Releases: krogerco/Gauntlet-iOS
Releases · krogerco/Gauntlet-iOS
v2.2.0
v2.1.1
What's Changed
- Mark Assert(failure:) as having a discardableResult. by @davidbarry-kr in #22
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Update docs to categorize all operators. by @davidbarry-kr in #20
- Add
containsoperator for collections by @davidbarry-kr in #21
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
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
Gauntletmodule. Check out the README and DocC docs to learn about the new API.
v1.1.0
What's Changed
- Extend Concurrency API support by @EmilioOjeda in #2
- Release 1.1.0 by @davidbarry-kr in #3
New Contributors
- @EmilioOjeda made their first contribution in #2
- @davidbarry-kr made their first contribution in #3
Full Changelog: v1.0.0...v1.1.0
v1.0.0: Merge pull request #1 from krogerco/initial-checkin
Initial open source release.