tag:github.com,2008:https://github.com/railsware/Sleipnir/releases Release notes from Sleipnir 2014-08-21T14:30:33Z tag:github.com,2008:Repository/20923386/v0.4.0 2014-08-21T14:35:44Z Version 0.4.0 <ul> <li>Support for XCode6-Beta6</li> <li>New: Should syntax implementation</li> </ul> <div class="highlight highlight-source-swift notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="actual.should.equal(expected)"><pre>actual<span class="pl-kos">.</span>should<span class="pl-kos">.</span><span class="pl-en">equal</span><span class="pl-kos">(</span>expected<span class="pl-kos">)</span></pre></div> <ul> <li>Change: Drop support for multiple items in Contain matcher.</li> </ul> atermenji tag:github.com,2008:Repository/20923386/v0.3.1 2014-08-11T13:07:21Z Version 0.3.1 <ul> <li>Fix: Update for OSX and iOS frameworks. They now work in project with both Swift and ObjC code</li> <li>Fix: Return correct result after specs run.</li> </ul> atermenji tag:github.com,2008:Repository/20923386/v0.3.0 2014-08-07T09:55:05Z Version 0.3.0 <ul> <li>Support for XCode6-Beta5.</li> <li>Distribution as a framework through CocoaPods (experimental)</li> <li>New: shared example groups</li> <li>New: operator syntax for some matchers: <code>expect(3) == 3</code></li> <li>New matchers: <ul> <li>BeGreaterThanOrEqualTo/BeLessThanOrEqualTo</li> </ul> </li> <li>Fix: Shorten random seed to 4 digits</li> </ul> atermenji tag:github.com,2008:Repository/20923386/v0.2.0 2014-07-29T12:38:10Z Version 0.2.0 <ul> <li>Support for XCode6-Beta4.</li> <li>New: support for focused and excluded examples and example groups.</li> <li>New matchers: <ul> <li>BeNil</li> <li>BeGreaterThan/BeLessThan</li> <li>Matchers on containers (Contain, BeEmpty, BeginWith, EndWith)</li> </ul> </li> <li>Support for trailing closure in <code>expect</code></li> </ul> atermenji tag:github.com,2008:Repository/20923386/v0.1.0 2014-07-29T12:45:08Z Version 0.1.0 <p>Initial release.</p> <ul> <li>Support for XCode6-Beta3.</li> <li>Test Slepnir with Sleipnir specs.</li> </ul> atermenji