Skip to content

Swift 5 Support

Compare
Choose a tag to compare
@stephencelis stephencelis released this 26 Mar 17:42
· 69 commits to master since this release

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).