Skip to content

Latest commit

 

History

History
116 lines (44 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

116 lines (44 loc) · 3.71 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2019-12-16)

Bug Fixes

  • 🐞 fix RxScavenger compatibility with IVy (295de91)

2.0.0 (2019-10-23)

  • feat(rx-scavenger)!: ✅ fix compatibility with Angular 8+ by upgrading to corejs 3 (f87ce81)

BREAKING CHANGES

  • not compatible with Angular 7 anymore

1.0.5 (2019-02-12)

Note: Version bump only for package @wishtack/rx-scavenger

1.0.4 (2019-02-04)

Note: Version bump only for package @wishtack/rx-scavenger

1.0.2 (2018-08-25)

Bug Fixes

  • Set more flexible compatibility window for core-js peer dependency. (57b5860)

1.0.1 (2018-05-30)

Bug Fixes

  • Set more flexible compatibility window for core-js peer dependency. (57b5860)

1.0.0 (2018-05-30)

Bug Fixes

  • Scavenger.unsubscribe() was not called if ngOnDestroy() is not implemented due to Angular not calling dynamically added ngOnDestroy() method. Fixes #146. (d108d60)

BREAKING CHANGES

  • The component given to Scavenger's constructor must have an ngOnDestroy method.

0.2.0 (2018-05-30)

Bug Fixes

  • Fixed typing issue as rxjs should be a peer dependency in order to avoid version mismatch. (5a4099f)

Features

  • Added Scavenger.collect() pipe factory. (26649f0)
  • Added Scavenger.collectByKey(). (e08d5fb)
  • Scavenger should unsubscribe from all subscriptions when component's ngOnDestroy method is called. (9cc1dca)

0.1.0 (2018-05-29)

Bug Fixes

  • Fixed typing issue as rxjs should be a peer dependency in order to avoid version mismatch. (5a4099f)

Features

  • Added Scavenger.collect() pipe factory. (26649f0)
  • Added Scavenger.collectByKey(). (e08d5fb)
  • Scavenger should unsubscribe from all subscriptions when component's ngOnDestroy method is called. (9cc1dca)