tag:github.com,2008:https://github.com/railsware/Sleipnir/releasesRelease notes from Sleipnir2014-08-21T14:30:33Ztag:github.com,2008:Repository/20923386/v0.4.02014-08-21T14:35:44ZVersion 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>atermenjitag:github.com,2008:Repository/20923386/v0.3.12014-08-11T13:07:21ZVersion 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>atermenjitag:github.com,2008:Repository/20923386/v0.3.02014-08-07T09:55:05ZVersion 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>atermenjitag:github.com,2008:Repository/20923386/v0.2.02014-07-29T12:38:10ZVersion 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>atermenjitag:github.com,2008:Repository/20923386/v0.1.02014-07-29T12:45:08ZVersion 0.1.0<p>Initial release.</p>
<ul>
<li>Support for XCode6-Beta3.</li>
<li>Test Slepnir with Sleipnir specs.</li>
</ul>atermenji