Skip to content

Releases: darraghoriordan/eslint-plugin-nestjs-typed

v3.17.1

01 Dec 01:39
19658b3
Compare
Choose a tag to compare

3.17.1 (2022-12-01)

Bug Fixes

  • detect null primitive types (bf11909)

v3.17.0

30 Nov 20:46
86accfc
Compare
Choose a tag to compare

3.17.0 (2022-11-30)

Features

  • autofix suggestions for validateNonPrimitiveNeedsDecorators (2ef1f16)

v3.16.1

30 Nov 20:42
cf0498c
Compare
Choose a tag to compare

3.16.1 (2022-11-30)

Bug Fixes

v3.16.0

20 Nov 03:39
Compare
Choose a tag to compare

3.16.0 (2022-11-20)

Features

v3.15.2

07 Nov 09:17
Compare
Choose a tag to compare

3.15.2 (2022-11-07)

Bug Fixes

  • add a note to use IsEnum on non primitive properties of type enum (4a6d410)
  • spelling of primitive was incorrect in rule message (7dde9f5)

v3.15.1

04 Nov 04:05
Compare
Choose a tag to compare

3.15.1 (2022-11-04)

Bug Fixes

  • add documentation for all-properties-have-explicit-defined (3fab9a0)

v3.15.0

04 Nov 03:57
139a59e
Compare
Choose a tag to compare

3.15.0 (2022-11-04)

Bug Fixes

  • change the logic to avoid decorator name conflicts (be8c224)
  • fixed merge typing issues (f4e9086)
  • rename this for consistency (8e3ab50)

Features

  • all properties have explicit defined (139a59e)
  • all properties have explicit defined (8d067bf)

v3.14.0

03 Nov 22:48
6d7b6d7
Compare
Choose a tag to compare

3.14.0 (2022-11-03)

Features

  • allPropertiesAreWhitelisted: adds checking imported decorator is from class-validator (524d13c)
  • allPropertiesAreWhitelisted: adds test for conflicting import name (b44e904)
  • classValidatorDecorators: adds import check to validate-non-primitive-needs-decorators (5386d9b)
  • classValidatorDecorators: clearify name of new test (54dbc55)
  • classValidatorDecorators: ensure tests are correct with new rules (8cb5b87)
  • classValidatorDecorators: extracts duplicated code into function (1cc7858)
  • classValidatorDecorators: re-adds enum exclusion from rule (aad290a)
  • classValidatorDecorators: removes class validator decorator list (6e4a81e)
  • classValidatorDecorators: removes IsEnum decorated from should-be-decorated (c9a1bf2)

v3.13.0

03 Nov 11:45
Compare
Choose a tag to compare

3.13.0 (2022-11-03)

Features

  • use latest typescript eslint libs (ac65e30)

v3.12.1

13 Sep 14:20
6ea32f3
Compare
Choose a tag to compare

3.12.1 (2022-09-13)

Bug Fixes

  • version bump to publish previous PR (6ea32f3)