Skip to content

2.x: API removals and renames #4413

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

Merged
merged 1 commit into from
Aug 24, 2016
Merged

2.x: API removals and renames #4413

merged 1 commit into from
Aug 24, 2016

Conversation

akarnokd
Copy link
Member

Notable changes:

  • delete concat 5-9 arguments, use concat(just(...)) or concatArray(...) instead
  • delete withLatestFrom 5-8 arguments
  • rename merge(Publisher...) into mergeArray(Publisher...) to disambiguate
  • rename merge(int, int, Publisher...) into mergeArray(int, int, Publisher...) to disambiguate
  • delete merge(int, Publisher...) overload
  • rename mergeDelayError(Publisher...) into mergeArrayDelayError(Publisher...) to disambiguate
  • rename mergeDelayError(int, int, Publisher...) into mergeArrayDelayError(int, int, Publisher...) to disambiguate
  • delete mergeDelayError(int, Publisher...) overload
  • delete takeLatestBuffer overloads

@akarnokd akarnokd added this to the 2.0 RC 1 milestone Aug 23, 2016
@codecov-io
Copy link

Current coverage is 69.44% (diff: 100%)

Merging #4413 into 2.x will decrease coverage by 0.11%

@@                2.x      #4413   diff @@
==========================================
  Files           454        454          
  Lines         32518      32359   -159   
  Methods           0          0          
  Messages          0          0          
  Branches       5209       5209          
==========================================
- Hits          22619      22471   -148   
+ Misses         7706       7688    -18   
- Partials       2193       2200     +7   

Powered by Codecov. Last update 7db9f95...3e9ae2c

@JakeWharton
Copy link
Contributor

👍

@akarnokd
Copy link
Member Author

/cc @zsxwing

@zsxwing
Copy link
Member

zsxwing commented Aug 24, 2016

👍 🎉

@akarnokd akarnokd merged commit 9fb4040 into ReactiveX:2.x Aug 24, 2016
@akarnokd akarnokd deleted the APICut823 branch August 24, 2016 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants