Releases: JasonWeinzierl/eslint-plugin-rxjs-x
Releases Β· JasonWeinzierl/eslint-plugin-rxjs-x
v0.7.7
07 Jul 14:17
Compare
Sorry, something went wrong.
No results found
Features
no-misused-observables : improve report location for functions: reports their return type or the function head (#238 ) (8e06ed9 )
Fixes
no-misused-observables : false positive for JSX attributes (#239 ) (636c922 )
no-misused-observables : don't report on static accessor properties (#240 ) (eee86ce )
no-misused-observables : allow Observable-returning functions for union types (#236 ) (93c6dab )
v0.7.6
16 Jun 20:41
Compare
Sorry, something went wrong.
No results found
Fixes
no-implicit-any-catch : proper parenthesis for two-param catchError
(#230 ) (ea0f36a )
v0.7.5
05 Jun 17:07
Compare
Sorry, something went wrong.
No results found
Features
no-unbound-methods : ignore certain types, defaulting to Angular's Signal (#211 ) (087bf3c )
throw-error : report subjects throwing non-Errors (#215 ) (eb979fb )
Fixes
no-async-subscribe : report async next property on observer objects (#214 ) (f3ab04d )
v0.7.4
28 May 03:31
Compare
Sorry, something went wrong.
No results found
Fixes
no-explicit-generics : don't incorrectly flag union types (#210 ) (5662966 )
finnish : don't require $
for forkJoin
and combineLatest
overloads that take object expressions as input (#212 ) (ee9ec8e )
suffix-subjects : don't require Subject
suffix for forkJoin
and combineLatest
overloads that take object expressions as input (#212 ) (ee9ec8e )
New Contributors
v0.7.3
26 May 04:48
Compare
Sorry, something went wrong.
No results found
Features
no-ignored-subscription : ignore for certain operators (#187 ) (782f823 )
v0.7.2
18 Apr 16:06
Compare
Sorry, something went wrong.
No results found
Fixes
Functions and methods with implicit return types will now be properly checked by finnish
, no-finnish
, and no-misused-observables
. (#185 ) (b69756e )
Chores
The docs
folder of Markdown documentation is no longer published to npm. (#186 ) (cd82f47 )
v0.7.1
16 Apr 20:30
Compare
Sorry, something went wrong.
No results found
Features
no-topromise : suggest lastValueFrom(..., { defaultValue: undefined })
. (#184 ) (940ee0c )
v0.7.0
12 Mar 15:06
Compare
Sorry, something went wrong.
No results found
Breaking Changes
typescript-eslint ^8.19.1 is required (#135 ) (e5e4f7c )
Bump ts-api-utils to ^2.
Features
The URL for each rule now aligns with the installed version of this plugin, instead of latest main. (bf70419 )
v0.6.2
08 Jan 18:54
Compare
Sorry, something went wrong.
No results found
Features
no-redundant-notify : also catch unsubscribe
. (#113 ) (d42dd58 )
Documentation
add complete documentation on when not to use each rule. (#91 ) (f4b16eb )
no-subject-unsubscribe : document behavior that bans passing subjects to Subscription
's add
method. (#112 ) (3ca435b )
v0.6.1
06 Dec 14:46
Compare
Sorry, something went wrong.
No results found
Features
no-explicit-generics : removed from strict
configuration due to known issue. (#78 ) (c97c29f )