v5.0.0
What's Changed
- Restore
Batch
operator by @viceroypenguin in #207 - Add
Memoize
operator by @viceroypenguin in #209 - Add
Repeat
operator by @viceroypenguin in #216 - Add
Do
operator by @viceroypenguin in #217 - Rename
ScanEx
back toScan
by @viceroypenguin in #219 - Add
Buffer
overload by @viceroypenguin in #220 - Add
Defer
operator by @viceroypenguin in #223 - Add
Case
operator by @viceroypenguin in #232 - Improve
Memoize
tests by @viceroypenguin in #233 - Add
DistinctUntilChanged
operator by @viceroypenguin in #236 - Add
While
operator by @viceroypenguin in #238 - Add
ForEach
operator by @viceroypenguin in #241 - Add
DoWhile
operator by @viceroypenguin in #242 - Add
Using
operator by @viceroypenguin in #244 - Add
Throw
operator by @viceroypenguin in #247 - Add
Finally
operator by @viceroypenguin in #248 - Add
If
operator by @viceroypenguin in #254 - Add
MinByWithTies
andMaxByWithTies
by @viceroypenguin in #258 - Add
Catch
operator by @viceroypenguin in #261 - Add
Retry
operator by @viceroypenguin in #267 - Add
OnErrorResumeNext
operator by @viceroypenguin in #268 - Add
Share
operator by @viceroypenguin in #269 - Add
Publish
operator by @viceroypenguin in #271 - Replace
System.Interactive
by @viceroypenguin in #199 - Remove CodeQL from Build by @viceroypenguin in #272
- Fix
Interleave
use ofIEnumerable<T>
by @viceroypenguin in #273 - Improve code layout of
Do
by @viceroypenguin in #274 - Bump Microsoft.CodeAnalysis.CSharp from 4.4.0 to 4.5.0 by @dependabot in #253
- Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #249
- Bump Scriban from 5.6.0 to 5.7.0 by @dependabot in #250
- Replace
System.Interactive.Async
by @viceroypenguin in #275 - Bump PolySharp from 1.12.1 to 1.13.1 by @dependabot in #331
- Bump ThisAssembly.Resources from 1.2.9 to 1.2.14 by @dependabot in #347
- Update DocFX dependencies by @viceroypenguin in #352
- Fix
Unfold
to be idempotent by @viceroypenguin in #354 - Correct Build Warnings and Test issues by @viceroypenguin in #353
- Address issues with
Memoize
by @viceroypenguin in #355 - Address bug in
Permutations
by @viceroypenguin in #356 - Add Public API Tracking by @viceroypenguin in #357
- Fix docfx build process by @viceroypenguin in #358
- Mark two operators obsolete by @viceroypenguin in #360
- Remove trace by @viceroypenguin in #361
- Update docs to support
View Source
link by @viceroypenguin in #362 - Update APIs for Release by @viceroypenguin in #363
- Update readme.md documentation by @viceroypenguin in #359
Full Changelog: v4.8.0...v5.0.0