Skip to content

Releases: SwiftRex/TestingExtensions

1.0.0: Modernize snapshots

04 Nov 16:43
342795c

Choose a tag to compare

  • 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

28 Sep 10:01
6dd44bd

Choose a tag to compare

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

02 Apr 19:17

Choose a tag to compare

Update SwiftRex to 0.8.12

SwiftRex 0.8.9, no more testable import

21 Dec 15:27

Choose a tag to compare

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)

19 Dec 12:06
93b77bf

Choose a tag to compare

Update SwiftRex and use Middleware IO

Update SwiftRex and use Middleware IO

30 Nov 15:11
1fd043f

Choose a tag to compare

Merge pull request #9 from SwiftRex/MiddlewareIO

Update SwiftRex to use Middleware IO

CocoaPods support

27 Jul 08:36

Choose a tag to compare

CocoaPods support (added by @DJBen).

Allow image precision on snapshots

16 Jul 10:16
016b378

Choose a tag to compare

v0.2.7

Offer precision as a parameter

Import SwiftRex without testable

12 Jun 11:36

Choose a tag to compare

v0.2.6

Import SwiftRex without testable

Better diagnostics for functional tests

27 May 14:41
d097b8a

Choose a tag to compare

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.