Skip to content

Commit

Permalink
release 2.1 build notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfoxy committed Nov 12, 2019
1 parent ab6664b commit f1773b0
Show file tree
Hide file tree
Showing 64 changed files with 3,852 additions and 2,344 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### 2.1.0 - ???
* target net45 and netstandard2.0
#### 2.1.0 - 2019-11-12
* target net45 and netstandard2.0, thanks Grzegorz Dziadkiewicz

#### 2.0.0 - 2019-05-15
* BREAKING CHANGE: only netstandard2.0 supported
Expand Down
32 changes: 16 additions & 16 deletions docs/reference/fsharpx-collections-array.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ <h3>Functions and values</h3>
Array.centeredWindow n source
</code>
<div class="tip" id="2">
<strong>Signature:</strong> n:int -&gt; source:&#39;?10260 [] -&gt; &#39;?10260 [] []<br />
<strong>Type parameters:</strong> '?10260 </div>
<strong>Signature:</strong> n:int -&gt; source:&#39;?10173 [] -&gt; &#39;?10173 [] []<br />
<strong>Type parameters:</strong> '?10173 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L296-296" class="github-link">
Expand Down Expand Up @@ -149,8 +149,8 @@ <h3>Functions and values</h3>
Array.choice1s(xs)
</code>
<div class="tip" id="5">
<strong>Signature:</strong> xs:Choice&lt;&#39;?10268,&#39;?10269&gt; [] -&gt; &#39;?10268 []<br />
<strong>Type parameters:</strong> '?10268, '?10269 </div>
<strong>Signature:</strong> xs:Choice&lt;&#39;?10181,&#39;?10182&gt; [] -&gt; &#39;?10181 []<br />
<strong>Type parameters:</strong> '?10181, '?10182 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L331-331" class="github-link">
Expand All @@ -169,8 +169,8 @@ <h3>Functions and values</h3>
Array.choice2s(xs)
</code>
<div class="tip" id="6">
<strong>Signature:</strong> xs:Choice&lt;&#39;?10271,&#39;?10272&gt; [] -&gt; &#39;?10272 []<br />
<strong>Type parameters:</strong> '?10271, '?10272 </div>
<strong>Signature:</strong> xs:Choice&lt;&#39;?10184,&#39;?10185&gt; [] -&gt; &#39;?10185 []<br />
<strong>Type parameters:</strong> '?10184, '?10185 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L338-338" class="github-link">
Expand All @@ -189,8 +189,8 @@ <h3>Functions and values</h3>
Array.copyTo(...)
</code>
<div class="tip" id="7">
<strong>Signature:</strong> sourceStartIndx:int -&gt; startIndx:int -&gt; source:&#39;?10254 [] -&gt; target:&#39;?10254 [] -&gt; unit<br />
<strong>Type parameters:</strong> '?10254 </div>
<strong>Signature:</strong> sourceStartIndx:int -&gt; startIndx:int -&gt; source:&#39;?10167 [] -&gt; target:&#39;?10167 [] -&gt; unit<br />
<strong>Type parameters:</strong> '?10167 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L272-272" class="github-link">
Expand All @@ -209,8 +209,8 @@ <h3>Functions and values</h3>
Array.equalsWith eq xs ys
</code>
<div class="tip" id="8">
<strong>Signature:</strong> eq:(&#39;?10277 -&gt; &#39;?10277 -&gt; bool) -&gt; xs:&#39;?10277 [] -&gt; ys:&#39;?10277 [] -&gt; bool<br />
<strong>Type parameters:</strong> '?10277 </div>
<strong>Signature:</strong> eq:(&#39;?10190 -&gt; &#39;?10190 -&gt; bool) -&gt; xs:&#39;?10190 [] -&gt; ys:&#39;?10190 [] -&gt; bool<br />
<strong>Type parameters:</strong> '?10190 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L349-349" class="github-link">
Expand All @@ -229,8 +229,8 @@ <h3>Functions and values</h3>
Array.nth i arr
</code>
<div class="tip" id="9">
<strong>Signature:</strong> i:int -&gt; arr:&#39;?10250 [] -&gt; &#39;?10250<br />
<strong>Type parameters:</strong> '?10250 </div>
<strong>Signature:</strong> i:int -&gt; arr:&#39;?10163 [] -&gt; &#39;?10163<br />
<strong>Type parameters:</strong> '?10163 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L266-266" class="github-link">
Expand Down Expand Up @@ -267,8 +267,8 @@ <h3>Functions and values</h3>
Array.partitionChoices(xs)
</code>
<div class="tip" id="11">
<strong>Signature:</strong> xs:Choice&lt;&#39;?10274,&#39;?10275&gt; [] -&gt; &#39;?10274 [] * &#39;?10275 []<br />
<strong>Type parameters:</strong> '?10274, '?10275 </div>
<strong>Signature:</strong> xs:Choice&lt;&#39;?10187,&#39;?10188&gt; [] -&gt; &#39;?10187 [] * &#39;?10188 []<br />
<strong>Type parameters:</strong> '?10187, '?10188 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L345-345" class="github-link">
Expand All @@ -287,8 +287,8 @@ <h3>Functions and values</h3>
Array.setAt i v arr
</code>
<div class="tip" id="12">
<strong>Signature:</strong> i:int -&gt; v:&#39;?10252 -&gt; arr:&#39;?10252 [] -&gt; &#39;?10252 []<br />
<strong>Type parameters:</strong> '?10252 </div>
<strong>Signature:</strong> i:int -&gt; v:&#39;?10165 -&gt; arr:&#39;?10165 [] -&gt; &#39;?10165 []<br />
<strong>Type parameters:</strong> '?10165 </div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsprojects/FSharpx.Collections/tree/master/src/FSharpx.Collections/Collections.fs#L269-269" class="github-link">
Expand Down
Loading

0 comments on commit f1773b0

Please sign in to comment.