Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl | |
2021-08-10 | chore: release crates (#11628) | Bartek Iwańczuk | |
2021-08-02 | chore: format toml files internally (#11563) | David Sherret | |
2021-07-26 | chore: release crates (#11519) | Bartek Iwańczuk | |
2021-07-26 | refactor: use `primordials` in runtime, extensions and core (#11500) | Yusuke Tanaka | |
2021-07-26 | chore(extensions/console): avoid re-checking iterable type (#11349) | Divy Srivastava | |
2021-07-19 | chore: release crates (#11454) | Bartek Iwańczuk | |
2021-07-13 | chore: release crates (#11378) | Bartek Iwańczuk | |
2021-07-08 | fix: inspecting prototypes of built-ins with custom inspect implementations ↵ | David Sherret | |
should not throw (#11308) | |||
2021-07-07 | fix(extensions/console): left align table entries (#11295) | Divy Srivastava | |
2021-07-06 | refactor: use primordials for extensions/console (#11249) | Divy Srivastava | |
2021-07-02 | v1.11.3 | Luca Casonato | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
2021-06-28 | chore: release deno_core (#11164) | Bartek Iwańczuk | |
2021-06-27 | feat(inspector): pipe console messages between terminal and inspector (#11134) | Bartek Iwańczuk | |
This commit adds support for piping console messages to inspector. This is done by "wrapping" Deno's console implementation with default console provided by V8 by the means of "Deno.core.callConsole" binding. Effectively each call to "console.*" methods calls a method on Deno's console and V8's console. | |||
2021-06-25 | chore(ext/console): deprecate Deno.customInspect (#10035) | Yoshiya Hinosawa | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-06-21 | chore: release crates (#11068) | Bartek Iwańczuk | |
2021-06-16 | fix: some more console spec compliance (#10983) | Luca Casonato | |
2021-06-15 | chore: release crates (#10976) | Bartek Iwańczuk | |
2021-06-15 | fix(inspector): Deno.inspect should inspect the object the proxy represents ↵ | David Sherret | |
rather than the target of the proxy (#10977) | |||
2021-06-14 | fix(repl): Fix `undefined` result colour in cmd (#10964) | David Sherret | |
* fix(repl): Fix `undefined` result colour. * Remove `dim`. Use `gray` instead since it works in cmd. | |||
2021-06-08 | chore: release crates (#10896) | Bartek Iwańczuk | |
2021-05-31 | v1.10.3 | Bert Belder | |
2021-05-17 | chore: release crates (#10661) | Luca Casonato | |
For the Deno 1.10.2 release. | |||
2021-05-11 | chore: release crates (#10596) | Bartek Iwańczuk | |
2021-05-01 | fix(console): Remove `console.timeStamp` from types (#10455) | Liam Murphy | |
Fixes #10444 | |||
2021-04-30 | Rename crate_ops to extensions (#10431) | Andy Hayden | |