Skip to content

Releases: darraghoriordan/eslint-plugin-nestjs-typed

v3.12.0

27 Aug 13:04
Compare
Choose a tag to compare

3.12.0 (2022-08-27)

Features

  • support custom type decorators in validate-non-primitive-prop (47c8842)

v3.11.2

24 Jul 10:25
Compare
Choose a tag to compare

3.11.2 (2022-07-24)

Bug Fixes

  • some refactoring to support custom factories better (adf801b)

v3.11.1

23 Jul 14:32
Compare
Choose a tag to compare

3.11.1 (2022-07-23)

Bug Fixes

  • removed a debugging statement (8661e5b)

v3.11.0

23 Jul 14:13
0c2c969
Compare
Choose a tag to compare

3.11.0 (2022-07-23)

Bug Fixes

  • fixed two bugs around injectables should be provided (bf22c49)
  • made injectable tests work as expected (3473f42)

Features

v3.10.1

18 May 08:17
Compare
Choose a tag to compare

3.10.1 (2022-05-18)

Bug Fixes

v3.10.0

18 May 07:52
a41ee88
Compare
Choose a tag to compare

3.10.0 (2022-05-18)

Bug Fixes

Features

  • force node 14 min (872a5c3)
  • upgrade all libraries to latest (344353d)

v3.9.1

03 Mar 09:24
d0011e8
Compare
Choose a tag to compare

3.9.1 (2022-03-03)

Bug Fixes

  • missing null-check in apiPropertyReturningArrayShouldSetArray (08d4fb4)

v3.9.0

18 Dec 23:41
Compare
Choose a tag to compare

3.9.0 (2021-12-18)

Features

  • fix isArray detection for optional properties (95f5c43)

v3.8.1

11 Dec 13:05
Compare
Choose a tag to compare

3.8.1 (2021-12-11)

Bug Fixes

  • fix issue 21 handling array syntax (e581d50)

v3.8.0

08 Dec 11:25
Compare
Choose a tag to compare

3.8.0 (2021-12-08)

Features

  • rename the whitelisted property rule and add documentation (b549566)