Skip to content

Releases: JasonWeinzierl/eslint-plugin-rxjs-x

v0.5.0

28 Nov 15:21
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Breaking Changes

  • no-ignored-observable: rule removed. Use no-floating-observables instead. (#55) (1268dc8)
  • RxJS ^7.2.0 is minimum supported version

Features

  • no-floating-observables: new rule which replaces and improves upon no-ignored-observable. Adds ignoreVoid option which defaults to true. (#55) (1268dc8)
  • Enabled four more rules in the recommended configuration. (#56) (ada5d55)
    • no-topromise
    • prefer-observer
    • prefer-root-operators
    • throw-error

v0.4.1

26 Nov 16:23
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

First (pre)release with provenance!

Full changelog: https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/CHANGELOG.md

Note when v1.0.0 is released, all prerelease changes will be re-stated in the full release notes.