Tags: zhangdinet/deno
Tags
v0.23.0 / 2019.11.04 - feat: Add serveTLS and listenAndServeTLS (denoland#3257) - feat: Lockfile support (denoland#3231) - feat: Adds custom inspect method for URL (denoland#3241) - fix: Support for deep `Map` equality with `asserts#equal` (denoland#3236, denoland#3258) - fix: Make EOF unique symbol (denoland#3244) - fix: Prevent customInspect error from crashing console (denoland#3226)
v0.16.0 / 2019.08.22 In deno: - feat: "deno test" subcommand (denoland#2783, denoland#2784, denoland#2800) - feat: implement console.trace() (denoland#2780) - feat: support .d.ts files (denoland#2746) - feat: support custom inspection of objects (denoland#2791) - fix: dynamic import panic (denoland#2792) - fix: handle tsconfig.json with comments (denoland#2773) - fix: import map panics, use import map's location as its base URL (denoland#2770) - fix: set response.url (denoland#2782) In deno_std: - feat: add overloaded form of unit test declaration (denoland/std#563) - feat: add printf implementation (fmt/sprintf.ts) (denoland/std#566) - feat: print out the failed tests after the summary (denoland/std#554) - feat: test runner (denoland/std#516, denoland/std#564, denoland/std#568) - fix: accept absolute root directories in the file server (denoland/std#558) - fix: refactor 'assertEquals' (denoland/std#560) - fix: test all text functions in colors module (denoland/std#553)
v0.14.0 / 2019.08.09 In deno: - feat: remove `Deno.build.args` (denoland#2728) - feat: support native line ending conversion in the `Blob` constructor (denoland#2695) - feat: add option to delete the `Deno` namespace in a worker (denoland#2717) - feat: support starting workers using a blob: URL (denoland#2729) - feat: make `Deno.execPath()` a function (denoland#2743, denoland#2744) - feat: support `await import(...)` syntax for dynamic module imports (denoland#2516) - fix: enforce permissions on `Deno.kill()`, `Deno.homeDir()` and `Deno.e 4509 xecPath()` (denoland#2714, denoland#2723) - fix: `cargo build` now builds incrementally (denoland#2740) - fix: avoid REPL crash when DENO_DIR doesn't exist (denoland#2727) - fix: resolve worker module URLs relative to the host main module URL (denoland#2751) - doc: improve documentation on using the V8 profiler (denoland#2742) In deno_std: - fix: make the 'ws' module (websockets) work again (denoland/std#550)
PreviousNext