RxPHP v1.4.0 Release Notes

  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed doc block, demo updates (7090947) (306ead9) (8c4e9ab) (a21b8fd)
    • ๐Ÿ›  Fixed reduce operator issue with falsy seed (#71)
    • ๐Ÿ›  Fixed skipped tests (26c2476)
    • ๐Ÿ›  Fixed retryWhen (#59)

    ๐Ÿ”‹ Features

    • โž• Added flatMapTo operator (a8c6967)
    • โž• Added pluck operator (ec1fce1)
    • โž• Added average operator (da591a6)
    • โž• Added sum operator (2f44168)
    • โž• Added CONTRIBUTING.md (e45210c)
    • โž• Added min operator (f458564)
    • โž• Added repeatWhen operator (d0fc1f8)
    • โž• Added race operator (amb) (81b70e7)
    • โž• Added takeLast operator (8759ca4)