Age | Commit message (Expand) | Author |
2020-04-11 | dedup URLSearchParams, URL, Location, DOMStringList (#4719) | Ryan Dahl |
2020-04-11 | dedup type declarations (#4718) | Ryan Dahl |
2020-04-11 | refactor: Event and EventTarget implementations (#4707) | Kitson Kelly |
2020-04-11 | refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706) | Nayeem Rahman |
2020-04-10 | Remove __domTypes namespace (#4698) | Ryan Dahl |
2020-04-10 | fix(core/js_error): Get frame data from prepareStackTrace() (#4690) | Nayeem Rahman |
2020-04-10 | BREAKING: Make fetch API more web compatible (#4687) | Ryan Dahl |
2020-04-10 | implement Worker.terminate() and self.close() (#4684) | Bartek Iwańczuk |
2020-04-09 | BREAKING: Remove deprecated mkdir, mkdirSync APIs (#4615) | Chris Knight |
2020-04-09 | feat(cli/doc): Support doc for runtime built-ins (#4635) | Nayeem Rahman |
2020-04-09 | Remove __event, __eventTarget, __customEvent namespaces (#4683) | Ryan Dahl |
2020-04-08 | Remove __blob and __console namespaces (#4677) | Ryan Dahl |
2020-04-08 | Remove extra copy of URLSearchParams (#4675) | Ryan Dahl |
2020-04-08 | Remove __io namespace (#4669) | Ryan Dahl |
2020-04-07 | Remove __url namespace (#4668) | Ryan Dahl |
2020-04-07 | Remove __workers namespace (#4665) | Ryan Dahl |
2020-04-07 | Remove __textEncoding and __performanceUtil namespaces (#4663) | Ryan Dahl |
2020-04-07 | Remove __timers namespace (#4662) | Ryan Dahl |
2020-04-06 | docs: add README to cli/js/web/ (#4578) | Ondřej Žára |
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 | adjust docs for Deno.seek (#4610) | dubiousjim |
2020-04-03 | fix: async ops sanitizer false positives in timers (#4602) | Bartek Iwańczuk |
2020-04-03 | make Worker.poll private (#4603) | 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 | better parameter names for a couple functions (#4559) | Chris Knight |
2020-04-01 | refactor(cli/js/testing): Reduce testing interfaces (#4451) | Nayeem Rahman |
2020-03-31 | doc: Improve API documentation and add examples (#4548) | Chris Knight |
2020-03-31 | fix: invalid blob type (#4536) | crowlKats |
2020-03-31 | Properly track isFile, isSymlink, isDirectory (#4541) | dubiousjim |
2020-03-30 | Fix umask test (#4533) | dubiousjim |
2020-03-30 | console: print promise details (#4524) | Michał Sabiniarz |
2020-03-30 | console: iterable printing improvements (#4472) | Michał Sabiniarz |
2020-03-29 | API doc improvments (#4525) | Chris Knight |
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly |
2020-03-26 | Improve isatty and kill API docs; Deno.kill() - throw on Windows (#4497) | Chris Knight |
2020-03-25 | refactor: rename ConsoleOptions to InspectOptions (#4493) | Chris Knight |
2020-03-24 | feat: window.close() (#4474) | Kevin (Kun) "Kassimo" Qian |
2020-03-24 | doc: improve various API docs and include examples (#4486) | Chris Knight |
2020-03-24 | fix: add fsEvent notify::Error casts (#4488) | Kevin (Kun) "Kassimo" Qian |
2020-03-24 | feat: add queueMicrotask to d.ts (#4477) | Yusuke Sakurai |
2020-03-24 | Revert "avoid using same port number for test (#4147)" | Bartek Iwańczuk |
2020-03-24 | console: replace object abbreviation with line breaking (#4425) | Michał Sabiniarz |
2020-03-23 | feat: Support Unix Domain Sockets (#4176) | João Souto |
2020-03-23 | doc: API improvements to chown, close, compile and connect (#4463) | Chris Knight |
2020-03-21 | Remove @url comments from d.ts files (#4449) | Ryan Dahl |
2020-03-21 | BREAKING CHANGE Rename Deno.run's args to cmd (#4444) | Akshat Agarwal |