Age | Commit message (Expand) | Author |
2020-04-28 | fix: bug in Deno.copy (#4977) | Marcos Casagrande |
2020-04-29 | refactor: Deno.listener closes when breaking out of async iterator (#4976) | Bartek Iwańczuk |
2020-04-28 | refactor: factor out datagram from Deno.listen(), make it unstable (#4968) | Bartek Iwańczuk |
2020-04-28 | Remove Conn.closeRead (#4970) | Ryan Dahl |
2020-04-28 | BREAKING: Remove Deno.EOF, use null instead (#4953) | Nayeem Rahman |
2020-04-28 | BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOp... | Ali Hasani |
2020-04-28 | BREAKING: Use LLVM target triple for Deno.build (#4948) | Ryan Dahl |
2020-04-28 | url: Make zero a valid port (#4963) | Marcos Casagrande |
2020-04-28 | refactor: rename sync io interfaces (#4945) | Bartek Iwańczuk |
2020-04-28 | BREAKING: remove overload of Deno.test() (#4951) | Bartek Iwańczuk |
2020-04-28 | refactor: rename SeekMode variants to camelCase and stabilize (#4946) | Bartek Iwańczuk |
2020-04-28 | fix(#4769) Adds readTextFile, writeTextFile, with sync counterparts (#4901) | Divya |
2020-04-28 | Change URL.port implementation to match WHATWG specifications (#4954) | Marcos Casagrande |
2020-04-28 | BREAKING: Remove Deno.symbols namespace (#4936) | Nayeem Rahman |
2020-04-27 | Rename FileInfo time fields and represent them as Date objects (#4932) | Bert Belder |
2020-04-27 | fix(console): don't throw RangeError when an invalid date is passed (#4929) | uki00a |
2020-04-27 | refactor: decouple Console implementation from stdout (#4899) | Bartek Iwańczuk |
2020-04-27 | BREAKING: remove Deno.runTests() API (#4922) | Bartek Iwańczuk |
2020-04-26 | Add buffer size argument to copy (#4907) | Marcos Casagrande |
2020-04-25 | fix(cli/js/symbols): Update symbol descriptions (#4878) | Nayeem Rahman |
2020-04-25 | introduce unstable flag, make a few things unstable (#4892) | Ryan Dahl |
2020-04-25 | BREAKING CHANGE: remove Deno.OpenMode (#4884) | Bartek Iwańczuk |
2020-04-25 | BREAKING CHANGE: change order of args in Deno.copy() (#4885) | Bartek Iwańczuk |
2020-04-25 | stabilize Deno.iter() and Deno.iterSync() (#4890) | Bartek Iwańczuk |
2020-04-24 | BREAKING CHANGE: rename Deno.fsEvents() to Deno.watchFs() (#4886) | Bartek Iwańczuk |
2020-04-24 | BREAKING CHANGE: rename TLS APIs to camel case (#4888) | Bartek Iwańczuk |
2020-04-23 | fix(#2142) make URLSearchParams more standardized (#4695) | Fenzland |
2020-04-22 | BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848) | Bartek Iwańczuk |
2020-04-21 | Move resource_table from deno::State to deno_core::Isolate (#4834) | Ryan Dahl |
2020-04-18 | feat: startTLS (#4773) | EnokMan |
2020-04-16 | refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) | Nayeem Rahman |
2020-04-15 | Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca... | Ryan Dahl |
2020-04-15 | Add support for AbortController/AbortSignal (#4757) | Kitson Kelly |
2020-04-14 | dedup various type definitions (#4741) | Ryan Dahl |
2020-04-13 | dedup Headers types (#4736) | Ryan Dahl |
2020-04-13 | refactor(core/js_error): Align JSStackFrame with CallSite (#4715) | Nayeem Rahman |
2020-04-11 | refactor: Event and EventTarget implementations (#4707) | Kitson Kelly |
2020-04-10 | BREAKING: Make fetch API more web compatible (#4687) | Ryan Dahl |
2020-04-09 | Remove __event, __eventTarget, __customEvent namespaces (#4683) | Ryan Dahl |
2020-04-05 | feat: Add File support in FormData (#4632) | crowlKats |
2020-04-03 | fix(#4546) Added Math.trunc to toSecondsFromEpoch to conform the result to u6... | Parker Gabel |
2020-04-03 | feat: Expose ReadableStream and make Blob more standardized (#4581) | Yusuke Sakurai |
2020-04-03 | fix: async ops sanitizer false positives in timers (#4602) | Bartek Iwańczuk |
2020-04-03 | Improve tests and docs for Deno.rename (#4597) | dubiousjim |
2020-04-02 | Refactor and expand mkdir tests (#4579) | dubiousjim |
2020-04-02 | feat: deno test --filter (#4570) | Ryan Dahl |
2020-04-01 | refactor(cli/js/testing): Reduce testing interfaces (#4451) | Nayeem Rahman |
2020-03-31 | fix: invalid blob type (#4536) | crowlKats |
2020-03-30 | Fix umask test (#4533) | dubiousjim |
2020-03-30 | console: print promise details (#4524) | Michał Sabiniarz |