Age | Commit message (Expand) | Author |
2020-10-20 | feat(std/jwt): add a JSON Web Token library (#7991) | timonson |
2020-10-19 | feat(std/path): Add toFileUrl() (#7971) | Nayeem Rahman |
2020-10-19 | docs(std/datetime): document toIMF, isLeap, difference, and constants (#7931) | Yoshiya Hinosawa |
2020-10-19 | fix(std/tar): fix constant condition (#8010) | Marcos Casagrande |
2020-10-18 | test(std/io): use a real tempdir (#8019) | Casper Beyer |
2020-10-17 | upgrade: deno_doc, deno_lint, dprint, swc (#8009) | Bartek Iwańczuk |
2020-10-14 | feat(std/fs/node): adding some functions (#7921) | ali ahmed |
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-10 | Revert "feat(std/node/fs): adding readdir, rename, and some others (#7666)" (... | Bartek Iwańczuk |
2020-10-08 | docs(std/bytes): add missing docs to README (#7885) | Yoshiya Hinosawa |
2020-10-08 | v1.4.5 | Bartek Iwańczuk |
2020-10-07 | docs(std/encoding/csv): update the usage of ParseOptions (#7857) | Cedric Vangout |
2020-10-06 | feat(std/node/fs): adding readdir, rename, and some others (#7666) | ali ahmed |
2020-10-06 | fix(std/node/fs): allow appendFileSync to accept Uint8Array as type for data ... | ali ahmed |
2020-10-04 | docs(std): version all imports in README (#7442) | tokiedokie |
2020-10-04 | chore(std/http): rename http_bench.ts -> bench.ts (#7509) | 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-10-03 | docs(std/wasi): remove outdated testing section (#7812) | Casper Beyer |
2020-10-03 | feat(unstable): revert "enable importsNotUsedAsValues by default #7413" (#7800) | Nayeem Rahman |
2020-10-03 | docs(std/wasi): fix usage example (#7808) | Casper Beyer |
2020-10-03 | v1.4.4 | Bartek Iwańczuk |
2020-10-02 | v1.4.3 | Bartek Iwańczuk |
2020-10-02 | upgrade: swc, deno_doc, deno_lint, dprint (#7793) | Bartek Iwańczuk |
2020-10-01 | refactor(std/testing): Get rid of default export and make std/testing/diff.ts... | tokiedokie |
2020-10-01 | docs(std/uuid): Added JSdocs for the std/uuid module (#7735) | aakhtar3 |
2020-10-01 | feat(std/path): Align globToRegExp() with bash glob expansion (#7209) | Nayeem Rahman |
2020-09-30 | feat(cli/console): Add Deno.InspectOptions::colors (#7742) | Nayeem Rahman |
2020-09-29 | chore(std/wasi): enable and fix lint errors in snapshot_preview1 (#7360) | Casper Beyer |
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-26 | refactor(std/example): Inconsistencies in the example tests (#7684) | tokiedokie |
2020-09-26 | Fix typos (#7687) | KNnut |
2020-09-26 | docs(std): add async and signal readme (#7683) | Andrew Mitchell |
2020-09-25 | test(std/async): remove redundant export in test (#7682) | Casper Beyer |
2020-09-25 | fix(std/datetime): add timezone to date strings in tests (#7675) | Tim Reichen |
2020-09-25 | v1.4.2 | Bartek Iwańczuk |
2020-09-25 | test(std): unit test for async/delay (#7671) | Csaba Okrona |
2020-09-24 | fix(std/datetime):: 12 and 24 support (#7661) | Tim Reichen |
2020-09-23 | fix(std/fs): mark createWalkEntry(Sync) as internal (#7643) | Casper Beyer |
2020-09-22 | chore(std/hash): update crates (#7631) | Luca Casonato |
2020-09-22 | feat(std/node): implement getSystemErrorName() (#7624) | Schwarzkopf Balázs |
2020-09-21 | test(std/wasi): add fd_renumber test (#7574) | Casper Beyer |
2020-09-21 | chore: add copyright (#7593) | tokiedokie |
2020-09-19 | chore: reenable disabled test in std/ (#7578) | Bartek Iwańczuk |
2020-09-18 | v1.4.1 | Bert Belder |
2020-09-18 | fix(cli/console): always quote and escape inspected strings (#7546) | Casper Beyer |
2020-09-18 | refactor: deno_fetch op crate (#7524) | Bartek Iwańczuk |
2020-09-17 | feat(std/node) stub out process.stdin, stdout, stderr (#7184) | Jarrett Helton |