Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-10 | chore: Fix broken test on Windows (#10900) | David Sherret | |
2021-06-10 | chore(tests): Kill orphaned deno processes spawned during the tests (#10922) | David Sherret | |
2021-06-10 | refactor: use join instead of format! (#10921) | Bartek Iwańczuk | |
2021-06-10 | refactor: merge deno_file crate into deno_web (#10914) | Bartek Iwańczuk | |
This refactor makes it so there's one less crate to publish on each release. | |||
2021-06-10 | docs: specify that allow-env and allow-run can have allow lists (#10918) | grian | |
2021-06-09 | refactor(repl): Extract out structs for internal REPL code (#10915) | David Sherret | |
* Extract out ReplEditor. * Extract out ReplSession. * Move PRELUDE declaration up. | |||
2021-06-09 | chore: move serde_v8 to separate repo (#10909) | Bartek Iwańczuk | |
Now available at https://github.com/denoland/serde_v8 | |||
2021-06-09 | fix(runtime): early binding to dispatchEvent in workers (#10904) | Kitson Kelly | |
2021-06-09 | docs: improve TypeScript docs around use of libs (#10889) | Kitson Kelly | |
Closes #10881 | |||
2021-06-09 | feat(lsp): add additional logging information (#10890) | Kitson Kelly | |
2021-06-08 | chore(tests): Friendlier message when running the tests and forgetting to ↵ | David Sherret | |
run `cargo build` first. (#10901) | |||
2021-06-08 | v1.11.0 | Bartek Iwańczuk | |
2021-06-08 | chore: release crates (#10896) | Bartek Iwańczuk | |
2021-06-08 | upgrade: rusty_v8 0.22.3 (#10892) | Bartek Iwańczuk | |
2021-06-07 | chore(tools): Fix stdout buffer of launched process getting full causing ↵ | David Sherret | |
tools/lint.js to hang on Windows (#10888) Also fix Windows only clippy issues. | |||
2021-06-07 | chore: update wpt (#10884) | Luca Casonato | |
This commit updates wpt. It tries to get us ever closer to eventually stop floating patches, and being able to use wpt upstream. | |||
2021-06-07 | chore: upgrade deno_lint 0.6.1 (#10882) | Bartek Iwańczuk | |
2021-06-07 | tests: upload WPT reports to wpt.fyi (#10883) | Luca Casonato | |
2021-06-07 | refactor(runtime): move performance API to timers extension (#10818) | Satya Rohith | |
Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
2021-06-07 | feat(compile): Initialize runtime_compiler ops for standalone binaries (#10052) | Divy Srivastava | |
2021-06-07 | feat(lsp): add test code lens (#10874) | Kitson Kelly | |
Ref #8643 | |||
2021-06-07 | tests(lsp): fix flakey lsp integration test (#10875) | Kitson Kelly | |
2021-06-07 | refactor: clean up webidl protype configuration (#10871) | Luca Casonato | |
2021-06-06 | chore: upgrade crates (#10867) | Bartek Iwańczuk | |
* deno_doc - 0.5.0 * deno_lint - 0.6.0 * dprint-plugin-typescript - 0.46.0 * dprint-plugin-markdown - 0.8.0 * dprint-plugin-json - 0.12.0 * swc_bundler - 0.37.4 * swc_ecmascript - 0.36.0 | |||
2021-06-06 | tests: run wpt scripts with Deno.core.evalContext (#10852) | Luca Casonato | |
This means wpts are now run in script context, and there are better stack traces. | |||
2021-06-06 | tests: generate and upload wptreport.json (#10869) | Luca Casonato | |
These reports can be consumed by tools like `wptreport` or https://wpt.fyi. The old style report could be removed in a future PR when wpt.deno.land is updated. | |||
2021-06-06 | chore: optimize USVString webidl converters (#10865) | Luca Casonato | |
2021-06-06 | feat(fetch): implement abort (#10863) | Luca Casonato | |
This commit introduces fetch aborting via an AbortSignal. | |||
2021-06-06 | feat(extensions/crypto): implement subtle.digest (#10796) | Casper Beyer | |
Co-authored-by: Yacine Hmito yacinehmito@users.noreply.github.com | |||
2021-06-06 | fix(#10747): cannot read config option in windows (#10791) | jeiea | |
Fixes #10747 | |||
2021-06-06 | feat(web): Implement TextDecoderStream and TextEncoderStream (#10842) | Andreu Botella | |
2021-06-06 | ci: update comment for stale PR bot (#10849) | Dezső Mészáros | |
2021-06-06 | fix: typo in validator for TextEncoder#encode (#10862) | Luca Casonato | |
2021-06-05 | refactor(web): use encoding_rs for text encoding (#10844) | Luca Casonato | |
This commit removes all JS based text encoding / text decoding. Instead encoding now happens in Rust via encoding_rs (already in tree). This implementation retains stream support, but adds the last missing encodings. We are incredibly close to 100% WPT on text encoding now. This should reduce our baseline heap by quite a bit. | |||
2021-06-05 | fix(crypto): change Crypto to interface (#10853) | Leo K | |
Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
2021-06-05 | tests: disable failing stream idl test (#10860) | Luca Casonato | |
Didn't catch failure in original PR due to #10856 and merge ordering. | |||
2021-06-05 | fix(streams): expose ReadableByteStreamController & ↵ | Leo K | |
TransformStreamDefaultController (#10855) | |||
2021-06-05 | refactor(crypto): validate max random bytes in Rust (#10857) | Leo K | |
2021-06-05 | tests: fix wpt runner expected test file failures (#10856) | Luca Casonato | |
2021-06-05 | tests: remove non-applicable webstorage wpt (#10858) | Leo K | |
2021-06-05 | feat(cli/compile): Support data uri dynamic imports in `deno compile` (#9936) | Divy Srivastava | |
2021-06-05 | webutil: replace cloneValue impl with serialize/deserialize (#10215) | Elad Keyshawn | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-06-05 | feat: make 'deno lint' stable (#10851) | Bartek Iwańczuk | |
2021-06-05 | feat(extensions/crypto): implement randomUUID (#10848) | Leo K | |
2021-06-05 | fix(lsp): refactor, fix issues and add benchmark for code lens (#10841) | Kitson Kelly | |
2021-06-04 | chore: add web crypto to expectations (#10845) | Luca Casonato | |
This should make wpt.deno.land a lot more accurate about our current implementation status. | |||
2021-06-04 | fix: hang in op_http_next_request (#10836) | Bartek Iwańczuk | |
This commit adds "CancelHandle" to "ConnResource" and changes "op_http_next_request" to await for the cancel signal. In turn when async iterating over "Deno.HttpConn" the iterator breaks upon closing of the resource. | |||
2021-06-03 | fix(cli): output json with trailing newline character (#10830) | Yusuke Tanaka | |
2021-06-03 | fix(fetch): implement newline normalization and escapes in the ↵ | Andreu Botella | |
multipart/form-data serializer (#10832) | |||
2021-06-03 | feat(cli): support URL overload for `Deno.chdir` (#10793) | Casper Beyer | |