diff options
Diffstat (limited to 'Releases.md')
-rw-r--r-- | Releases.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md index 8a014ed80..29cb7b823 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,42 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.41.1 / 2024.02.29 + +- feat(unstable): `deno add` subcommand (#22520) +- feat(unstable/lsp): jsr specifier completions (#22612) +- feat(unstable/publish): discover jsr.json and jsr.jsonc files (#22587) +- feat(unstable/publish): enable package provenance by default on github actions + (#22635) +- feat(unstable/publish): infer dependencies from package.json (#22563) +- feat(unstable/publish): provenance attestation (#22573) +- feat(unstable/publish): respect .gitignore during `deno publish` (#22514) +- feat(unstable/publish): support sloppy imports and bare node built-ins + (#22588) +- fix(compile): add aarch64 linux to `CliOptions::npm_system_info` (#22567) +- fix(compile): allow to compile for ARM linux (#22542) +- fix(ext/crypto): align the return type of `crypto.randomUUID` to + `cli/tsc/dts/lib.dom.d.ts` (#22465) +- fix(ext/node) add node http methods (#22630) +- fix(ext/node): init arch, pid, platform at startup (#22561) +- fix(ext/node): set correct process.argv0 (#22555) +- fix(io): create_named_pipe parallelism (#22597) +- fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic import + from JSR (#22623) +- fix(jsr): relative dynamic imports in jsr packages (#22624) +- fix(lsp): import map expansion (#22553) +- fix(publish): disable provenance if not in GHA (#22638) +- fix(publish): make the already published message look like a warning (#22620) +- fix(publish): print a warning when .jsx or .tsx is imported (#22631) +- fix(publish): reduce warnings about dynamic imports (#22636) +- fix(test): ensure that pre- and post-test output is flushed at the appropriate + times (#22611) +- fix(unstable): add `Date#toTemporalInstant` type (#22637) +- fix(unstable): sloppy imports should resolve .d.ts files during types + resolution (#22602) +- perf(cli): reduce overhead in test registration (#22552) +- perf(fmt): reduce memory usage and improve performance (#22570) + ### 1.41.0 / 2024.02.22 - BREAKING(net/unstable): remove `Deno.DatagramConn.rid` (#22475) |