All Versions
5
Latest Version
Avg Release Cycle
6 days
Latest Release
3526 days ago

Changelog History

  • v0.4.0 Changes

    August 21, 2014
    • ๐Ÿ‘Œ Support for XCode6-Beta6
    • ๐Ÿ†• New: Should syntax implementation. Documentation swift actual.should.equal(expected)
    • ๐Ÿ”„ Change: Drop support for multiple items in Contain matcher.
  • v0.3.1 Changes

    August 11, 2014
    • ๐Ÿ›  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.
  • v0.3.0 Changes

    August 07, 2014
    • ๐Ÿ‘Œ 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
  • v0.2.0 Changes

    July 29, 2014
    • ๐Ÿ‘Œ 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
  • v0.1.0 Changes

    July 29, 2014

    ๐ŸŽ‰ Initial release.

    • ๐Ÿ‘Œ Support for XCode6-Beta3.
    • โœ… Test Slepnir with Sleipnir specs.