|
| 1 | +#### 3.1.0 - 2022-11-13 |
| 2 | +* Gitpod support by @cartermp in https://github.com/fsprojects/FSharpx.Collections/pull/172 |
| 3 | +* Fix a typo in a comment by @viebel in https://github.com/fsprojects/FSharpx.Collections/pull/190 |
| 4 | +* Testing on Net6 by @sergey-tihon in https://github.com/fsprojects/FSharpx.Collections/pull/193 |
| 5 | +* Add `PersistentVector.mapi` by @njlr in https://github.com/fsprojects/FSharpx.Collections/pull/186 |
| 6 | +* RoseTree. Fix a broken link in the comments. by @ScottHutchinson in https://github.com/fsprojects/FSharpx.Collections/pull/195 |
| 7 | +* Fantomas5 formatting by @sergey-tihon in https://github.com/fsprojects/FSharpx.Collections/pull/194 |
| 8 | +* Make the NuGet package consumable from Fable by @njlr in https://github.com/fsprojects/FSharpx.Collections/pull/187 |
| 9 | +* Add release NuGet publish from CI by @gdziadkiewicz in https://github.com/fsprojects/FSharpx.Collections/pull/199 |
| 10 | + |
1 | 11 | #### 3.0.1 - 2021-10-23 |
2 | 12 | * Fix choice2s #184. Thanks @sideeffffect |
3 | 13 |
|
|
13 | 23 |
|
14 | 24 | #### 2.1.3 - 2020-05-30 |
15 | 25 | * RandomAccessLists zip, reduce, map2 |
16 | | -* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz |
| 26 | +* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz |
17 | 27 |
|
18 | 28 | #### 2.1.2 - 2019-12-24 |
19 | 29 | * Fix FSharp.Core assembly reference version |
|
31 | 41 | * fix experimental RoseTree equality (issues/114) thanks teo-tsirpanis |
32 | 42 | * fix Nop thread comparison in PersistentHashMap (issues/66) |
33 | 43 | * make RandomAccessList serializable (issue 127) thanks teo-tsirpanis |
34 | | -* Implemented CHAMP algorithm for a persistent hash map, thanks bsomes |
| 44 | +* Implemented CHAMP algorithm for a persistent hash map, thanks bsomes |
35 | 45 | * Implement IReadOnlyList and IReadOnlyCollection for the RandomAccessList (issue 130) thanks teo-tsirpanis |
36 | 46 | * LazyListbased on the BCL's Lazy type, thanks teo-tsirpanis |
37 | 47 |
|
|
58 | 68 |
|
59 | 69 | #### 1.16.0 - 25.05.2017 |
60 | 70 | * New tagged structures - https://github.com/fsprojects/FSharpx.Collections/pull/69 |
61 | | -* Use FSharp.Core 4.0 |
| 71 | +* Use FSharp.Core 4.0 |
62 | 72 | * Couple of new helper functions - https://github.com/fsprojects/FSharpx.Collections/pull/64 https://github.com/fsprojects/FSharpx.Collections/pull/63 |
63 | 73 | * Improved RandomAccessList API with some functions from PersistentVector - https://github.com/fsprojects/FSharpx.Collections/pull/54 |
64 | 74 | * Faster NonEmptyList implementation - https://github.com/fsprojects/FSharpx.Collections/pull/62 |
65 | 75 |
|
66 | | -#### 1.14.0 - 13.02.2016 |
67 | | -* Allow 4.0 FSharp.Core |
| 76 | +#### 1.14.0 - 13.02.2016 |
| 77 | +* Allow 4.0 FSharp.Core |
68 | 78 | * Distinct and DistinctBy functions for ResizeArray - https://github.com/fsprojects/FSharpx.Collections/pull/56 |
69 | 79 | * Add zip to NonEmptyList - https://github.com/fsprojects/FSharpx.Collections/pull/46 |
70 | | - |
71 | | -#### 1.12.4 - 13.09.2015 |
| 80 | + |
| 81 | +#### 1.12.4 - 13.09.2015 |
72 | 82 | * Fixed enumerating empty RandomAccessList - https://github.com/fsprojects/FSharpx.Collections/pull/45 |
73 | 83 |
|
74 | | -#### 1.12.3 - 12.09.2015 |
| 84 | +#### 1.12.3 - 12.09.2015 |
75 | 85 | * ResizeArray.collect made to take seq as an input - https://github.com/fsprojects/FSharpx.Collections/pull/41 |
76 | 86 | * Made conflict resolution explicit in variable names - https://github.com/fsprojects/FSharpx.Collections/pull/39 |
77 | 87 |
|
78 | | -#### 1.12.1 - 17.07.2015 |
| 88 | +#### 1.12.1 - 17.07.2015 |
79 | 89 | * LazyList.fold - https://github.com/fsprojects/FSharpx.Collections/pull/34 |
80 | 90 |
|
81 | | -#### 1.12.0 - 17.07.2015 |
| 91 | +#### 1.12.0 - 17.07.2015 |
82 | 92 | * New SkewBinomialHeap - https://github.com/fsprojects/FSharpx.Collections/pull/36 |
83 | 93 |
|
84 | | -#### 1.11.1 - 17.07.2015 |
| 94 | +#### 1.11.1 - 17.07.2015 |
85 | 95 | * New Block resize array functions - https://github.com/fsprojects/FSharpx.Collections/pull/37 |
86 | 96 |
|
87 | | -#### 1.11.0 - 25.05.2015 |
| 97 | +#### 1.11.0 - 25.05.2015 |
88 | 98 | * New Block resize array - https://github.com/fsprojects/FSharpx.Collections/pull/33 |
89 | 99 | * BUGFIX: Prevent ArrayNode's tryFind from returning Some null - https://github.com/fsprojects/FSharpx.Collections/pull/22 |
90 | 100 |
|
91 | | -#### 1.10.0 - 26.02.2015 |
| 101 | +#### 1.10.0 - 26.02.2015 |
92 | 102 | * Added profile 259 and fixed profile 47 folder name - https://github.com/fsprojects/FSharpx.Collections/pull/26 |
93 | 103 |
|
94 | | -#### 1.9.6 - 13.01.2015 |
| 104 | +#### 1.9.6 - 13.01.2015 |
95 | 105 | * Bump version due to broken logo link - https://github.com/fsprojects/FSharpx.Collections/issues/21 |
96 | 106 |
|
97 | | -#### 1.9.5 - 13.01.2015 |
| 107 | +#### 1.9.5 - 13.01.2015 |
98 | 108 | * Bump version due to broken package meta data - https://github.com/fsprojects/FSharpx.Collections/issues/21 |
99 | 109 |
|
100 | | -#### 1.9.4 - 07.08.2014 |
| 110 | +#### 1.9.4 - 07.08.2014 |
101 | 111 | * Add Profile47 |
102 | 112 |
|
103 | | -#### 1.9.3 - 07.08.2014 |
| 113 | +#### 1.9.3 - 07.08.2014 |
104 | 114 | * Tail recursive implementation of Heap.Tail - https://github.com/fsprojects/FSharpx.Collections/pull/17 |
105 | 115 |
|
106 | | -#### 1.9.2 - 14.01.2013 |
| 116 | +#### 1.9.2 - 14.01.2013 |
107 | 117 | * Fixing nuget package |
108 | 118 |
|
109 | | -#### 1.9.1 - 14.01.2013 |
| 119 | +#### 1.9.1 - 14.01.2013 |
110 | 120 | * Initial release from new location; previous contributor history lost |
0 commit comments