Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

57 lines (39 loc) · 3.93 KB

NgxUntilDestroyed - Changelog

1.1.1 (2019-01-17)

Bug Fixes

  • package: paths to bundled files (fe0ea97)

1.1.0 (2019-01-17)

Bug Fixes

  • decorator: do not override props with same name (d3e7043)

Features

  • lib: reorganize code structure and package gen (52fc370)

1.0.0 (2019-01-17)

NOTE: This release is a summary from original library that was not released under @orchestrator/ngx-until-destroyed.
Only releases above are published.

Bug Fixes

  • decorator: do not override props with same name (d3e7043)
  • decorator: export with proper name (607a7f7)
  • decorator: implementation (423a896)
  • decorator: use component instance instead of prototype (209ef22)
  • lib: remove console log (05e48f7)
  • lib: support multiple observables (dd2e33b)
  • lib: support multiple observables (e801ed5)

Features

  • core: revert support decorator (bbd37c4)
  • create untilDestroyed pipeable operator (ffc98ea)
  • core: remove decorator and support for older rx versions (6827f04)
  • core: remove decorator and support for older rx versions (042cda8)
  • core: remove decorator and support for older rx versions (b994c36)
  • decorator: add @AutoUnsubscribe property decorator (08c48c6)
  • decorator: export AutoUnsubscribe as public API (fe8295c)
  • lib: add missing code (4a5c214)
  • lib: drop support for decorator (47c5580)
  • lib: drop support for decorator (2b96eb9)
  • lib: reorganize code structure and package gen (52fc370)
  • lib: switch build to ng-packger and override func only once (e3a6732)
  • lib: throw an error if ngOnDestroy not present (a383f8f)
  • rx: upgrade to rx6 (125c3f7)
  • rx: upgrade to rx6 (726b175)
  • upgrade: upgrade rx6 (1db947e)
  • upgrade: upgrade rx6 (d4fffdb)