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