Skip to content

Latest commit

 

History

History
96 lines (46 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

96 lines (46 loc) · 3.38 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2019-02-14)

Bug Fixes

  • 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)

Features

  • add from-event element modifier` (1a60ddb)

0.5.0 (2019-02-08)

Bug Fixes

  • rename fromEvent helper function (64b4b95)
  • use correct instance variable in [@subscribe](https://github.com/subscribe) example (7f34727)

Features

  • add scheduler for Run Loop (9a040fa)

0.4.0 (2019-02-07)

Bug Fixes

  • avoid sharing values between instances with subscribe (9aab01e)

Features

  • add fromEvent observable (05582f3)
  • allow a callback to the subscribe decorator (7ab8394)

0.3.1 (2019-02-05)

Bug Fixes

  • unsubscribe from decorator when the object is destroyed (1abd5fb)

0.3.0 (2019-01-30)

Features

  • deps: upgrade to latest release of RxJS (7fddd46)

0.2.0 (2019-01-29)

Bug Fixes

  • remove original source of subscribe decorator (a0d5959)

Features

  • add observable source from property changes (6b66b92), closes #1
  • add utility for getting the first value as a Promise (f6ac06d), closes #3

0.1.0 (2019-01-28)

Features

  • add decorator for subscribing to an observable (949039a)
  • add helper subscribes to observable (f92e65a)
  • add route base class for observable models (29f7c7a)