ReactiveX / rxjs

A reactive programming library for JavaScript
https://rxjs.dev
Apache License 2.0
30.7k stars 3k forks source link

takeLastBuffer method #3199

Closed makarov-roman closed 6 years ago

makarov-roman commented 6 years ago

Hello. There is a method in rxjs4 takeLastBuffer docs Are there any reasons why it's not implemented in 5th version? I'm very new to rx and looks like the only way to do the same is writing my own queue and pushing to it in subscribe?

kwonoj commented 6 years ago

v5 version aims reduced core api surface, makes some breaking changes including dropping few operators. With 5.5's pipe operator, it is easier to create custom operators and we do welcome to publish custom operators core api set doesn't cover.

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.