Releases: uber/ios-snapshot-test-case
Releases · uber/ios-snapshot-test-case
8.0.0
- We fixed all the file path issues and renamed the targets from FBSnapshotTestCase to iOSSnapshotTestCase. There were a lot of confusing old legacy decisions lingering in the repo and it didn't make sense to keep using confusing naming or directory structures. If you use SPM you will have to use 'import iOSSnapshotTestCase'. Cocoapods and Carthage will continue to use 'import FBSnapshotTestCase'.
- Xcode 13 and iOS 15 support.
- Bazel support.
7.0.0
6.2.0
6.1.0
- Added support for Xcode 9 attachments. (#86)
- Updated the default suffixes to only contain the currently targetted architecture. (#87)
- Use UIGraphicsImageRenderer to generate the image for a UIView instead of a custom graphics context (#95)
- Use the main screen instead of the key window to calculate the correct size in tests that do not have a host application. (#79)
- Display the correct error message when tests are run in record mode. (#65)
- Updated for Xcode 10.2.1 and Swift 5.0.1.