Skip to content

Releases: ashfurrow/Nimble-Snapshots

6.2.2

28 Jul 16:23
4cc0cc8
Compare
Choose a tag to compare
  • Adds Carthage support for tvOS - @tsabend

6.2.1

03 Jul 20:56
f5f649b
Compare
Choose a tag to compare
  • Fixes Carthage install dependency mismatch – @NachoSoto

Otherwise identical to 6.2.0.

6.2.0

01 Jul 17:34
Compare
Choose a tag to compare
  • Makes DynamicType tests to work with adjustsFontForContentSizeCategory property
    and with views that uses traitCollectionDidChange:. - @marcelofabri
  • Trigger a view to be loaded prior to first traitCollectionDidChange
    call when doing dynamic type testing of a view controller - @yas375

6.1.0

16 Jun 18:20
bad1a61
Compare
Choose a tag to compare
  • tvOS support for CocoaPods added. - @fousa
    Note: Identical to 6.0.0 except it adds tvOS support for CocoaPods users.

6.0.0

26 May 16:00
7feecd2
Compare
Choose a tag to compare
  • Don't import Quick directly.
    This means you should add Quick to your Podfile if you want to use it. - @marcelofabri

5.1.0

26 May 01:00
bc2e6d8
Compare
Choose a tag to compare
  • Removes OCMock dependency for DynamicType subspec - @marcelofabri
  • Include all subspecs by default, allowing usage with Carthage - @marcelofabri

5.0.1

15 May 20:11
b0c604d
Compare
Choose a tag to compare
  • Fixes Carthage installs of 5.0.0.

5.0.0

13 May 14:36
Compare
Choose a tag to compare
  • Update the Cartfile to use always the latest stable release of Nimble and Quick.
  • Fix issue with the installation using Carthage.
  • Changed use of deprecated MatcherFunc to Predicate in favor of Nimble v7.0.0.
  • Drops support for Swift 2.3 - @marcelofabri
  • Adds device agnostic support for testing dynamic sizes - @fsaragoca
  • Makes it possible to use it without Quick - @marcelofabri
  • Support usesDrawRect when using PrettySyntax - @marcelofabri
  • Exposes FBSnapshotTest as a public class with a public setReferenceImagesDirectory function - @ashfurrow

4.4.2

14 Feb 11:23
Compare
Choose a tag to compare

4.4.1

02 Jan 14:32
Compare
Choose a tag to compare
  • Adds support for Carthage (Swift 2.3)