Skip to content

Releases: tahirmt/Nimble-SnapshotTesting

v4.4.0

16 Apr 03:05
ec3b63b
Compare
Choose a tag to compare

Now all the methods are annotated with @MainActor so if you try to use it in an async test it will force you to use AsyncSpec but it will ensure the tests don't crash since SnapshotTesting does not support running snapshot tests from async methods.

What's Changed

Full Changelog: v4.3.2...v4.4.0

v4.3.2

26 Feb 16:49
9c57495
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.3.2

v4.3.1

25 Feb 21:03
974d70f
Compare
Choose a tag to compare

What's Changed

  • Update readme with swift package index badges by @tahirmt in #17
  • Reuse count for repeated tests by @tahirmt in #18

Full Changelog: v4.3.0...v4.3.1

v4.3.0

21 Feb 15:24
0304c21
Compare
Choose a tag to compare

What's Changed

Update the swift tools version to 5.9

Full Changelog: v4.2.2...v4.3.0

v4.2.2

21 Feb 15:01
422df7b
Compare
Choose a tag to compare

What's Changed

  • added missing parameter to verifySnapshot call by @proth in #15

New Contributors

  • @proth made their first contribution in #15

Full Changelog: v4.2.1...v4.2.2

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