Skip to content

Releases: PSanetra/bind-observable

Release 1.0.4

08 Jan 14:38
aa1a0de

Choose a tag to compare

Bug Fixes

  • support rxjs 7 and introduce module index

v1.0.3

22 Jun 15:35

Choose a tag to compare

1.0.3 (2019-06-22)

Bug Fixes

  • BindObservable: Always emit the value which would be returned if the decorated property was accessed directly (34925dc)
  • BindObservable: Fixes emitting return value from wrapped get accessor (b3d1912)

v1.0.2

25 Dec 21:34

Choose a tag to compare

1.0.2 (2018-12-25)

Bug Fixes

  • BindObservable: Fixes interaction with other decorators which also modify accessors (4a4aedd)

v1.0.1

10 Aug 15:39

Choose a tag to compare

1.0.1 (2018-08-10)

Bug Fixes

  • bind-observable.ts: Replay only latest value (58a2a54)

v1.0.0

10 Aug 14:19

Choose a tag to compare

1.0.0 (2018-08-10)

Features