Skip to content

Releases: darraghoriordan/eslint-plugin-nestjs-typed

v3.5.2

05 Nov 07:44

Choose a tag to compare

3.5.2 (2021-11-05)

Bug Fixes

  • param rule should support single quote (8a6df93)

v3.5.1

01 Nov 10:27

Choose a tag to compare

3.5.1 (2021-11-01)

Bug Fixes

v3.5.0

01 Nov 09:59

Choose a tag to compare

3.5.0 (2021-11-01)

Features

  • add two new rules around class transformer decorators (deb4da4)

v3.4.0

31 Oct 10:45

Choose a tag to compare

3.4.0 (2021-10-31)

Bug Fixes

  • custom types (86ecdcb)
  • filename was missing type indication (b850159)

Features

  • change tests to use the build test helpers (be02f77)

v3.3.0

28 Oct 10:24

Choose a tag to compare

3.3.0 (2021-10-28)

Features

  • add param-decorator-name-matches-route-param rule (0eb6679)

v3.2.0

26 Oct 02:56

Choose a tag to compare

3.2.0 (2021-10-26)

Features

  • add a new rule should-specify-forbid-unknown-values (267687d)

v3.1.0

25 Oct 23:44

Choose a tag to compare

3.1.0 (2021-10-25)

Features

  • fix all rules and imports (8bf9800)

v3.0.0

25 Oct 09:55

Choose a tag to compare

3.0.0 (2021-10-25)

Bug Fixes

  • upgrade jest and a few other libs (6f8c5d9)

Features

  • bump to use eslint 8 and typescript parser 5 (dd51b64)
  • Made the enum checking rule operate on all enums correctly

BREAKING CHANGES

  • Upgraded many of the dep libraries

v2.0.0

07 Oct 10:12
d0894bc

Choose a tag to compare

2.0.0 (2021-10-07)

Features

BREAKING CHANGES

  • The previous merged feature renamed a rule
    api-method-should-specify-api-operation is now api-method-should-specify-api-response

This bumps the version to 2 for that change

v1.9.0

13 Jun 10:48
f91905e

Choose a tag to compare

1.9.0 (2021-06-13)

Features

  • add eslint utils as a dependancy (b7d28e8)