Releases: denoland/deno_config
Releases · denoland/deno_config
0.22.0
- feat: move imports w/ importMap diagnostic to deno_config (#83)
0.21.3
- fix: package.json serialize should serialize like a package.json (#82)
0.21.2
- fix: allow empty workspace config (#80)
- fix: use start directory deno.json as "root deno.json config" in npm workspace (#81)
0.21.1
- fix: Allow to explicitly specify import map in workspace setting (#79)
0.21.0
- fix: deny unknown fields for workspace config (#76)
- fix: support publishing jsr packages in an npm workspace (#77)
0.20.3
- feat(deno_json): support "workspace" as an object (#73)
0.20.2
- feat: support wildcards in npm workspaces (#74)
0.20.1
- fix: better cli file argument handling (#72)
0.20.0
- feat: move
FileCollector
to deno_config (#70)
- feat: move vendor dir to Workspace (#71)
- fix: use double quotes for field diagnostics and update question to statement (#69)