Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Releases: timdeschryver/ngrx-tslint-rules

v2.1.4

18 Sep 10:59
d6cc048
Compare
Choose a tag to compare

2.1.4 (2020-09-18)

Bug Fixes

  • upgrade peer dependency to tslint 6 (#46) (d6cc048)

v2.1.3

22 Jul 15:11
Compare
Choose a tag to compare

2.1.3 (2020-07-22)

Bug Fixes

  • ngrx-avoid-dispatching-multiple-actions-sequentially: include store$ (36e095b)

v2.1.2

21 Jun 09:30
Compare
Choose a tag to compare

2.1.2 (2020-06-21)

Bug Fixes

  • on-reducer-explicit-return-type: return primitives (ae50461), closes #38

v2.1.1

01 Jun 12:48
805b9e1
Compare
Choose a tag to compare

2.1.1 (2020-06-01)

Bug Fixes

  • ngrx-on-reducer-explicit-return-type: exclude nested arrow functions (#37) (805b9e1)

v2.1.0

29 May 16:14
Compare
Choose a tag to compare

2.1.0 (2020-05-29)

Features

v2.0.0

10 Mar 19:12
Compare
Choose a tag to compare

2.0.0 (2020-03-10)

Features

BREAKING CHANGES

  • BEFORE:

Store generics were allowed as object, any, or {}

AFTER:

Only a store without a generic is recommended

constructor(private store: Store){}
  • This version is for NgRx 9

v1.16.1

09 Feb 12:43
de45fd9
Compare
Choose a tag to compare

1.16.1 (2020-02-09)

Bug Fixes

v1.16.0

09 Jan 19:18
39f735a
Compare
Choose a tag to compare

1.16.0 (2020-01-09)

Features

  • add ngrx-no-effects-in-providers (#26) (39f735a)

v1.15.0

06 Jan 06:37
fb2137c
Compare
Choose a tag to compare

1.15.0 (2020-01-06)

Features

  • add ngrx-no-reducer-in-key-names (#25) (fb2137c)

v1.14.1

27 Dec 16:26
e74dd69
Compare
Choose a tag to compare

1.14.1 (2019-12-27)

Bug Fixes

  • ngrx-action-hygiene should only verify action name in createAction (#23) (e74dd69)