1.20.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=60
This commit is contained in:
58
deno.changes
58
deno.changes
@@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 02:00:07 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.20.1:
|
||||
* BREAKING: don't inherit permissions by default (#13668)
|
||||
* feat(cli): support data url (#13667)
|
||||
* feat(cli): update to TypeScript 4.6.2 (#13474)
|
||||
* feat(compat): CJS/ESM interoperability (#13553)
|
||||
* feat(core): Event loop middlewares for Extensions (#13816)
|
||||
* feat(core): codegen ops (#13861)
|
||||
* feat(ext/crypto): AES-GCM support for 128bit IVs (#13805)
|
||||
* feat(ext/fetch): Allow Response status 101 (#13969)
|
||||
* feat(ext/http): auto-compression of fixed response bodies (#13769)
|
||||
* feat(ext/net): Use socket2 crate to create TcpListener (#13808)
|
||||
* feat(ext/net): support cert, key options in listenTls (#13740)
|
||||
* feat(ext/web): Add AbortSignal.timeout() (#13687)
|
||||
* feat(net): add Deno.UnixConn interface (#13787)
|
||||
* feat(ops): custom arity (#13949)
|
||||
* feat(ops): optional OpState (#13954)
|
||||
* feat(unstable): Add Deno.upgradeHttp API (#13618)
|
||||
* feat: "deno bench" subcommand (#13713)
|
||||
* feat: "deno task" subcommand (#13725)
|
||||
* feat: Add Deno.TcpConn class, change return type from Deno.connect (#13714)
|
||||
* feat: allow specification of import map in config file (#13739)
|
||||
* feat: deno test --trace-ops (#13770)
|
||||
* fix(compat): cjs/esm interop for dynamic imports (#13792)
|
||||
* fix(core): Don't override structured clone error messages from V8 (#13942)
|
||||
* fix(core): nuke Deno.core.ops pre-snapshot (#13970)
|
||||
* fix(ext/crypto): handle JWK import with "use" (#13912)
|
||||
* fix(ext/crypto): use EcKeyImportParams dictionary (#13894)
|
||||
* fix(ext/http): drop content-length header on compression (#13866)
|
||||
* fix(info): print deno info paths with unescaped backslashes on windows (#13847)
|
||||
* fix(test): skip typechecking for blocks inside HTML comments (#13889)
|
||||
* fix: shell completion hints (#13876)
|
||||
* fix: upgrade reqwest to 0.11.10 (#13951)
|
||||
* perf(web): Optimize TextDecoder by adding a new U16String type (#13923)
|
||||
* perf(web): optimize Blob.text and Blob.arrayBuffer (#13981)
|
||||
* perf(web): use DOMString for BlobParts (#13979)
|
||||
* perf: opt-level-3 all of ext (#13940)
|
||||
- includes v1.19.3:
|
||||
* fix(ci): restore compatibility with older glibc (#13846)
|
||||
* fix(test): typecheck blocks annotated with long js/ts notations (#13785)
|
||||
* perf(core): micro-optimize OpsTracker (#13868)
|
||||
* perf(ext/web): optimize atob/btoa (#13841)
|
||||
* perf(serde_v8): avoid SerializablePkg allocs (#13860)
|
||||
* perf(serde_v8): optimize ByteString deserialization (#13853)
|
||||
- includes v1.19.2:
|
||||
* fix(cli): disable config discovery for remote script (#13745)
|
||||
* fix(repl): fix null eval result (#13804)
|
||||
* fix(runtime): disable console color for non tty stdout (#13782)
|
||||
* fix(test): use --no-prompt by default (#13777)
|
||||
- includes v1.19.1:
|
||||
* feat(ext/ffi/unstable): Support read only global statics (#13662)
|
||||
* fix(compile): Support import maps (#13756)
|
||||
* fix(upgrade): move the file permission check to the beginning of the upgrade
|
||||
process (#13726)
|
||||
* fix(vendor): do not add absolute specifiers to scopes (#13710)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 23:40:15 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
Reference in New Issue
Block a user