Revision history for Perl extension RxPerl

v0.17.0 2020-09-06T07:16:41Z

    - added documentation for rx_from

v0.16.2 2020-09-06T05:04:16Z

    - fixed minor bug

v0.16.1 2020-09-06T04:42:39Z

    - removed FATAL warnings
    - added rx_from (accepts arrays, promises, and observables)

v0.16.0 2020-09-04T13:32:59Z

    - unhandled error events throw an exception
    - wrote the first point in the guide to create your own operators

v0.15.1 2020-09-04T11:39:54Z

    - rx_from_event and rx_from_event_array now hold weakref to emitter
    - op_delay now does not delay error events (as in rxjs)
    - subscribers' next & error methods now accept at most 1 argument

v0.15.0 2020-09-03T16:55:09Z

    - Wrote documentation
    - Fixed timer warnings issue with Mojo and IO::Async

v0.14.0 2020-06-10T18:33:29Z

    - Support for Mojo::IOLoop, AnyEvent, and IO::Async

v0.0.1 2020-05-08T22:42:52Z

    - initial version