Skip to content

Releases: denoland/deno_lint

0.76.0

28 May 15:57
Compare
Choose a tag to compare

0.75.0

13 May 16:53
Compare
Choose a tag to compare
  • fix(ban-types): Use PropertyKey type global in hint message (#1305)
  • fix(rules-of-hooks): binary expression conditional detection (#1427)
  • fix: deno_ast 0.47 (#1435)

0.74.0

27 Feb 20:13
Compare
Choose a tag to compare
  • feat: deno_ast 0.46 (#1423)

0.73.1

24 Feb 10:34
Compare
Choose a tag to compare
  • fix(jsx-boolean-value): add code fix (#1419)
  • fix(jsx-curly-braces): ignore values that require escaping (#1420)
  • fix(react-rules-of-hooks): don't error on hook following non-terminal if statement (#1418)

0.73.0

14 Feb 17:20
Compare
Choose a tag to compare
  • fix: no-var case in TS declaration (#1413)

0.72.1

14 Feb 08:52
Compare
Choose a tag to compare
  • fix(rule-of-hooks): handle var decl with destructuring (#1416)

0.72.0

10 Feb 14:49
Compare
Choose a tag to compare
  • feat: Add LintDocsUrl enum for LintDiagnosticDetails (#1415)

0.71.0

28 Jan 14:54
Compare
Choose a tag to compare
  • feat: Add ExternalLinter API (#1384)

0.70.0

27 Jan 14:52
Compare
Choose a tag to compare
  • fix(button-has-type): treat expressions as valid value (#1402)
  • fix(jsx-no-danger-with-children): account for ignored JSXText nodes (#1400)
  • fix(jsx_no_unescaped_entities): only warn about > and } (#1405)
  • fix(rules-of-hooks): fix incorrect hook detection (#1401)
  • fix: jsx_curly_braces flagging trailing space expression (#1388)
  • fix: only mark relevant JSX nodes for failing rule (#1404)
  • fix: rename react rules to react-* prefix (#1403)

0.69.1

24 Jan 18:58
Compare
Choose a tag to compare
  • feat: Remove LintRule::docs() (#1381)
  • fix(www): change redirect (#1385)
  • fix: rules-of-hooks not detecting hooks in hooks (#1387)