Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@JasonWeinzierl JasonWeinzierl released this 28 Nov 15:21
· 114 commits to main since this 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