Skip to content

Releases: timdeschryver/eslint-plugin-ngrx

v2.1.4

19 Jul 06:18
614bc19
Compare
Choose a tag to compare

2.1.4 (2022-07-19)

Bug Fixes

  • downgrade required typescript version (#292) (614bc19)

v2.1.3

25 Jun 20:31
303204a
Compare
Choose a tag to compare

2.1.3 (2022-06-25)

Bug Fixes

v2.1.2

01 Apr 17:14
dfaec00
Compare
Choose a tag to compare

2.1.2 (2022-04-01)

Bug Fixes

  • avoid-mapping-selectors: allow in effect (#289) (dfaec00)

v2.1.1

26 Mar 19:00
a0a3d87
Compare
Choose a tag to compare

2.1.1 (2022-03-26)

Bug Fixes

  • avoid-mapping-selectors: allow ThisExpression in map (#287) (a0a3d87), closes #285

v2.1.0

24 Mar 16:36
0c7da0c
Compare
Choose a tag to compare

2.1.0 (2022-03-24)

Features

  • add requiring-type-checking configs, remove rules from existing configs (#286) (0c7da0c)

v2.0.4

12 Feb 19:46
659faa5
Compare
Choose a tag to compare

2.0.4 (2022-02-12)

Bug Fixes

  • prefer-concat-latest-from: detect multiple arguments (#281) (659faa5), closes #280

v2.0.3

15 Dec 06:59
fefd2c9
Compare
Choose a tag to compare

2.0.3 (2021-12-15)

Bug Fixes

v2.0.2

10 Dec 16:56
722e38f
Compare
Choose a tag to compare

2.0.2 (2021-12-10)

Bug Fixes

  • on-function-explicit-return-type: catch reducers without arguments (#274) (3326eea), closes #273

v2.0.1

04 Dec 16:38
Compare
Choose a tag to compare

2.0.1 (2021-12-04)

Bug Fixes

  • a better ng-add expererience (0c6dd3a)
  • avoid-cyclic-effects: configure as warning (dbe046c)

v2.0.0

23 Nov 07:46
5391760
Compare
Choose a tag to compare

2.0.0 (2021-11-23)

Features

BREAKING CHANGES

  • Requires the following versions:
  • ESLint v8
  • TypeScript ESLint v5

Removed the dependency on eslint-plugin-rxjs.
To re-enable the RxJS rules for NgRx Effects, you have to manually install the RxJS ESLint plugin.
Details can be found at https://www.npmjs.com/package/eslint-plugin-rxjs

Rename the rule use-selector-in-select to prefer-selector-in-select.
This makes the name consistent with the other rules.