1.25.4 / 2022.09.22
- feat(unstable/npm): add flag for creating and resolving npm packages to a
local node_modules folder (#15971)
- feat(unstable/npm): add support for –reload=npm: and –reload=npm:
(#15972)
- feat(internal/ops): Automatic fast ops creation (#15527)
- fix(compile): keep non-exe extension in output name on Windows (#15994)
- fix(doc): deno doc should parse modules if they haven’t been parsed before
(#15941)
- fix(ext/node): fix builtin module module (#15904)
- fix(ext/webgpu): make GPUDevice.features SetLike (#15853)
- fix(flash): panic if response if undefined (#15964)
- fix(runtime): better error message with Deno.env.get/set (#15966)
- fix(runtime): fix permission status cache keys (#15899)
- perf(cli): avoid
canonicalize_path
if config file does not exist (#15957)
- perf(cli): avoid
clap::App::clone
(#15951)
- perf(cli): use -O3 instead of -Oz (#15952)
- perf(core): use single ObjectTemplate for ops in
initialize_ops
(#15959)
- perf(ext/console): avoid
wrapConsole
when not inspecting (#15931)
- perf(web): optimize encodeInto() (#15922)
- perf: fs optimizations – part 1 (#15873)