Specta Changelog

What's new in Specta 1.0.5

Nov 11, 2015
  • Disables bitcode - [guidomb/timbodeit]
  • Fixes a warning - [flovilmart]
  • Adds tvOS to the Podspec - [orta]

New in Specta 1.0.4 (Nov 11, 2015)

  • Podspec Fix for `framework_search_paths` [wessmith]
  • makes specta compatible with xctool / xcode 7 [extrememan]

New in Specta 1.0.3 (Jul 25, 2015)

  • Fixed a retain cycle with example groups [dhardiman]

New in Specta 1.0.2 (Jun 12, 2015)

  • Added a `waitUntilTimeout` function allowing you to run a block with a specific timeout [eunikolsky]
  • Support for Xcode 7 [coverback]

New in Specta 1.0.1 (May 30, 2015)

  • Made the framework iOS7 to fix a bug in generating Carthage compatible frameworks [hyperspacemark]

New in Specta 0.5.0 (Apr 3, 2015)

  • BREAKING: Whitelist classes for inclusion in global beforeEach and afterEach hooks, instead of blacklisting for exclusion. See `SPTGlobalBeforeAfterEach` [wasnotrice]

New in Specta 0.4.0 (Mar 11, 2015)

  • Makes it easy to skip the beforeAll/afterAll functions for specific classes
  • All failures now call back on the main thread [neonacho + J-Rojas]
  • ENV var to control signing [jmoody]
  • Run Xcode command line tools with xcrun [jmoody]
  • OCMock3 compatability [paweldudek]

New in Specta 0.3.2 (Feb 11, 2015)

  • Objective-C++ support

New in Specta 0.2.1 (Nov 11, 2013)

  • Workaround for Xcode truncating console output when tests run too quickly.

New in Specta 0.1.11 (Sep 20, 2013)

  • Disable Async Testing when Specta is not compiled with Clang.
  • Fixed failWithException: not passing thru to current test case. [rhgills]
  • Fixed unused data dictionary crashing shared examples. [rhgills]
  • Removed Warnings under LLVM GCC.
  • Fixed release build not compiling due to implicitly synthesized properties. [kastiglione]

New in Specta 0.1.5 (Jun 16, 2012)

  • Shared examples
  • Sanitize description on exception [meiwin]