This release brings SnapshotTesting up to date with Swift 5!
What's changed?
- Swift 5 support!
- The
SnapshotTestCase
subclass is no longer needed on Linux and has been deprecated as a type alias to XCTestCase
. The type alias will be removed in a future version (#200).
- The
dump
strategy has been optimized (#195).