Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-07 | chore(std): Remove tsconfig_test.json (#8629) | Nayeem Rahman | |
Ref #8050 | |||
2020-12-06 | BREAKING(std/bytes): Adjust APIs based on std-wg discussion (#8612) | Yosi Pramajaya | |
2020-12-05 | fix(std/bufio): Remove '\r' at the end of Windows lines (#8447) | Iván Canales | |
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> | |||
2020-12-05 | feat(std/node): Add "setImmediate" and "clearImmediate" to global scope (#8566) | Liam Murphy | |
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> | |||
2020-12-05 | fix(std/encoding): Rewrite toml parser not to use eval() (#8624) | Yuki Tanaka | |
2020-12-05 | refactor(std/wasi): prefer explicit encoder/decoder names (#8622) | Casper Beyer | |
This renames a couple of identifiers from the ambigious name "text" to the more explicit textEncoder and textDecoder depending on what they are. | |||
2020-12-04 | feat(op_crates/web) EventTarget signal support (#8616) | Benjamin Gruenbaum | |
Fixes: https://github.com/denoland/deno/issues/8606 | |||
2020-12-04 | refactor(std/wasi): prefer nullish coalescing (#8607) | Casper Beyer | |
2020-12-03 | feat(std/wasi): add return on exit option (#8605) | Casper Beyer | |
This adds an exitOnReturn option to context making it possible to unwind the stack on the exit(2) syscall instead of delegating to it directly. Use case is being able to treat WASI execution contexts as children that don't kill the parent on exit. | |||
2020-12-03 | feat(std/wasi): add support for initializing reactors (#8603) | Casper Beyer | |
This adds another entry point to Context called initialize for spinning up style modules. Reactors are modules that don't have a main function and basically run forever in the background. | |||
2020-12-02 | style(std/archive): add default value on argument (#8582) | Behnam Mohammadi | |
2020-12-01 | feat(std/http): Add Cookie value validation (#8471) | Yasser A.Idrissi | |
2020-11-30 | feat(std/fs): Re-enable `followSymlinks` on `walk()` (#8479) | Liam Murphy | |
2020-11-27 | fix(std/node): Inline default objects to ensure correct prototype (#8513) | Guy Bedford | |
2020-11-26 | fix(std/http): prevent path traversal (#8474) | sarahdenofiletrav | |
Fix path traversal problem when the request URI does not have a leading slash. The file server now returns HTTP 400 when requests lack the leading slash, and are not absolute URIs. (https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html). | |||
2020-11-26 | feat(std/ws): protocol & version support (#8505) | crowlKats | |
Co-authored-by: Tom Wieland <tom.wieland@gmail.com> | |||
2020-11-26 | fix(std/encoding/csv): Correct readme formatting due to dprint issues (#8503) | Jesse Jackson | |
2020-11-26 | feat(std/node/stream): Add Duplex, Transform, Passthrough, pipeline, ↵ | Steven Guerrero | |
finished and promises (#7940) | |||
2020-11-25 | feat(std/encoding/csv): Add stringify functionality (#8408) | Jesse Jackson | |
2020-11-25 | docs(std): add some missing JSDoc ws/mod.ts (#8428) | ThenMorning | |
2020-11-24 | feat(std/node): Port most of node errors (#7934) | Steven Guerrero | |
2020-11-24 | feat(cli): update to TypeScript 4.1 (#7573) | Kitson Kelly | |
2020-11-23 | v1.5.4 | Bartek Iwańczuk | |
2020-11-22 | feat(std/http): Validate cookie path value (#8457) | Yasser A.Idrissi | |
2020-11-21 | feat(std/node): Add Readable Stream / Writable Stream / errors support (#7569) | Steven Guerrero | |
2020-11-21 | docs(std/path): add missing JSDoc (#8282) | Mo | |
2020-11-21 | refactor(std/http): Rename validateCookieName param name & JSDoc (#8451) | Yasser A.Idrissi | |
2020-11-20 | test(std): make test output less noisy (#8445) | Bartek Iwańczuk | |
This commit makes output of std/ tests less noisy by passing "--quiet" flag to Deno subprocesses run as part of test suite. | |||
2020-11-19 | docs(std): add missing jsdoc comments to exported functions (#8442) | William Perron | |
includes: - http/file_server.ts - testing/_diff.ts - testing/asserts.ts Relates to #7487 | |||
2020-11-19 | build: fix linting problems (#8431) | Bartek Iwańczuk | |
2020-11-19 | feat(std/node): add os.totalmem, os.freemem (#8317) | Gyubong | |
2020-11-19 | feat(std/io): ReadableStream from AsyncIterator & WritableStream from Writer ↵ | crowlKats | |
(#8378) | |||
2020-11-19 | fix(std/node): correct typings for global, globalThis, window (#8363) | Steven Guerrero | |
2020-11-19 | feat(std/hash): add the sha1Hmac (#8418) | silence | |
2020-11-19 | feat(std/log): Log error stack (#8401) | Mark Tiedemann | |
2020-11-19 | Add JSDocs to std/fs/walk.ts (#8426) | inokawa | |
2020-11-18 | fix(std/http): fix error handling in the request iterator (#8365) | lideming | |
If the request body is using chunked encoding, errors may be thrown in "request.finalize()". In this case, we should untrack and close the connection. | |||
2020-11-17 | fix(std/node) Fix event extendability (#8409) | Steven Guerrero | |
2020-11-17 | feat(std/http): Check if cookie property is valid (#7189) | Yasser A.Idrissi | |
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> | |||
2020-11-17 | refactor(std): remove unnecessary back direction for import (#8403) | Behnam Mohammadi | |
2020-11-16 | feat(std/node): Add util.deprecate (#8407) | Steven Guerrero | |
2020-11-16 | feat(std/node): implement process.nextTick (#8386) | Steven Guerrero | |
2020-11-16 | v1.5.3 | Bartek Iwańczuk | |
2020-11-15 | docs(std/async): fix a couple typos in std/async/README.md (#8388) | Elisée Maurer | |
2020-11-14 | build: update dlint to v0.2.10 (#8284) | Yusuke Tanaka | |
Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics for "require-await" rule. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-11-14 | refactor(std): add std/_util/os.ts module (#8370) | Behnam Mohammadi | |
This commit adds "std/_util/os.ts" module which contains common os detection logic and is browser compatible. Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> | |||
2020-11-13 | refactor(std/fs): moved isCopyFolder to options (#8319) | Behnam Mohammadi | |
2020-11-13 | fix(std/http): flush body chunks for HTTP chunked encoding (#8349) | Mark Tiedemann | |
Fixes #8339 | |||
2020-11-10 | refactor(std/fs): remove unnecessary if else block (#8321) | Behnam Mohammadi | |
2020-11-10 | refactor(std/fs): improve performance by using some instead filter method ↵ | Behnam Mohammadi | |
(#8322) |