v0.8.1
Pre-release
Pre-release
Features
- no-sharereplay-before-takeuntil: new rule to forbid putting
shareReplaywithrefCount: falsebeforetakeUntil. (#241) (dafc378) - no-unnecessary-collection: new rule to forbid unnecessary passing a single observable to functions expecting multiple, like
combineLatestorforkJoin. (#281) (61abe24) - no-sharereplay-before-takeuntil and no-unnecessary-collection added to strict config.