Releases: SwiftRex/TestingExtensions
Releases · SwiftRex/TestingExtensions
1.0.0: Modernize snapshots
0.2.13: Update Snapshot Testing library
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
Update SwiftRex to 0.8.12
SwiftRex 0.8.9, no more testable import
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)
Update SwiftRex and use Middleware IO
Update SwiftRex and use Middleware IO
Merge pull request #9 from SwiftRex/MiddlewareIO Update SwiftRex to use Middleware IO
CocoaPods support
CocoaPods support (added by @DJBen).
Allow image precision on snapshots
v0.2.7 Offer precision as a parameter
Import SwiftRex without testable
v0.2.6 Import SwiftRex without testable
Better diagnostics for functional tests
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.