-
Notifications
You must be signed in to change notification settings - Fork 97
deprecate .endOnError() & add .takeErrors(n) similar to .take(n) #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
rpominov
added a commit
that referenced
this issue
Sep 19, 2015
rpominov
added a commit
that referenced
this issue
Sep 19, 2015
rpominov
added a commit
that referenced
this issue
Sep 19, 2015
rpominov
added a commit
that referenced
this issue
Sep 26, 2015
* master: (26 commits) cleanup repository after release 3.0.0 cleanup repository after release 3.0.0-rc.0 fix link in changelog update changelog rename .skipValues() and friends to .ignoreValues() reorder methods in docs remove valuesToErrors from examples in docs add link to 2.x version in deprecated-api-docs.md update changelog update changelog add .takeErrors docs #150 move deprecated method docs to separate file add deprecation warnings for 3.0 deprecations make .flatten always return a stream (fixes #144) remove emitEmpty option in .bufferWhileBy (fixes #131) add .takeErrors (no docs yet) #150 remove deprecated methods (test) remove deprecated methods (docs) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migration
foo.endOnError()
foo.takeErrors(1)
The text was updated successfully, but these errors were encountered: