Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-07 | docs(std/encoding/csv): update the usage of ParseOptions (#7857) | Cedric Vangout | |
2020-10-04 | docs(std): version all imports in README (#7442) | tokiedokie | |
Use $STD_VERSION in std/ README files to automatically display proper version. | |||
2020-10-04 | docs: end sentences with a period in markdown (#7813) | Trivikram Kamat | |
2020-09-27 | BREAKING(std/encoding/csv): improve the definition of ParseOptions (#7714) | uki00a | |
2020-09-27 | feat(fmt): Sort named import and export specifiers (#7711) | David Sherret | |
2020-07-30 | docs(std/encoding): Fix TOML docs (#6912) | Kid | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-14 | feat(std/encoding): add ascii85 module (#6711) | Opliko | |
2020-06-09 | Readme cleanup in encoding and ws (#6209) | Ch3ri0ur | |
2020-05-31 | docs(std/encoding/csv): improve the document and jsdoc comments (#6008) | uki00a | |
2020-05-18 | docs(std): Fix typo (#5582) | pontakornth | |
2020-05-09 | BREAKING(std): reorganization (#5087) | Nayeem Rahman | |
* Prepend underscores to private modules * Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result. * Move std/_util/async.ts to std/async * Move std/util/sha*.ts to std/hash | |||
2020-04-28 | BREAKING: Remove Deno.EOF, use null instead (#4953) | Nayeem Rahman | |
2020-03-28 | Update to Prettier 2 and use ES Private Fields (#4498) | Kitson Kelly | |
2020-03-10 | feat (std/encoding): add binary module (#4274) | Oliver Lenehan | |
2020-02-02 | std/encoding: add base32 support (#3855) | Kevin (Kun) "Kassimo" Qian | |
2019-12-21 | fix(std/encoding/yaml): support document separator in parseAll (#3535) | Yoshiya Hinosawa | |
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-12-20 | docs(std/encoding/yaml): add usage document (#3529) | Yoshiya Hinosawa | |
2019-11-18 | feat: Add std/encoding/yaml module (#3361) | Lilian Saget-Lethias | |
2019-10-09 | Run deno_std tests in github actions | Ryan Dahl | |
2019-10-09 | Move everything into std subdir | Ryan Dahl | |