Skip to content

Conversation

akarnokd
Copy link
Member

Notable changes:

  • implemented withLatestFrom with multiple other sources (both Flowable and Observable)
  • added missing Exceptions.throwIfFatal() after catching throwables
  • added SequentialDisposable and replaced internal use of SerialDisposable with it
  • added package-info.java to public packages
  • added javadoc to some interfaces and methods
  • removed @Experimental tags and set those methods to @since 2.0
  • added HalfSerializer to deal with single onNext and multiple onError/onComplete callers

@codecov-io
Copy link

Current coverage is 68.45% (diff: 62.87%)

Merging #4368 into 2.x will decrease coverage by 0.12%

@@                2.x      #4368   diff @@
==========================================
  Files           442        446     +4   
  Lines         31488      32154   +666   
  Methods           0          0          
  Messages          0          0          
  Branches       5042       5092    +50   
==========================================
+ Hits          21595      22012   +417   
- Misses         7797       8033   +236   
- Partials       2096       2109    +13   

Powered by Codecov. Last update 4aab4eb...c2df8ed

@JakeWharton
Copy link
Contributor

👍

@akarnokd
Copy link
Member Author

Thanks @JakeWharton !

@akarnokd akarnokd merged commit ec4eb4f into ReactiveX:2.x Aug 18, 2016
@akarnokd akarnokd deleted the MissingOpsNCleanup818 branch August 18, 2016 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants