Releases: ashfurrow/Nimble-Snapshots
Releases · ashfurrow/Nimble-Snapshots
6.4.0
- Migrate from FBSnapshotTestCase to iOSSnapshotTestCase - @freak4pc
- Update the
README
to use the new iOSSnapshotTestCase - @Vkt0r - Update the
Cartfile
to use the latest version of the iOSSnapshotTestCase - @Vkt0r - Fixed bug in the iOS9+ first-pass-layout-workaround to check both height and width (was a typo) #145 - @davertay
6.3.0
- Xcode 9 / Swift 4 support - @danielsaidi
6.2.2
6.2.1
- Fixes Carthage install dependency mismatch – @NachoSoto
Otherwise identical to 6.2.0.
6.2.0
- Makes DynamicType tests to work with
adjustsFontForContentSizeCategory
property
and with views that usestraitCollectionDidChange:
. - @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
6.0.0
- Don't import Quick directly.
This means you should add Quick to your Podfile if you want to use it. - @marcelofabri
5.1.0
- Removes OCMock dependency for DynamicType subspec - @marcelofabri
- Include all subspecs by default, allowing usage with Carthage - @marcelofabri
5.0.1
5.0.0
- 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
toPredicate
in favor ofNimble 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 publicsetReferenceImagesDirectory
function - @ashfurrow