Skip to content

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

Closed
rpominov opened this issue Sep 12, 2015 · 0 comments
Closed

deprecate .endOnError() & add .takeErrors(n) similar to .take(n) #150

rpominov opened this issue Sep 12, 2015 · 0 comments

Comments

@rpominov
Copy link
Member

Migration

Before After
foo.endOnError() foo.takeErrors(1)
@rpominov rpominov mentioned this issue Sep 12, 2015
9 tasks
rpominov added a commit that referenced this issue Sep 19, 2015
rpominov added a commit that referenced this issue Sep 19, 2015
@rpominov rpominov reopened this 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
Projects
None yet
Development

No branches or pull requests

1 participant