What's Changed
This release adds support for Deno 2 and Deno workspaces. Starting from this release, deno.json
files will be auto-discovered based on the entrypoint(s), if configPath
is not set in the plugin options. This release also adds support for the nodeModulesDir
option in deno.json
.
- feat: support workspaces & auto resolve deno.json by @lucacasonato in #145
- feat: support lockfile v4 by @dsherret in #140
- feat: add full support for all
nodeModulesDir
options by @lucacasonato in #141 - feat: don't error on unrecognized media types in loader by @lucacasonato in #142
- feat: support alternative/private NPM registries by @lucacasonato in #143
New Contributors
Full Changelog: 0.10.3...0.11.0