Skip to content

Releases: denoland/deno_config

0.50.0

24 Feb 15:59
Compare
Choose a tag to compare
  • fix: remove some potential panics and reduce error sizes (#160)
  • fix: support specifying an absolute path in the patch field (#161)

0.49.1

21 Feb 16:47
Compare
Choose a tag to compare
  • fix: resolve default jsxImportSource for jsx automatic (#159)

0.49.0

19 Feb 22:37
Compare
Choose a tag to compare
  • fix: better jsx config resolution (#158)

0.48.1

14 Feb 10:23
Compare
Choose a tag to compare
  • fix: diagnostic for imports and scopes in member when root has import map (#157)

0.48.0

05 Feb 22:02
Compare
Choose a tag to compare
  • feat: remove WorkspaceResolver (#156)

0.47.1

28 Jan 22:42
Compare
Choose a tag to compare
  • fix: don't warn on "compilerOptions.rootDirs" (#155)

0.47.0

28 Jan 18:42
Compare
Choose a tag to compare
  • feat: support "compilerOptions.rootDirs" (#152)

0.46.0

27 Jan 22:19
Compare
Choose a tag to compare
  • feat: compiler options from workspace member (#143)

0.45.0

14 Jan 00:50
Compare
Choose a tag to compare
  • perf: set capacity before allocating pattern string (#146)

0.44.0

09 Jan 12:56
Compare
Choose a tag to compare
  • feat: Add LintOptionsConfig.plugins (#145)