All Versions
31
Latest Version
Avg Release Cycle
45 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v2.1.0 Changes
- Changed FBSnapshotTestController from private to public in the xcodeproj (#135)
- Added device agnostic tests and assertions (#137)
- Fixed fb_imageForView edge cases (#138, #153)
- Changed project setting to match the code style (#139)
- Fixed propagating the correct file name and line number on Swift (#140)
- Added framework support for tvOS (#143)
- Added optional tolerance parameter on Swift (#145)
- Added images to comparison errors (#146)
- Fixed build for Xcode 7.3 (#152)
-
v2.0.7 Changes
- Change FBSnapshotTestController from private to public (#129)
-
v2.0.6 Changes
- Added modulemap and podspec fixes to build with Xcode 7.1 (#127)
-
v2.0.5 Changes
- Swift 2.0 (#111, #120) (Thanks to @pietbrauer and @grantjk)
- Fix pod spec by disabling bitcode (#115) (Thanks to @soleares)
- Fix for incorrect errors with multiple suffixes (#119) (Thanks to @Grubas7)
- Support for Model and OS in image names (#121 thanks to @esttorhe)
-
v2.0.4 Changes
- Support loading reference images from the test bundle (#104) (Thanks to @yiding)
- Fix for retina tolerance comparisons (#107)
-
v2.0.3 Changes
- New property added
usesDrawViewHierarchyInRect
to handle cases likeUIVisualEffect
(#70),UIAppearance
(#91) and Size Classes (#92) (#100)
- New property added
-
v2.0.2 Changes
- Fix for retina comparisons (#96)
-
v2.0.1 Changes
- Allow usage of Objective-C subspec only, for projects supporting iOS 7 (#93) (Thanks to @x2on)
-
v2.0.0 Changes
- Approximate comparison (#88) (Thanks to @nap-sam-dean)
- Swift support (#87) (Thanks to @pietbrauer)
-
v1.8.1 Changes
- Prevent mangling of C function names when compiled with a C++ compiler. (#79)