Skip to content

Releases: tahirmt/Nimble-SnapshotTesting

v4.2.1

15 Oct 16:19
38ab423
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

12 Oct 02:37
bcf85c6
Compare
Choose a tag to compare

What's Changed

  • Make record option optional to support environment variable by @tahirmt in #13

Now you can use SNAPSHOT_TESTING_RECORD environment variable to configure the snapshotting behavior. e.g SNAPSHOT_TESTING_RECORD=failed will generate new snapshot upon failure. See more https://github.com/pointfreeco/swift-snapshot-testing/releases/tag/1.17.0

Full Changelog: v4.1.0...v4.2.0

v4.1.0

15 Sep 03:22
29b2e8d
Compare
Choose a tag to compare

What's Changed

  • Update to latest snapshot testing version by @tahirmt in #12

Full Changelog: v4.0.4...v4.1.0

v4.0.3

17 Nov 19:59
edf6dd5
Compare
Choose a tag to compare

What's Changed

  • Add watchOS 6 to the platforms by @tahirmt in #8

Full Changelog: v4.0.2...v4.0.3

v4.0.1

10 Oct 18:29
v4.0.1
528b74a
Compare
Choose a tag to compare

This release is a compatibility release for Nimble 13 https://github.com/Quick/Nimble/releases/tag/v13.0.0

Renames Predicate to Matcher for Xcode 15 compatibility

Full Changelog: v3.0.0...v4.0.1

v4.0.0-rc1

06 Oct 19:22
v4.0.0-rc1
8bf0ac6
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

Nimble 13 compatibility update corresponding to the tag https://github.com/Quick/Nimble/releases/tag/v13.0.0-rc.1

Full Changelog: v3.0.0...v4.0.0-rc1

v3.0.0

21 Jun 01:45
v3.0.0
58cccd8
Compare
Choose a tag to compare

What's Changed

  • Update Quick to 7.0, Nimble to 12.0 by @rayray in #6

New Contributors

  • @rayray made their first contribution in #6

Full Changelog: v2.0.1...v3.0.0

v2.0.1

15 Nov 21:52
v2.0.1
663edc7
Compare
Choose a tag to compare

Fixes Packagefile.swift dependency on Nimble

v2.0.0

15 Nov 16:20
v2.0.0
7c72320
Compare
Choose a tag to compare
  • Update dependency from Quick 5 to Quick 6.0
  • Update Nimble from 10 to 11
  • Update minimum deployment target to 13
  • Add async method for toEventually

v1.10.1

14 Nov 17:00
aae77f8
Compare
Choose a tag to compare

What's Changed

  • Bump deployment target to 13.0 by @tahirmt in #5

This version was reverted due to the breaking changes

Full Changelog: v1.10.0...v1.10.1