All Versions
26
Latest Version
Avg Release Cycle
114 days
Latest Release
2820 days ago

Changelog History
Page 2

  • v0.3.2 Changes

    • ๐Ÿ‘ Objective-C++ support
  • v0.3.1 Changes

    • ๐Ÿ‘ Xcode 6 / iOS 8 support.
    • โœ… Option to shuffle tests. (Set environment variable SPECTA_SHUFFLE with value 1 to enable this feature.)
    • ๐Ÿ’ฅ BREAKING: ^AsyncBlock is replaced by waitUntil. See example in the README for usage.
  • v0.2.1 Changes

    • โœ… Workaround for Xcode truncating console output when tests run too quickly. [petejkim]
  • v0.2.0 Changes

    • โž• Added support for XCTest and dropped support for OCUnit (SenTestingKit). [petejkim]
    • ARC [tonyarnold]
    • Modern Objective-C syntax [tonyarnold]
    • ๐Ÿ›  Fixed after hooks not running when an exception is raised in an example. [nerdyc]
    • ๐Ÿ†• New nested custom reporter [nerdyc]
  • v0.1.11 Changes

    • โœ… Disable Async Testing when Specta is not compiled with Clang. [petejkim]
    • ๐Ÿ›  Fixed failWithException: not passing thru to current test case. [rhgills]
    • ๐Ÿ›  Fixed unused data dictionary crashing shared examples. [rhgills]
    • โœ‚ Removed Warnings under LLVM GCC. [petejkim]
    • ๐Ÿ›  Fixed release build not compiling due to implicitly synthesized properties. [kastiglione]
  • v0.1.10 Changes

    • ๐Ÿ›  Fixed Accessibility Inspector causing crash [wonga00]
    • Fail when non-existent shared example is called [brow]
  • v0.1.9 Changes

    • ๐Ÿ†• New Reporter [nerdyc]
    • Focused Specs [nerdyc]
    • Added PENDING macro for compatibility with Cedar-style pending specs. (Requires SPT_CEDAR_SYNTAX to be defined) [nerdyc]
    • Xcode templates [nerdyc]
    • โž• Added Cedar-style global +beforeEach and +afterEach [petejkim]
  • v0.1.8 Changes

    • ๐Ÿ‘‰ Use atomic variables for async blocks [jspahrsummers]
    • โœ… Fail instead of skipping when exceptions get thrown outside actual tests. [petejkim]
    • itShouldBehaveLike should fail when called inside an it() block. [petejkim]
  • v0.1.7 Changes

    • โœ… Async Testing [danpalmer]
  • v0.1.6 Changes

    • ๐Ÿ‘ Allow a custom subclass for test cases [joshabar]
    • ๐Ÿ›  Xcode 4.4 fixes [jspahrsummers]
    • โž• Added a way to allow lazy evaluation of shared examples' context [petejkim]