Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-19 | Port internal TS code to JS (#6793) | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-13 | Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729) | Bartek Iwańczuk | |
* Revert "feat: move unstable Deno.permissions to navigator.permissions (#6244)" This reverts commit 202e7fa6ad366ee56a6d070e94eaecb6dbc745bf. | |||
2020-07-10 | feat: add performance user timing APIs (#6421) | Kitson Kelly | |
2020-07-09 | feat: move unstable Deno.permissions to navigator.permissions (#6244) | Kitson Kelly | |
2020-07-06 | Fix definition of URL constructor (#6653) | Ryan Dahl | |
2020-07-03 | fix: move ImportMeta to deno.ns lib (#6588) | Kitson Kelly | |
2020-06-09 | fix(cli/js/web/worker): Disable relative module specifiers (#5266) | Nayeem Rahman | |
2020-05-30 | doc: add/update jsdoc for global functions (#5963) | Chris Knight | |
2020-05-29 | fix(cli/js/error_stack): Expose Error.captureStackTrace (#5254) | Nayeem Rahman | |
2020-05-25 | fix(cli/web/fetch): Make Response constructor standard (#5787) | Marcos Casagrande | |
2020-05-18 | Revert "Fix definition of URL constructor (#5521)" (#5564) | Ryan Dahl | |
This reverts commit 63bc468365bceda929a39b5eb93b605e2dc2bd9c. | |||
2020-05-17 | Fix definition of URL constructor (#5521) | Masahiro Miyashiro (3846masa) | |
2020-05-16 | Fix formatting of example code in typescript declaration files (#5475) | Siddharth Parmar | |
2020-05-16 | Fix a bunch of spelling errors (#5314) | Bert Belder | |
2020-05-15 | fix: setTimeout and friends have too strict types (#5412) | Tomasz Gałkowski | |
2020-05-08 | feat(workers): "crypto" global accessible in Worker scope (#5121) | Oliver Lenehan | |
2020-05-03 | Add TransformStream and TransformStreamController (#5042) | Kitson Kelly | |
2020-05-01 | BREAKING: remove window.location and self.location (#5034) | Bartek Iwańczuk | |
This commit removes "location" global available on "window", "globalThis" and "self". | |||
2020-04-30 | feat: Add WritableStreams (and enable ReadableStreams piping) (#4980) | Kitson Kelly | |
2020-04-29 | feat(std/path): Add fromFileUrl() (#4993) | Nayeem Rahman | |
Fix: URL constructor accepts a URL object which is not a base | |||
2020-04-28 | refactor: change InspectOptions, make Deno.inspect stable (#4967) | Bartek Iwańczuk | |
2020-04-22 | Rewrite streams (#4842) | Kitson Kelly | |
2020-04-16 | feat: support Deno namespace in Worker API (#4784) | Bartek Iwańczuk | |
2020-04-15 | Add support for AbortController/AbortSignal (#4757) | Kitson Kelly | |
2020-04-13 | feat(worker): add MessageEvent, ErrorEvent and handling to Worker API (#4391) | crowlKats | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-04-13 | workers: update postMessage and location types (#4734) | Bartek Iwańczuk | |
2020-04-11 | refactor: Event and EventTarget implementations (#4707) | Kitson Kelly | |
Refactors Event and EventTarget so that they better encapsulate their non-public data as well as are more forward compatible with things like DOM Nodes. Moves `dom_types.ts` -> `dom_types.d.ts` which was always the intention, it was a legacy of when we used to build the types from the code and the limitations of the compiler. There was a lot of cruft in `dom_types` which shouldn't have been there, and mis-alignment to the DOM standards. This generally has been eliminated, though we still have some minor differences from the DOM (like the removal of some deprecated methods/properties). Adds `DOMException`. Strictly it shouldn't inherit from `Error`, but most browsers provide a stack trace when one is thrown, so the behaviour in Deno actually better matches the browser. `Event` still doesn't log to console like it does in the browser. I wanted to get this raised and that could be an enhancement later on (it currently doesn't either). | |||
2020-04-10 | Remove __domTypes namespace (#4698) | Ryan Dahl | |
2020-04-10 | BREAKING: Make fetch API more web compatible (#4687) | Ryan Dahl | |
- Removes the __fetch namespace from `deno types` - Response.redirect should be a static. - Response.body should not be AsyncIterable. - Disables the deno_proxy benchmark - Makes std/examples/curl.ts buffer the body before printing to stdout | |||
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-03 | feat: Expose ReadableStream and make Blob more standardized (#4581) | Yusuke Sakurai | |
Co-authored-by: crowlkats <crowlkats@gmail.com> | |||
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-03-25 | refactor: rename ConsoleOptions to InspectOptions (#4493) | Chris Knight | |
2020-03-24 | feat: add queueMicrotask to d.ts (#4477) | Yusuke Sakurai | |
2020-03-21 | Remove @url comments from d.ts files (#4449) | Ryan Dahl | |
These have no function and are not tested, probably incorrect in many situations. | |||
2020-03-10 | refactor: Cleanup options object parameters (#4296) | Nayeem Rahman | |
2020-03-05 | Support async function and EventListenerObject as listeners (#4240) | Ryan Dahl | |
2020-03-02 | seek should return cursor position (#4211) | bartOssh | |
2020-03-02 | Cleanup comments and internal variables (#4205) | dubiousjim | |
2020-02-23 | Move WebAsssembly namespace to shared_globals (#4084) | Kevin (Kun) "Kassimo" Qian | |
2020-02-19 | Support loading additional TS lib files (#3863) | Kitson Kelly | |
Fixes #3726 This PR provides support for referencing other lib files (like lib.dom.d.ts that are not used by default in Deno. | |||
2020-02-03 | Make fetch API more standards compliant (#3667) | serverhiccups | |