Skip to content

Releases: denoland/deno_lint

0.67.0

18 Sep 15:12

Choose a tag to compare

  • Add seperate no-process-global lint rule (#1330)

0.66.0

18 Sep 00:54

Choose a tag to compare

  • Revert "fix: remove process global check" (#1329)
  • fix: remove process global check (#1328)

0.65.0

06 Sep 11:10

Choose a tag to compare

0.65.0

0.64.0

30 Aug 15:21

Choose a tag to compare

  • fix(no-window): nested member exprs (#1304)
  • fix: Don't construct invalid chars in regex validator (#1312)
  • fix: deno_ast 0.42 (#1317)

0.63.1

15 Aug 17:13

Choose a tag to compare

  • fix: Better hint + fix description for no-node-globals (#1311)

0.63.0

14 Aug 22:14

Choose a tag to compare

  • feat: Add rule disallowing use of NodeJS global objects (#1309)

0.62.0

31 Jul 18:06

Choose a tag to compare

  • fix: update globals list (#1289)
  • perf: upgrade to deno_ast 0.41 (#1301)

0.61.0

24 Jul 22:15

Choose a tag to compare

  • feat: ability to provide a custom docs url (#1297)
  • feat: add range_description and info to diagnostic (#1298)
  • feat: support diagnostics without ranges (#1299)

0.60.1

09 Jul 19:17

Choose a tag to compare

  • fix(prefer-primordials): add ES2024 ArrayBuffer features (#1290)
  • fix: Make dlint report syntax/parsing errors (#1285)
  • fix: Upgrade deno_ast to 0.40.0 (#1291)

0.60.0

04 Jun 13:48

Choose a tag to compare

  • fix: allow blank lines and comments in cases that do not stop execution (#1275)
  • fix: use macos-13 runner (#1282)