Releases: lucacasonato/esbuild_deno_loader
Releases · lucacasonato/esbuild_deno_loader
0.11.0
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
0.10.1
This just fixes a documentation issue in the README.
Full Changelog: 0.10.0...0.10.1
0.10.0
What's Changed
This release is only published to https://jsr.io/@luca/esbuild-deno-loader. This package is no longer published to deno.land/x.
- feat: publish to JSR by @lucacasonato in #117
- fix: synchronizing loads so they don't occur at the same time by @lucacasonato in #116
- refactor: clean up node_modules/ importing code by @lucacasonato in #118
- chore: actually run in canary again by @lucacasonato in #119
Full Changelog: 0.9.0...0.10.0
0.9.0
What's Changed
- feat:
jsr:
specifier support by @lucacasonato in #110 - feat: support embedded import map expansion by @lucacasonato in #111
- chore: upgrade esbuild 0.20.0 by @deer in #108
Full Changelog: 0.8.5...0.9.0
0.8.5
What's Changed
- fix: error when npm package is linked in parallel by @lucacasonato in #107
Full Changelog: 0.8.4...0.8.5
0.8.4
What's Changed
- fix: properly resolve dependencies of dependencies by @lucacasonato in #104
- fix: obeys esbuild's external argument by @BlackAsLight in #102
- fix: run tmp operations in same file system as DENO_DIR by @ngasull in #79
- fix: handle builtin node deps for NPM packages by @lucacasonato in #105
- chore: rewrite tests to work with deno lsp by @marvinhagemeister in #101
New Contributors
- @BlackAsLight made their first contribution in #102
- @ngasull made their first contribution in #79
Full Changelog: 0.8.3...0.8.4
0.8.3
0.8.2
What's Changed
- fix: native loader with npm and scoped packages by @lucacasonato in #80
- chore: bump dependencies by @deer in #78
- Release 0.8.2 by @marvinhagemeister in #90
New Contributors
- @deer made their first contribution in #78
- @marvinhagemeister made their first contribution in #90
Full Changelog: 0.8.1...0.8.2
0.8.1
What's Changed
- fix: support more NPM packages in global loader by @lucacasonato in #71
New Contributors
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- feat: support for
npm:
specifiers by @lucacasonato in #67 - fix: stop intercepting JSON loads by @lucacasonato in #69
- chore: update to [email protected] by @lucacasonato in #70
Full Changelog: 0.7.2...0.8.0