Releases: denoland/deno_config
Releases · denoland/deno_config
0.50.0
- fix: remove some potential panics and reduce error sizes (#160)
- fix: support specifying an absolute path in the patch field (#161)
0.49.1
- fix: resolve default jsxImportSource for jsx automatic (#159)
0.49.0
- fix: better jsx config resolution (#158)
0.48.1
- fix: diagnostic for imports and scopes in member when root has import map (#157)
0.48.0
- feat: remove WorkspaceResolver (#156)
0.47.1
- fix: don't warn on "compilerOptions.rootDirs" (#155)
0.47.0
- feat: support "compilerOptions.rootDirs" (#152)
0.46.0
- feat: compiler options from workspace member (#143)
0.45.0
- perf: set capacity before allocating pattern string (#146)
0.44.0
- feat: Add LintOptionsConfig.plugins (#145)