Skip to content

Commit

Permalink
Prepare release, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziadkiewicz committed Nov 13, 2022
1 parent d89288c commit fa7dc9d
Showing 1 changed file with 29 additions and 19 deletions.
48 changes: 29 additions & 19 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 3.1.0 - 2022-11-13
* Gitpod support by @cartermp in https://github.com/fsprojects/FSharpx.Collections/pull/172
* Fix a typo in a comment by @viebel in https://github.com/fsprojects/FSharpx.Collections/pull/190
* Testing on Net6 by @sergey-tihon in https://github.com/fsprojects/FSharpx.Collections/pull/193
* Add `PersistentVector.mapi` by @njlr in https://github.com/fsprojects/FSharpx.Collections/pull/186
* RoseTree. Fix a broken link in the comments. by @ScottHutchinson in https://github.com/fsprojects/FSharpx.Collections/pull/195
* Fantomas5 formatting by @sergey-tihon in https://github.com/fsprojects/FSharpx.Collections/pull/194
* Make the NuGet package consumable from Fable by @njlr in https://github.com/fsprojects/FSharpx.Collections/pull/187
* Add release NuGet publish from CI by @gdziadkiewicz in https://github.com/fsprojects/FSharpx.Collections/pull/199

#### 3.0.1 - 2021-10-23
* Fix choice2s #184. Thanks @sideeffffect

Expand All @@ -13,7 +23,7 @@

#### 2.1.3 - 2020-05-30
* RandomAccessLists zip, reduce, map2
* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz
* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz

#### 2.1.2 - 2019-12-24
* Fix FSharp.Core assembly reference version
Expand All @@ -31,7 +41,7 @@
* fix experimental RoseTree equality (issues/114) thanks teo-tsirpanis
* fix Nop thread comparison in PersistentHashMap (issues/66)
* make RandomAccessList serializable (issue 127) thanks teo-tsirpanis
* Implemented CHAMP algorithm for a persistent hash map, thanks bsomes
* Implemented CHAMP algorithm for a persistent hash map, thanks bsomes
* Implement IReadOnlyList and IReadOnlyCollection for the RandomAccessList (issue 130) thanks teo-tsirpanis
* LazyListbased on the BCL's Lazy type, thanks teo-tsirpanis

Expand All @@ -58,53 +68,53 @@

#### 1.16.0 - 25.05.2017
* New tagged structures - https://github.com/fsprojects/FSharpx.Collections/pull/69
* Use FSharp.Core 4.0
* Use FSharp.Core 4.0
* Couple of new helper functions - https://github.com/fsprojects/FSharpx.Collections/pull/64 https://github.com/fsprojects/FSharpx.Collections/pull/63
* Improved RandomAccessList API with some functions from PersistentVector - https://github.com/fsprojects/FSharpx.Collections/pull/54
* Faster NonEmptyList implementation - https://github.com/fsprojects/FSharpx.Collections/pull/62

#### 1.14.0 - 13.02.2016
* Allow 4.0 FSharp.Core
#### 1.14.0 - 13.02.2016
* Allow 4.0 FSharp.Core
* Distinct and DistinctBy functions for ResizeArray - https://github.com/fsprojects/FSharpx.Collections/pull/56
* Add zip to NonEmptyList - https://github.com/fsprojects/FSharpx.Collections/pull/46
#### 1.12.4 - 13.09.2015

#### 1.12.4 - 13.09.2015
* Fixed enumerating empty RandomAccessList - https://github.com/fsprojects/FSharpx.Collections/pull/45

#### 1.12.3 - 12.09.2015
#### 1.12.3 - 12.09.2015
* ResizeArray.collect made to take seq as an input - https://github.com/fsprojects/FSharpx.Collections/pull/41
* Made conflict resolution explicit in variable names - https://github.com/fsprojects/FSharpx.Collections/pull/39

#### 1.12.1 - 17.07.2015
#### 1.12.1 - 17.07.2015
* LazyList.fold - https://github.com/fsprojects/FSharpx.Collections/pull/34

#### 1.12.0 - 17.07.2015
#### 1.12.0 - 17.07.2015
* New SkewBinomialHeap - https://github.com/fsprojects/FSharpx.Collections/pull/36

#### 1.11.1 - 17.07.2015
#### 1.11.1 - 17.07.2015
* New Block resize array functions - https://github.com/fsprojects/FSharpx.Collections/pull/37

#### 1.11.0 - 25.05.2015
#### 1.11.0 - 25.05.2015
* New Block resize array - https://github.com/fsprojects/FSharpx.Collections/pull/33
* BUGFIX: Prevent ArrayNode's tryFind from returning Some null - https://github.com/fsprojects/FSharpx.Collections/pull/22

#### 1.10.0 - 26.02.2015
#### 1.10.0 - 26.02.2015
* Added profile 259 and fixed profile 47 folder name - https://github.com/fsprojects/FSharpx.Collections/pull/26

#### 1.9.6 - 13.01.2015
#### 1.9.6 - 13.01.2015
* Bump version due to broken logo link - https://github.com/fsprojects/FSharpx.Collections/issues/21

#### 1.9.5 - 13.01.2015
#### 1.9.5 - 13.01.2015
* Bump version due to broken package meta data - https://github.com/fsprojects/FSharpx.Collections/issues/21

#### 1.9.4 - 07.08.2014
#### 1.9.4 - 07.08.2014
* Add Profile47

#### 1.9.3 - 07.08.2014
#### 1.9.3 - 07.08.2014
* Tail recursive implementation of Heap.Tail - https://github.com/fsprojects/FSharpx.Collections/pull/17

#### 1.9.2 - 14.01.2013
#### 1.9.2 - 14.01.2013
* Fixing nuget package

#### 1.9.1 - 14.01.2013
#### 1.9.1 - 14.01.2013
* Initial release from new location; previous contributor history lost

0 comments on commit fa7dc9d

Please sign in to comment.