Releases: fsprojects/FSharpx.Collections
Releases · fsprojects/FSharpx.Collections
3.1.0
3.1.0 - 2022-11-13
- Gitpod support by @cartermp in #172
- Fix a typo in a comment by @viebel in #190
- Testing on Net6 by @sergey-tihon in #193
- Add
PersistentVector.mapi
by @njlr in #186 - RoseTree. Fix a broken link in the comments. by @ScottHutchinson in #195
- Fantomas5 formatting by @sergey-tihon in #194
- Make the NuGet package consumable from Fable by @njlr in #187
- Add release NuGet publish from CI by @gdziadkiewicz in #199
3.0.1
3.0.1 - 2021-10-23
- Fix choice2s #184. Thanks @sideeffffect
3.0.0
3.0.0 - 2021-10-22
- Deque.Tail performance tweaks
- Fast path for single back element. Avoid traversing list for length multiple times. Use Unchecked.defaultOf<_> rather than an actual element. Thanks @simendsjo
- Expose PersistentVector.rangedIterator. Thanks @simendsjo
- Seq extensions: add tryHeadTail #176. Thanks @knocte
- some helper functions #92. Thanks @sideeffffect
- Enable PersistentVector in Fable #182. Thanks @njlr
- Dependencies update
- Build and test with .NET 5 & Node 14
2.1.3
2.1.3 - 2020-05-30
- RandomAccessLists zip, reduce, map2
- doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz(@gdziadkiewicz)
2.1.0
2.1.0 - 2019-11-12
- target net45 and netstandard2.0, thanks Grzegorz Dziadkiewicz(@gdziadkiewicz)
2.0.0
2.0.0 - 2019-05-15
- BREAKING CHANGE: only netstandard2.0 supported
- PersistentHashMap implements Count (#12)
- add compareWith and areEqual to LazyList (#114) thanks teo-tsirpanis
- fix experimental RoseTree equality (#114) thanks teo-tsirpanis
- fix Nop thread comparison in PersistentHashMap (#66)
- make RandomAccessList serializable (#127) thanks teo-tsirpanis
- Implemented CHAMP algorithm for a persistent hash map, thanks bsomes
- Implement IReadOnlyList and IReadOnlyCollection for the RandomAccessList (#130) thanks teo-tsirpanis
- LazyListbased on the BCL's Lazy type, thanks teo-tsirpanis