Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #155 from facebook/nscoding/2.1.0
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
nscoding committed Mar 28, 2016
2 parents 2c84043 + 1639f69 commit 8e2acac
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## 2.1.0

- 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)

## 2.0.7

- Change FBSnapshotTestController from private to public (#129)
Expand Down
2 changes: 1 addition & 1 deletion FBSnapshotTestCase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FBSnapshotTestCase"
s.version = "2.0.7"
s.version = "2.1.0"
s.summary = "Snapshot view unit tests for iOS"
s.description = <<-DESC
A "snapshot test case" takes a configured UIView or CALayer
Expand Down
12 changes: 6 additions & 6 deletions FBSnapshotTestCaseDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- FBSnapshotTestCase (2.0.7):
- FBSnapshotTestCase/SwiftSupport (= 2.0.7)
- FBSnapshotTestCase/Core (2.0.7)
- FBSnapshotTestCase/SwiftSupport (2.0.7):
- FBSnapshotTestCase (2.1.0):
- FBSnapshotTestCase/SwiftSupport (= 2.1.0)
- FBSnapshotTestCase/Core (2.1.0)
- FBSnapshotTestCase/SwiftSupport (2.1.0):
- FBSnapshotTestCase/Core

DEPENDENCIES:
- FBSnapshotTestCase (from `..`)

EXTERNAL SOURCES:
FBSnapshotTestCase:
:path: ..
:path: ".."

SPEC CHECKSUMS:
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
FBSnapshotTestCase: 366ecd378511d7716c79991cd8067d1eed23578d

COCOAPODS: 0.39.0

0 comments on commit 8e2acac

Please sign in to comment.