Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-02 | fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960) | Nayeem Rahman | |
2020-12-11 | chore: fixed various misspellings and other typos (#8691) | Anh Hong | |
2020-12-05 | fix(std/encoding): Rewrite toml parser not to use eval() (#8624) | Yuki Tanaka | |
2020-11-26 | fix(std/encoding/csv): Correct readme formatting due to dprint issues (#8503) | Jesse Jackson | |
2020-11-25 | feat(std/encoding/csv): Add stringify functionality (#8408) | Jesse Jackson | |
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-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-07 | docs(std/encoding/csv): update the usage of ParseOptions (#7857) | Cedric Vangout | |
2020-10-04 | docs(std): version all imports in README (#7442) | tokiedokie | |
Use $STD_VERSION in std/ README files to automatically display proper version. | |||
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-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-21 | chore: add copyright (#7593) | tokiedokie | |
2020-09-14 | fix typo miliseconds -> milliseconds (#7469) | tasshi / Masaharu TASHIRO | |
2020-09-06 | test(std/encoding): make tests runnable from any directory (#7368) | Casper Beyer | |
2020-08-28 | fix(std/encoding/toml): Comment after arrays causing incorrect output (#7224) | Jakob Strobl | |
2020-08-27 | chore(std/encoding): disable `no-control-regex` (#7219) | Yusuke Tanaka | |
2020-08-24 | feat: update to TypeScript 4.0 (#6514) | Kitson Kelly | |
2020-08-17 | fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. ↵ | danielwippermann | |
(#7064) Before this patch the TOML parser would incorrect treat the string "base64data0xdamaged" in a declaration as a hex number because the corresponding check triggers even when the "0x" is inside a double quoted string literal as long as it is followed by at least one hex character. | |||
2020-08-17 | fix(std/encoding/csv): improve error message on ParseError (#7057) | uki00a | |
2020-08-03 | fix(std/encoding/toml): Add boolean support to stringify (#6941) | Rauf Islam | |
2020-08-03 | fix(std/toml): parser error with inline comments (#6942) | Jarrett Helton | |
2020-07-30 | docs(std/encoding): Fix TOML docs (#6912) | Kid | |
2020-07-22 | BREAKING(std/fs): remove readFileStr and readFileStrSync (#6848) | Casper Beyer | |
This removes the readFileStr and readFileStrSync functions which are effectively duplicates of Deno.readTextFile and Deno.readTextFileSync. | |||
2020-07-16 | fix(std/encoding/toml): could not parse strings with apostrophes/semicolons ↵ | uki00a | |
(#6781) | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-14 | feat(std/encoding): add ascii85 module (#6711) | Opliko | |
2020-07-09 | BREAKING(std/encoding/hex): simplify API (#6690) | Marcos Casagrande | |
2020-07-08 | feat: add --no-check option (#6456) | Kitson Kelly | |
This commit adds a "--no-check" option to following subcommands: - "deno cache" - "deno info" - "deno run" - "deno test" The "--no-check" options allows to skip type checking step and instead directly transpiles TS sources to JS sources. This solution uses `ts.transpileModule()` API and is just an interim solution before implementing it fully in Rust. | |||
2020-07-07 | fix(std): base64 in workers (#6681) | Marcos Casagrande | |
2020-06-21 | BREAKING(std/encoding/hex): reorder encode & decode arguments (#6410) | Marcos Casagrande | |
refactor to match other src/dst methods | |||
2020-06-12 | refactor: Don't destructure the Deno namespace (#6268) | Nayeem Rahman | |
2020-06-12 | make std deno-lint clean (#6240) | Ryan Dahl | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-06-09 | Readme cleanup in encoding and ws (#6209) | Ch3ri0ur | |
2020-06-08 | feat(std/encoding/binary): add varnumBytes(), varbigBytes() (#5173) | Oliver Lenehan | |
2020-06-07 | refactor(std): remove testing dependencies from non-test code (#5838) | Chris Knight | |
2020-06-03 | feat(std/encoding): add base64url module (#5976) | timonson | |
2020-05-31 | re-enable the "HugeLines" test case (#6006) | uki00a | |
2020-05-31 | docs(std/encoding/csv): improve the document and jsdoc comments (#6008) | uki00a | |
2020-05-24 | feat(std/encoding): add base64 (#5811) | skdltmxn | |
2020-05-18 | docs(std): Fix typo (#5582) | pontakornth | |
2020-05-14 | Fix typos across the repo (#5295) | Dante Calderón | |
Corrections made: * cli/js/tests/README.md:44:7: corrected "discoveres" to "discovers" * cli/js/tests/chown_test.ts:111:37: corrected "priviledge" to "privilege" * cli/worker.rs:231:56: corrected "decendants" to "descendants" * deno_typescript/lib.rs:136:50: corrected "emmited" to "emitted" * core/es_isolate.rs:492:67: corrected "registerd" to "registered" * core/isolate.rs:103:28: corrected "initalize" to "initialize" * docs/runtime.md:29:14: corrected "ect" to "etc" * docs/tools/debugger.md:122:16: corrected "implementes" to "implements" * std/encoding/_yaml/dumper/dumper_state.ts:57:63: corrected "everwhere" to "everywhere" * std/encoding/csv.ts:37:43: corrected "referal" to "referral" * std/fmt/sprintf.ts:209:20: corrected "unusuable" to "unusable" * std/fmt/README.md:21:40: corrected "Alternativly" to "Alternatively" * std/fmt/README.md:35:68: corrected "seperated" to "separated" * std/fmt/README.md:179:59: corrected "provded" to "provided" * std/mime/multipart.ts:581:46: corrected "writen" to "written" * std/path/_globrex.ts:19:52: corrected "equivelant" to "equivalent" * std/node/events_test.ts:447:9: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:475:9: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:500:29: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:530:40: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:555:9: corrected "asyncronous" to "asynchronous" * tools/deno_tcp_proxy.ts:1:42: corrected "perfromance" to "performance" * std/node/module.ts:1003:18: corrected "existend" to "existed" | |||
2020-05-10 | fix(std/encoding/yaml): Correct exports (#5191) | Nayeem Rahman | |
2020-05-09 | BREAKING(std): reorganization (#5087) | Nayeem Rahman | |
* Prepend underscores to private modules * Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result. * Move std/_util/async.ts to std/async * Move std/util/sha*.ts to std/hash | |||
2020-04-28 | Move the docs like `@param [obj.prop]` to the interface. (#4974) | David Sherret | |
2020-04-28 | BREAKING: Remove Deno.EOF, use null instead (#4953) | Nayeem Rahman | |
2020-04-28 | BREAKING: remove overload of Deno.test() (#4951) | Bartek Iwańczuk | |
This commit removes overload of Deno.test() that accepted named function. | |||
2020-04-01 | Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ ↵ | Ryan Dahl | |
(#4565) also removes std/encoding/mod.ts and std/archive/mod.ts which are useless. |