Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Releases: SwiftRex/TestingExtensions

1.0.0: Modernize snapshots

Choose a tag to compare

@melle melle released this 04 Nov 16:43
342795c
  • Drop iPhone SE 1 (breaking change!), switch default phone devices to iphone8 (4.7”) + 13proMax (6.7”)
  • adopt new SnapshotTesting API

0.2.13: Update Snapshot Testing library

Choose a tag to compare

@luizmb luizmb released this 28 Sep 10:01
6dd44bd
Merge pull request #11 from SwiftRex/update-snapshot-testing-dependency

Update to swift-snapshot-testing 1.10.0

0.2.12: Update SwiftRex to 0.8.12

Choose a tag to compare

@luizmb luizmb released this 02 Apr 19:17

Update SwiftRex to 0.8.12

SwiftRex 0.8.9, no more testable import

Choose a tag to compare

@luizmb luizmb released this 21 Dec 15:27

No more testable import SwiftRex, as in its 0.8.9 version IO.run is made public!

Update SwiftRex and use Middleware IO (+ Fix Podspec)

Choose a tag to compare

@luizmb luizmb released this 19 Dec 12:06
93b77bf

Update SwiftRex and use Middleware IO

Update SwiftRex and use Middleware IO

Choose a tag to compare

@luizmb luizmb released this 30 Nov 15:11
1fd043f
Merge pull request #9 from SwiftRex/MiddlewareIO

Update SwiftRex to use Middleware IO

CocoaPods support

Choose a tag to compare

@luizmb luizmb released this 27 Jul 08:36

CocoaPods support (added by @DJBen).

Allow image precision on snapshots

Choose a tag to compare

@marcusficner marcusficner released this 16 Jul 10:16
016b378
v0.2.7

Offer precision as a parameter

Import SwiftRex without testable

Choose a tag to compare

@luizmb luizmb released this 12 Jun 11:36
v0.2.6

Import SwiftRex without testable

Better diagnostics for functional tests

Choose a tag to compare

@luizmb luizmb released this 27 May 14:41
d097b8a

When the test fail during the state mutation expectation phase, now the diagnostics will point to that line, not to the Send or Receive step. That should help to identify the reason for the test failure.