Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-09 | refactor(std): remove redundant code in move.ts (#8269) | Behnam Mohammadi | |
2020-11-09 | feat(std/node): consistent Node.js builtin shapes (#8274) | Guy Bedford | |
2020-11-09 | v1.5.2 (#8301) | Kitson Kelly | |
2020-11-07 | fix(std/node): only define Node.js globals when loading std/node/global (#8281) | Guy Bedford | |
2020-11-07 | docs(std/fmt): add JSDoc (#8278) | Mo | |
2020-11-06 | docs(std): add some missing JSDoc (#7765) | Fukuda Naoto | |
Refs #7487 | |||
2020-11-06 | docs(std/node/util): add missing JSdoc (#7806) | Hanseo Jo | |
Refs #7487 | |||
2020-11-06 | docs(std/node/url): Added JSDocs for std/node/url (#7805) | Bhumij Gupta | |
2020-11-04 | docs(std/node/querystring): add missing JSDoc (#8242) | ayntee | |
2020-11-03 | build: migrate to dlint (#8176) | Bartek Iwańczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-11-02 | fix(std/flags): Fix parse incorrectly parsing alias flags with equals signs ↵ | The Wizard Bear | |
in the value #8136 (#8216) | |||
2020-11-02 | feat(std/node/fs): add realpath and realpathSync (#8169) | X | |
2020-11-02 | feat(std/wasi): add start method to Context (#8141) | Casper Beyer | |
This adds a start method to the Context to make starting a command less tedious and yield consistent errors. Manually setting the memory is still valid for more complex scenarios, just undocumented for the time being. | |||
2020-11-02 | docs: fix typo in std/fs README.md (#8104) | Khushraj Rathod | |
2020-10-31 | v1.5.1 | Luca Casonato | |
2020-10-29 | feat(std/node/crypto): randomBytes and pbkdf2 (#8191) | Steven Guerrero | |
* crypto * Other thing * Test for pdkdf2 * Add randomBytes * Refactor pbkdf2 * Lint and format | |||
2020-10-27 | fix(std/wasi): remove stray console.log call (#8156) | Casper Beyer | |
A stray console.log call made it into path_open which should have been reverted, it was only meant for debugging on the CI. | |||
2020-10-27 | v1.5.0 | Bartek Iwańczuk | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> | |||
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 | |
This brings in revised tests for clock_time_get from upstream and re-enables them. This revision of these tests allow for lower precision clocks (we only provide millisecond precision, and that is conformant but previous tests for this in the upstream test suite were a bit more aggressive). | |||
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 | |
This commit renames two assertion functions to better align with JS API: - assertStringContains -> assertStringIncludes - assertArrayContains -> assertArrayIncludes | |||
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 | |
This reverts commit aa0e64b5794e4515d5e1911107ba54ce7e0dcc3c. This reverts commit 034ab48086557af00216ffe311c71ad4eb0ec4d5. | |||
2020-10-26 | fix(core/runtime): Indicate exceptions in promises (#8124) | Nayeem Rahman | |
Fixes #4879 | |||
2020-10-24 | docs(std/wasi): mark sched_yield as implemented (#8055) | Casper Beyer | |
This marks sched_yield as implemented, it is a no-op but will probably always be and we have passing tests for it. | |||
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 | |
Fixes: #8067 | |||
2020-10-22 | upgrade: deno_doc, deno_lint, dprint, swc (#8077) | Bartek Iwańczuk | |
- deno_doc 0.1.13 - deno_lint 0.2.5 - dprint-plugin-typescript 0.32.6 - swc_bundler 0.12.0 - swc_ecmascript 0.11.1 | |||
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 | |
(#8001) This commit add supports for a new assertion function "assertObjectMatch" which allows to test an actual object against an expected object subset (i.e. inclusivity, not equality). | |||
2020-10-20 | test(std/wasi): reduce test duplication (#8053) | Casper Beyer | |
This fast-forwards wasi-test-suite a couple of commits removed duplicate, or near duplicate tests with not much additional value. Other tests have been merged to reduce the number of modules to make tests topical to the syscall that is being tested. | |||
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 | |
Co-authored-by: Tim Reichen <timreichen@users.noreply.github.com> | |||
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 | |
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-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 | |
Fixes #6094 Fixes #4794 | |||
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 | |
(#7917) This reverts commit 40324ff74816a99ea061929ece1c6a4ff3078bc3. | |||
2020-10-08 | docs(std/bytes): add missing docs to README (#7885) | Yoshiya Hinosawa | |
2020-10-08 | v1.4.5 | Bartek Iwańczuk | |