Skip to content

0.13.0

Compare
Choose a tag to compare
@benjchristensen benjchristensen released this 11 Sep 17:59
· 5191 commits to 3.x since this release

This release has some minor changes related to varargs that could break backwards compatibility
if directly passing arrays but for most this release should not be breaking.

  • Pull 354 Operators: Count, Sum, Average
  • Pull 355 Operators: skipWhile and skipWhileWithIndex
  • Pull 356 Operator: Interval
  • Pull 357 Operators: first and firstOrDefault
  • Pull 368 Operators: Throttle and Debounce
  • Pull 371 Operator: Retry
  • Pull 370 Change zip method signature from Collection to Iterable
  • Pull 369 Generics Improvements: co/contra-variance
  • Pull 361 Remove use of varargs from API

Artifacts: Maven Central