Skip to content

Releases: antitypical/Assertions

1.2: You Know What Happens When You Assert

17 Oct 13:23
Compare
Choose a tag to compare

1.1.1: APP_EXTENSION_API_AND_THEN_SOME

30 May 00:05
Compare
Choose a tag to compare
  • [fixed] Warnings stemming from APP_EXTENSION_API_ONLY and Assertions.framework linking against XCTest.framework.

1.1: I’m thinking of a number between 10.9 and 10.10.

09 May 18:29
Compare
Choose a tag to compare
  • [new] Assertion failures are printed with toDebugString; your types can display more information in test failures by conforming to DebugPrintable.
  • [new] Swift 1.2 support.
  • [new] Added an iOS target.
  • [fixed] Lowered the OS X minimum deployment target to 10.9.
  • [fixed] Assertions with predicates were placebo. Thanks to @ishkawa for the fix!
  • [fixed] The Mac framework only builds x86_64 which may ease building with xcodebuild/Carthage.
  • [fixed] App extension API only, not that you’ll ever ship this to anybody, but just so we don’t do anything silly.

1.1b1: More Like Ablutions

28 Feb 19:46
Compare
Choose a tag to compare
Pre-release
  • [new] Swift 1.2b2 support.
  • [new] Added an iOS target.
  • [fixed] Lowered the OS X minimum deployment target to 10.9.
  • [fixed] Assertions with predicates were placebo. Thanks to @ishkawa for the fix!

1.0: Assertions Never Die

14 Feb 21:39
Compare
Choose a tag to compare

Initial release.