Age | Commit message (Expand) | Author |
2020-10-31 | v1.5.1 | Luca Casonato |
2020-10-29 | feat(std/node/crypto): randomBytes and pbkdf2 (#8191) | Steven Guerrero |
2020-10-27 | fix(std/wasi): remove stray console.log call (#8156) | Casper Beyer |
2020-10-27 | v1.5.0 | Bartek Iwańczuk |
2020-10-27 | fix: path traversal in std/http/file_server.ts (#8134) | Luca Casonato |
2020-10-26 | test(std/wasi): re-enable clock_time_get tests (#8098) | Casper Beyer |
2020-10-26 | feat(std/testing): Add assertExists assertion (#7874) | Yasser A.Idrissi |
2020-10-26 | rename(std/testing): rename assert*Contains to assert*Includes (#7951) | Tim Reichen |
2020-10-26 | fix(std/node): Buffer.copy doesn't work as expected (#8125) | Steven Guerrero |
2020-10-26 | Remove timezone dependent tests (#8131) | Ryan Dahl |
2020-10-26 | fix(std/http/file_server): File server should ignore query params (#8116) | uki00a |
2020-10-26 | revert new std/jwt module so issues can be addressed (#8127) | Kitson Kelly |
2020-10-26 | fix(core/runtime): Indicate exceptions in promises (#8124) | Nayeem Rahman |
2020-10-24 | docs(std/wasi): mark sched_yield as implemented (#8055) | Casper Beyer |
2020-10-24 | fix(std/wasi): disallow path_open outside of pre-opened dirfd (#8078) | Casper Beyer |
2020-10-23 | docs(std/path): fix typo in globToRegExp docs (#8081) | btoo |
2020-10-23 | test(std/datetime): test datetime constants (#8068) | Eugen Cazacu |
2020-10-22 | upgrade: deno_doc, deno_lint, dprint, swc (#8077) | Bartek Iwańczuk |
2020-10-22 | docs: fix command examples use outdated default file_server port (#8062) | Max Drosdo.www |
2020-10-22 | docs(std/uuid): `creat` -> `create` (#8064) | Carter Snook |
2020-10-21 | feat(std/testing): Add support for object assertion against object subset (#... | Simon Lecoq |
2020-10-20 | test(std/wasi): reduce test duplication (#8053) | Casper Beyer |
2020-10-20 | docs(std/jwt): Fix examples (#8044) | KNnut |
2020-10-20 | fix(std/io): remove trivial internal util.ts module (#8032) | Casper Beyer |
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 |