breaking changecoreenhancementhelp wantedoperator
仓库指标
- Star
- (659 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Currently, we have operators named ThrottleTime, SampleTime, WindowTime...
I think BufferWithTime should be renamed to BufferTime. Same quesiton for BufferWithCount -> BufferCount.
Should BufferWithTimeOrCount be renamed too?
RxJS has the following naming: buffer, bufferWithCount, bufferWithTime, and bufferWithTimeOrCount
Also update tests, examples, doc and the instructions in contributing guide.