v5.1.0
What's Changed
- Update
docs
workflow by @viceroypenguin in #364 - Bump GitHubActionsTestLogger from 2.0.1 to 2.0.2 by @dependabot in #366
- Bump CommunityToolkit.Diagnostics from 8.1.0 to 8.2.0 by @dependabot in #365
FallBackward
:ICollection<>
implementation by @viceroypenguin in #371FallForward
:ICollection<>
implementation by @viceroypenguin in #374Interleave
:ICollection<>
implementation by @viceroypenguin in #376Rank
:ICollection<>
implementation by @viceroypenguin in #379Do
:ICollection<>
implementation by @viceroypenguin in #383Scan
:ICollection<>
implementation by @viceroypenguin in #385ScanRight
:ICollection<>
implementation by @viceroypenguin in #387- Improve
Scan
ICollection<>
performance by @viceroypenguin in #388 PreScan
:ICollection<>
implementation by @viceroypenguin in #391ScanBy
:ICollection<>
implementation by @viceroypenguin in #392ZipMap
:IList<>
implementation by @viceroypenguin in #395Pad
:IList<>
implementation by @viceroypenguin in #397PadStart
:IList<>
implementation by @viceroypenguin in #401Pad
: AddCopyTo
toIList<>
by @viceroypenguin in #402Lag
:IList<>
implementation by @viceroypenguin in #404Lead
:IList<>
implementation by @viceroypenguin in #406TagFirstLast
:IList<>
implementation by @viceroypenguin in #408ZipLongest
:IList<>
implementation by @viceroypenguin in #413CollectionIterator
improvements by @viceroypenguin in #409ZipShortest
:IList<>
implementation by @viceroypenguin in #415ZipShortest
: Fix bug in tests by @viceroypenguin in #418Sequence
:IList<>
implementation by @viceroypenguin in #417- Bump GitHubActionsTestLogger from 2.0.2 to 2.1.0 by @dependabot in #423
- Bump ThisAssembly.Resources from 1.2.14 to 1.2.15 by @dependabot in #422
- Disable IDE0251 for false-positives by @viceroypenguin in #425
- Reorganize
Window
operator code by @viceroypenguin in #424 - net8 Changes by @viceroypenguin in #426
Window
:IList<>
implementation by @viceroypenguin in #427WindowLeft
:IList<>
implementation by @viceroypenguin in #428WindowRight
:IList<>
implementation by @viceroypenguin in #429- Add
HasDuplicates
operator by @julienasp in #430 EquiZip
:IList<>
implementation by @viceroypenguin in #431Batch
:IList<>
implementation by @viceroypenguin in #435- Fix array reuse bug in
Batch
by @viceroypenguin in #438 - More net8 changes by @viceroypenguin in #446
- Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 by @dependabot in #442
- Bump PolySharp from 1.13.1 to 1.13.2 by @dependabot in #439
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in #441
- Bump coverlet.msbuild from 3.2.0 to 6.0.0 by @dependabot in #440
Exclude
:IList<>
implementation by @viceroypenguin in #448- Restore
ExceptBy
operator by @viceroypenguin in #449 - Add
TestingCollection
by @viceroypenguin in #452 CountDown
:IList<>
implementation by @viceroypenguin in #453Replace
:IList<>
implementation by @viceroypenguin in #454Pad
:ICollection<>
implementation by @viceroypenguin in #458PadStart
:ICollection<>
implementation by @viceroypenguin in #457AssertCount
:IList<>
implementation by @viceroypenguin in #459Insert
:IList<>
implementation by @viceroypenguin in #461- Improve
ICollection<>
error checking by @viceroypenguin in #462
New Contributors
- @julienasp made their first contribution in #430
Full Changelog: v5.0.0...v5.1.0