Skip to content

Releases: denoland/deno_lint

0.42.0

15 Mar 02:23
Compare
Choose a tag to compare
  • fix(prefer-primordials): Improve getter properties checking (#1136)

0.41.0

02 Mar 20:42
Compare
Choose a tag to compare
0.41.0

0.40.0

22 Feb 14:26
Compare
Choose a tag to compare
  • Revert "update(no-deprecated-deno-api): deprecate Deno.run (#1128)" (#1137)

0.39.0

22 Feb 14:15
Compare
Choose a tag to compare
  • fix(www): update fresh to latest & fix the appearance issue (#1134)
  • fix: Fix website background color (#1133)

0.38.0

09 Feb 20:34
Compare
Choose a tag to compare
  • feat(prefer-primordials): Add check for yield* (#1111)
  • feat(prefer-primordials): Add check for getter properties (#1114)
  • fix(default-param-last): check class constructors (#1120)
  • fix: Update syntax hightlighting css file and set 100vh container (#1129)
  • fix: upgrade deno_ast to 0.24 (#1130)
  • update(ban-types): add BigInt type check (#1124)
  • update(no-deprecated-deno-api): deprecate Deno.run (#1128)

0.37.0

04 Jan 19:21
Compare
Choose a tag to compare
  • feat: upgrade deno_ast to 0.23.1 (#1110)

0.36.0

04 Jan 05:06
deefe96
Compare
Choose a tag to compare

What's Changed

  • chore(docs): remove doc for no-mixed-spaces-and-tabs by @magurotuna in #1100
  • chore(docs): update www/public/docs.json & add a CI step to check if it's up-to-date by @magurotuna in #1101
  • feat: Add guard-for-in rule by @petamoriken in #1105
  • ref: Exclude rules takes precedence over include by @kamilogorek in #1104
  • fix(prefer-primordials): Detailed messages and hints & Add missing global intrinsic targets by @petamoriken in #1107
  • feat(prefer-primordials): Prevent to use array pattern assignments by @petamoriken in #1108
  • 0.36.0 by @ry in #1109

New Contributors

Full Changelog: 0.35.0...0.36.0

0.35.0

10 Nov 13:39
Compare
Choose a tag to compare
  • fix: empty object type recommendation (#1096)

0.34.0

24 Oct 21:16
Compare
Choose a tag to compare
  • feat(dlint): add compact format (#1079)
  • feat(require-await): use narrower spans for diagnostics (#1090)
  • feat: upgrade deno_ast to 0.20.0 (#1092)
  • fix: getter_return - checking the return value in Object.create and Object.defineProperties (#1089)
  • fix: getter_return - checking the return value of the getter property in Reflect.defineProperty() (#1087)
  • fix: getter_return - permit using a generator without specifying an explicit return value (#1091)
  • fix: no-self-assign rule grammar (#1085)
  • fix: no_self_assign - getter and private class member with same name (#1084)
  • fix: use media_type instead of file_name (#1086)
  • fmt

0.33.0

07 Sep 15:40
97f5a6c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.32.0...0.33.0