All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.0 (2019-02-14)
- grammar error
take accept
->accept
(bef5e5e) - grammar error
the an
->an
(ffcd349) - scheduler: join current run loop if possible (b0c53c2)
- schedule created observables into the Runloop automatically (81e6ef3)
- add
from-event
element modifier` (1a60ddb)
0.5.0 (2019-02-08)
- rename
fromEvent
helper function (64b4b95) - use correct instance variable in
[@subscribe](https://github.com/subscribe)
example (7f34727)
- add scheduler for Run Loop (9a040fa)
0.4.0 (2019-02-07)
- avoid sharing values between instances with
subscribe
(9aab01e)
0.3.1 (2019-02-05)
- unsubscribe from decorator when the object is destroyed (1abd5fb)
0.3.0 (2019-01-30)
- deps: upgrade to latest release of RxJS (7fddd46)
0.2.0 (2019-01-29)
- remove original source of
subscribe
decorator (a0d5959)