- Support for XCode6-Beta6
- New: Should syntax implementation. Documentation
actual.should.equal(expected)
- Change: Drop support for multiple items in Contain matcher.
- Fix: Update for OSX and iOS frameworks. They now work in project with both Swift and ObjC code
- Fix: Return correct result after specs run.
- Support for XCode6-Beta5.
- Distribution as a framework through CocoaPods (experimental)
- New: shared example groups
- New: operator syntax for some matchers:
expect(3) == 3
- New matchers:
- BeGreaterThanOrEqualTo/BeLessThanOrEqualTo
- Fix: Shorten random seed to 4 digits
- Support for XCode6-Beta4.
- New: support for focused and excluded examples and example groups.
- New matchers:
- BeNil
- BeGreaterThan/BeLessThan
- Matchers on containers (Contain, BeEmpty, BeginWith, EndWith)
- Support for trailing closure in
expect
Initial release.
- Support for XCode6-Beta3.
- Test Slepnir with Sleipnir specs.