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-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
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-19
refactor: rename Deno.TestDefinition.skip to ignore (#4400)
Bartek Iwańczuk
2020-03-18
feat: Deno.test() sanitizes ops and resources (#4399)
Bartek Iwańczuk
2020-03-15
refactor(std): Uncomment disabled tests, use skip option (#4378)
Nayeem Rahman
2020-03-13
fix(std): Use Deno.errors where possible. (#4356)
Oliver Lenehan
2020-03-10
feat (std/encoding): add binary module (#4274)
Oliver Lenehan
2020-02-25
upgrade: TypeScript 3.8 (#4100)
Kitson Kelly
2020-02-24
Remove ansi_term dependency (#4116)
João Souto
2020-02-24
Revert "Remove ansi_term dependency"
Ryan Dahl
2020-02-24
Remove ansi_term dependency (#4106)
João Souto
2020-02-21
refactor: remove unneeded ErrorKinds (#3936)
Bartek Iwańczuk
[next]