Releases: antitypical/Assertions
Releases · antitypical/Assertions
1.2: You Know What Happens When You Assert
1.1.1: APP_EXTENSION_API_AND_THEN_SOME
- [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.
- [new] Assertion failures are printed with
toDebugString
; your types can display more information in test failures by conforming toDebugPrintable
. - [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 withxcodebuild
/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
- [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
Initial release.