tag:github.com,2008:https://github.com/fredatgithub/language-ext/releasesRelease notes from language-ext2018-04-14T21:34:15Ztag:github.com,2008:Repository/132351029/v3.0.02018-04-14T21:34:15Zv3.0.0<p>v3.0.0</p>louthytag:github.com,2008:Repository/132351029/v2.2.23-beta2018-03-26T21:44:08Zv2.2.23-beta<p>Update README.md</p>louthytag:github.com,2008:Repository/132351029/v2.2.2-beta2017-12-29T13:28:57Zv2.2.2-beta<p>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="285020764" data-permission-text="Title is private" data-url="https://github.com/louthy/language-ext/issues/330" data-hovercard-type="pull_request" data-hovercard-url="/louthy/language-ext/pull/330/hovercard" href="https://github.com/louthy/language-ext/pull/330">louthy#330</a> from bender2k14/feature/implement_IsDefault_v…</p>louthytag:github.com,2008:Repository/132351029/v2.2.0-alpha2017-12-26T18:34:03Zv2.2.0-alpha<p>Merge pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="284456698" data-permission-text="Title is private" data-url="https://github.com/louthy/language-ext/issues/325" data-hovercard-type="pull_request" data-hovercard-url="/louthy/language-ext/pull/325/hovercard" href="https://github.com/louthy/language-ext/pull/325">louthy#325</a> from bender2k14/feature/reorganize_null_check…</p>louthytag:github.com,2008:Repository/132351029/v2.1.262017-11-14T13:37:34Zv2.1.26<p>Fix bugs in toMapUpdate and toMapTry</p>louthytag:github.com,2008:Repository/132351029/2.1.202017-09-05T22:34:33Z2.1.20<p>Fix for IfFailThrow not throwing if an internal operation caught the …</p>louthytag:github.com,2008:Repository/132351029/v2.1.142017-08-09T23:55:02Zv2.1.14<p>2.1.14</p>louthytag:github.com,2008:Repository/132351029/v2.1.112017-08-03T12:26:05Zv2.1.11<p>Validation serialisation</p>louthytag:github.com,2008:Repository/132351029/v2.1.52017-07-31T23:44:21Zv2.1.5<p>Merge branch 'master' of <a href="https://github.com/louthy/language-ext">https://github.com/louthy/language-ext</a></p>louthytag:github.com,2008:Repository/132351029/v2.1.42017-07-31T22:51:54Zv2.1.4: Record types: ToString and Serialisation<ul>
<li>Default ToString() behviour added to Record</li>
<li>Default ISerializable implementation for Record</li>
<li>New Attributes for opting out of:
<ul>
<li>Equals() - OptOutOfEq</li>
<li>CompareTo() - OptOutOfOrd</li>
<li>GetHashCode() - OptOutOfHashCode</li>
<li>ToString() - OptOutOfToString</li>
<li>Serialization - OptOutOfSerialization (can also use NonSerializable</li>
</ul>
</li>
</ul>louthy