All Versions
15
Latest Version
Avg Release Cycle
49 days
Latest Release
2730 days ago

Changelog History
Page 2

  • 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)
  • v1.8.0 Changes

    • The default directories for snapshots images are now ReferenceImages_32 (32bit) and ReferenceImages_64 (64bit) and the suffix depends on the architecture when the test is running. (#77)
      • If a test fails for a given suffix, it will try to load and compare all other suffixes before failing.
    • Added assertion on setRecordMode. (#76)