Skip to content

v0.8.1

Pre-release
Pre-release

Choose a tag to compare

@JasonWeinzierl JasonWeinzierl released this 03 Nov 16:27
· 3 commits to main since this release

Features

  • no-sharereplay-before-takeuntil: new rule to forbid putting shareReplay with refCount: false before takeUntil. (#241) (dafc378)
  • no-unnecessary-collection: new rule to forbid unnecessary passing a single observable to functions expecting multiple, like combineLatest or forkJoin. (#281) (61abe24)
  • no-sharereplay-before-takeuntil and no-unnecessary-collection added to strict config.