Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-07 | refactor(std): remove testing dependencies from non-test code (#5838) | Chris Knight | |
2020-04-28 | BREAKING: remove overload of Deno.test() (#4951) | Bartek Iwańczuk | |
This commit removes overload of Deno.test() that accepted named function. | |||
2020-03-31 | used native padStart/End where possible (#4537) | Ondřej Žára | |
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-02-11 | refactor: rewrite tests in std/ to use Deno.test (#3930) | Bartek Iwańczuk | |
2020-02-08 | remove non-null assertion operator from std (part2) (#3927) | Yusuke Sakurai | |
2020-02-07 | remove non-null assertion operator from std (part1) (#3900) | Yusuke Sakurai | |
2020-02-02 | Fixed month reference in documented output of parseDate and parseDateTime ↵ | Chris Knight | |
function calls (#3859) | |||
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-11-16 | fix: std/datetime toIMF bug (#3357) | Leo Chandra | |
2019-10-09 | Run deno_std tests in github actions | Ryan Dahl | |
2019-10-09 | Move everything into std subdir | Ryan Dahl | |