summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Collapse)Author
2020-10-20feat(std/jwt): add a JSON Web Token library (#7991)timonson
Co-authored-by: Tim Reichen <timreichen@users.noreply.github.com>
2020-10-19feat(std/path): Add toFileUrl() (#7971)Nayeem Rahman
2020-10-19docs(std/datetime): document toIMF, isLeap, difference, and constants (#7931)Yoshiya Hinosawa
2020-10-19fix(std/tar): fix constant condition (#8010)Marcos Casagrande
2020-10-18test(std/io): use a real tempdir (#8019)Casper Beyer
This replaces a case of a temp file in the working tree with a tempfile in a real temporary directory avoiding pollution of the working directory.
2020-10-17upgrade: deno_doc, deno_lint, dprint, swc (#8009)Bartek Iwańczuk
2020-10-14feat(std/fs/node): adding some functions (#7921)ali ahmed
2020-10-13fix(std/encoding): base64 properly encodes mbc and handles Uint8Arrays (#7807)timonson
Fixes #6094 Fixes #4794
2020-10-11fix(std): Parsing inline arrays of inline tables in toml (#7902)Peter
2020-10-10Revert "feat(std/node/fs): adding readdir, rename, and some others (#7666)" ↵Bartek Iwańczuk
(#7917) This reverts commit 40324ff74816a99ea061929ece1c6a4ff3078bc3.
2020-10-08docs(std/bytes): add missing docs to README (#7885)Yoshiya Hinosawa
2020-10-08v1.4.5Bartek Iwańczuk
2020-10-07docs(std/encoding/csv): update the usage of ParseOptions (#7857)Cedric Vangout
2020-10-06feat(std/node/fs): adding readdir, rename, and some others (#7666)ali ahmed
2020-10-06fix(std/node/fs): allow appendFileSync to accept Uint8Array as type for data ↵ali ahmed
(#7835)
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-04chore(std/http): rename http_bench.ts -> bench.ts (#7509)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-10-03docs(std/wasi): remove outdated testing section (#7812)Casper Beyer
2020-10-03feat(unstable): revert "enable importsNotUsedAsValues by default #7413" (#7800)Nayeem Rahman
This reverts commit fbb18d40d3cfd0d24262e8e73b97f22770734572.
2020-10-03docs(std/wasi): fix usage example (#7808)Casper Beyer
The usage example is a bit out of date and not compatible with the stricter definition of the WebAssembly namespace. This fixes that and makes it a bit cleaner.
2020-10-03v1.4.4Bartek Iwańczuk
2020-10-02v1.4.3Bartek Iwańczuk
2020-10-02upgrade: swc, deno_doc, deno_lint, dprint (#7793)Bartek Iwańczuk
2020-10-01refactor(std/testing): Get rid of default export and make ↵tokiedokie
std/testing/diff.ts private (#7592)
2020-10-01docs(std/uuid): Added JSdocs for the std/uuid module (#7735)aakhtar3
2020-10-01feat(std/path): Align globToRegExp() with bash glob expansion (#7209)Nayeem Rahman
- feat: Support escaping glob characters - feat: Support more character classes - feat: Match characters literally on segment parse failure - fix: Match nothing for empty globs - fix: Contain any glob syntax to its path segment - perf: Remove extraneous separators from generated regex - doc: Add detailed JSDoc - chore: Remove old copyright headers
2020-09-30feat(cli/console): Add Deno.InspectOptions::colors (#7742)Nayeem Rahman
Ref: https://github.com/denoland/deno/pull/7516#pullrequestreview-489567120
2020-09-29chore(std/wasi): enable and fix lint errors in snapshot_preview1 (#7360)Casper Beyer
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-26refactor(std/example): Inconsistencies in the example tests (#7684)tokiedokie
2020-09-26Fix typos (#7687)KNnut
2020-09-26docs(std): add async and signal readme (#7683)Andrew Mitchell
Resolves #7608
2020-09-25test(std/async): remove redundant export in test (#7682)Casper Beyer
2020-09-25fix(std/datetime): add timezone to date strings in tests (#7675)Tim Reichen
2020-09-25v1.4.2Bartek Iwańczuk
2020-09-25test(std): unit test for async/delay (#7671)Csaba Okrona
2020-09-24fix(std/datetime):: 12 and 24 support (#7661)Tim Reichen
2020-09-23fix(std/fs): mark createWalkEntry(Sync) as internal (#7643)Casper Beyer
2020-09-22chore(std/hash): update crates (#7631)Luca Casonato
2020-09-22feat(std/node): implement getSystemErrorName() (#7624)Schwarzkopf Balázs
2020-09-21test(std/wasi): add fd_renumber test (#7574)Casper Beyer
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-19chore: reenable disabled test in std/ (#7578)Bartek Iwańczuk
2020-09-18v1.4.1Bert Belder
2020-09-18fix(cli/console): always quote and escape inspected strings (#7546)Casper Beyer
2020-09-18refactor: deno_fetch op crate (#7524)Bartek Iwańczuk
2020-09-17feat(std/node) stub out process.stdin, stdout, stderr (#7184)Jarrett Helton