Skip to content

Tags: jwfriese/Quick

Tags

v0.8.1

Toggle v0.8.1's commit message
Quick v0.8.1

================

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jeffh Jeff Hui
Quick v0.8.0

================

This release supports Xcode 7.1 with better tvOS support.

Changes:

- tvOS is a separate build target instead of iOS
- updated import headers to be relative from module-based imports

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jeffh Jeff Hui
Quick v0.7.0

================

- Xcode 7.0 support

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jeffh Jeff Hui
v0.6.0

======

v0.6.0 targets Xcode 6 beta 6 / Swift 2.0

Changes in this release:

- Quick works for Xcode 7 beta 6
- Converts line numbers from `Int` to `UInt`

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jeffh Jeff Hui
Quick v0.5.1

============

v0.5.1 Targets Xcode 7 beta 4 / Swift 2.0

Changes in this release:

 - Quick works for Xcode 7 beta 4
 - Fix support for XCTest* macros
 - Add support for Objective-C++ projects
 - Test methods are uniqued by file + line to fix bug where XCTest would only run one test if multiple examples produced the same example name.
   This is not intended as the final test naming structure and will probably change in future versions.

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jeffh Jeff Hui
Quick v0.5.0

============

Changes in this release:

 - Quick works for Xcode 7 beta 3 by being built without BITCODE compilation to support linking against XCTest
 - Add beforeEachWithMetadata() for Objective-C
 - Add afterEachWithMetadata() for Objective-C
 - World class is now internal
 - Minimum deployment target for OS X is 10.9
 - Add Quick Configuration Template

v0.4.0

Toggle v0.4.0's commit message
v0.4.0

Changes:

- Backwards incompatible changes for Swift 2.0.
- XCTestObservationCenter is now a public XCTest API, although it
  doesn't expose "suspend observation". Quick tests now use the public
  APIs where applicable.
- Added Nimble to Quick Focused OSX Test Target in order to fix a CI
  failure.

Removed:

- Removed Failure.swift, which was no longer being used within the framework
  (probably) as of 6a68691, and was not a class that Quick consumers should
  have been relying upon.

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jeffh Jeff Hui
Changes in v0.3.1

Set minimum deployment target to iOS 7.

Note: this release targets Swift 1.2 (Xcode 6.3).

v0.2.3

Toggle v0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jeffh Jeff Hui
v0.2.3

======

Changes:

- Changed minimum deployment target to iOS 7

v0.3.0

Toggle v0.3.0's commit message
v0.3.0

This release introduces backwards-incompatible changes to support Swift
1.2. In addition:

- Installation instructions for Carthage and CocoaPods have been
  updated.
- World+DSL no longer has an implicit dependency upon Foundation.
- Functional tests for Quick itself have been improved.