Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: remove std directory (#9361) | Casper Beyer | |
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now. | |||
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2021-01-02 | fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960) | Nayeem Rahman | |
2020-11-07 | docs(std/fmt): add JSDoc (#8278) | Mo | |
2020-11-06 | docs(std): add some missing JSDoc (#7765) | Fukuda Naoto | |
Refs #7487 | |||
2020-08-29 | feat(std/fmt): add bright color variations (#7241) | Casper Beyer | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-05-25 | fix(std/testing/asserts): Support browsers (#5847) | Nayeem Rahman | |
2020-05-20 | feat(std/fmt): rgb24 and bgRgb24 can use numbers for color (#5198) | Oliver Lenehan | |
2020-05-19 | Provide better ANSI colorized output when inspecting objects (#5404) | Speykious | |
2020-05-09 | feat(std/fmt): 8bit and 24bit ANSI colors (#5168) | Oliver Lenehan | |
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-12-20 | feat: Add missing mod.ts files in std (#3509) | Nayeem Rahman | |
std/archive/tar.ts: - Remove FileReader. - Remove FileWriter. std/encoding/csv.ts: - ExtendedParseOptions -> ParseOptions - HeaderOption -> HeaderOptions - ParseOptions -> ReadOptions - readAll() -> readMatrix() std/encoding/yaml.ts: - DumpOptions -> StringifyOptions std/fmt/colors.ts: - getEnabled() -> getColorEnabled() - setEnabled() -> setColorEnabled() std/testing/mod.ts: - Re-export sibling modules. | |||
2019-10-09 | Move everything into std subdir | Ryan Dahl | |