summaryrefslogtreecommitdiff
path: root/std/encoding
AgeCommit message (Expand)Author
2020-12-05fix(std/encoding): Rewrite toml parser not to use eval() (#8624)Yuki Tanaka
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-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-10-13fix(std/encoding): base64 properly encodes mbc and handles Uint8Arrays (#7807)timonson
2020-10-11fix(std): Parsing inline arrays of inline tables in toml (#7902)Peter
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
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-10-03docs(std/encoding): add missing JSDoc (#7809)Atakan Ermiş
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-09-21chore: add copyright (#7593)tokiedokie
2020-09-14fix typo miliseconds -> milliseconds (#7469)tasshi / Masaharu TASHIRO
2020-09-06test(std/encoding): make tests runnable from any directory (#7368)Casper Beyer
2020-08-28fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224)Jakob Strobl
2020-08-27chore(std/encoding): disable `no-control-regex` (#7219)Yusuke Tanaka
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-17fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. (...danielwippermann
2020-08-17fix(std/encoding/csv): improve error message on ParseError (#7057)uki00a
2020-08-03fix(std/encoding/toml): Add boolean support to stringify (#6941)Rauf Islam
2020-08-03fix(std/toml): parser error with inline comments (#6942)Jarrett Helton
2020-07-30docs(std/encoding): Fix TOML docs (#6912)Kid
2020-07-22BREAKING(std/fs): remove readFileStr and readFileStrSync (#6848)Casper Beyer
2020-07-16fix(std/encoding/toml): could not parse strings with apostrophes/semicolons (...uki00a
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-14feat(std/encoding): add ascii85 module (#6711)Opliko
2020-07-09BREAKING(std/encoding/hex): simplify API (#6690)Marcos Casagrande
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-07fix(std): base64 in workers (#6681)Marcos Casagrande
2020-06-21BREAKING(std/encoding/hex): reorder encode & decode arguments (#6410)Marcos Casagrande
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-12make std deno-lint clean (#6240)Ryan Dahl
2020-06-09Readme cleanup in encoding and ws (#6209)Ch3ri0ur
2020-06-08feat(std/encoding/binary): add varnumBytes(), varbigBytes() (#5173)Oliver Lenehan
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-06-03feat(std/encoding): add base64url module (#5976)timonson
2020-05-31re-enable the "HugeLines" test case (#6006)uki00a
2020-05-31docs(std/encoding/csv): improve the document and jsdoc comments (#6008)uki00a
2020-05-24feat(std/encoding): add base64 (#5811)skdltmxn
2020-05-18docs(std): Fix typo (#5582)pontakornth
2020-05-14Fix typos across the repo (#5295)Dante Calderón
2020-05-10fix(std/encoding/yaml): Correct exports (#5191)Nayeem Rahman
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
2020-04-28Move the docs like `@param [obj.prop]` to the interface. (#4974)David Sherret
2020-04-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-04-28BREAKING: remove overload of Deno.test() (#4951)Bartek Iwańczuk
2020-04-01Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ (#...Ryan Dahl
2020-03-31used native padStart/End where possible (#4537)Ondřej Žára
2020-03-30fix(std/encoding/csv): enable skipped tests (#4520)uki00a