summaryrefslogtreecommitdiff
path: root/std/encoding/README.md
AgeCommit message (Collapse)Author
2021-02-02chore: 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.
2020-12-11chore: fixed various misspellings and other typos (#8691)Anh Hong
2020-11-26fix(std/encoding/csv): Correct readme formatting due to dprint issues (#8503)Jesse Jackson
2020-11-25feat(std/encoding/csv): Add stringify functionality (#8408)Jesse Jackson
2020-10-07docs(std/encoding/csv): update the usage of ParseOptions (#7857)Cedric Vangout
2020-10-04docs(std): version all imports in README (#7442)tokiedokie
Use $STD_VERSION in std/ README files to automatically display proper version.
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-09-27BREAKING(std/encoding/csv): improve the definition of ParseOptions (#7714)uki00a
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-07-30docs(std/encoding): Fix TOML docs (#6912)Kid
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-14feat(std/encoding): add ascii85 module (#6711)Opliko
2020-06-09Readme cleanup in encoding and ws (#6209)Ch3ri0ur
2020-05-31docs(std/encoding/csv): improve the document and jsdoc comments (#6008)uki00a
2020-05-18docs(std): Fix typo (#5582)pontakornth
2020-05-09BREAKING(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-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-10feat (std/encoding): add binary module (#4274)Oliver Lenehan
2020-02-02std/encoding: add base32 support (#3855)Kevin (Kun) "Kassimo" Qian
2019-12-21fix(std/encoding/yaml): support document separator in parseAll (#3535)Yoshiya Hinosawa
2019-12-20feat: 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-20docs(std/encoding/yaml): add usage document (#3529)Yoshiya Hinosawa
2019-11-18feat: Add std/encoding/yaml module (#3361)Lilian Saget-Lethias
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl