Releases: pointfreeco/swift-snapshot-testing
Releases · pointfreeco/swift-snapshot-testing
1.2.0
What's new?
- Small updates to failure messages #153
- Renamed generics in
pullback
#154 - Support asserting against multiple strategies at once #150
- Make XCTAttachment's initializers public #159
- Create a typealias for SnapshotTestCase when not on Linux #169
- Specify custom snapshot directory #170
- Extract image diffing strategies. #172
1.1.0
What's new?
- Updated UIView and UIViewController
recursiveDescription
strategies to support custom trait collections and configuration (#141) - Added a new UIViewController
hierarchy
snapshot strategy (#139) - Added a new
func
strategy on functions that takeCaseIterable
values (#94) - Added a new
description
strategy powered byString.init(describing:)
(#94) - Show diff when recording over previous snapshot (#147)
What's been fixed?
Official release for SnapshotTesting
Read more at the official blog post!