Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

65 lines (33 loc) · 2.23 KB

Changelog

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

0.4.2 (2019-09-12)

Bug Fixes

  • usage in aot mode, more strict lint rules (86ec714)

0.4.1 (2019-08-26)

0.4.0 (2019-08-25)

Features

0.3.2 (2019-08-09)

Features

  • no need to wrap retryTimes into Observable (edb8b1b)

0.3.1 (2019-07-21)

Bug Fixes

  • ensure viewRef existence and detectChanges (bfa92cd)

0.3.0 (2019-07-21)

Bug Fixes

  • dispose last subscription automatically (50bc4a1)
  • use finalize operator instead of complete handler (573f9c8)

Features

  • add support of retry on error (3380c1c)

0.2.0 (2019-07-20)

Features

0.1.1 (2019-07-18)

Bug Fixes

  • improve build config and tree shaking (ce97050)

0.1.0 (2019-07-18)

Bug Fixes

  • storybook build error on CI (182b825)

Features

  • add basic usage of ObservableInput, ValueHook and VarDirective(#3) (608603c)
  • first blood, basic structure (eb2322d)