Releases: ashfurrow/Nimble-Snapshots
Releases · ashfurrow/Nimble-Snapshots
7.0.0
- Breaking change: filenames generated by the underlying library are different (specifically spaces-vs-underscores). You will likely need to regenerate your snapshots when upgrading to 7.0.0.
- Update ios-snapshot-test-case to 6.0.0 - @karpelcev
- Dropped support for iOS 8 and 9 - @karpelcev
6.9.1
6.9.0
- Save the failed tests directory in the CircleCI artifacts - @Vkt0r
- Run second_curtain in the pipeline of
xcodebuild
- @Vkt0r - Xcode 10 Support (Swift 4 & Swift 4.2). @freak4pc
- Add second_curtain to the project - @Vkt0r
- Set image diff directory from environment variable if present - @flobories
6.8.1
- Fix failed snapshots not being saved - @marcelofabri