Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This reverts commit fbb18d40d3cfd0d24262e8e73b97f22770734572. | |||
2020-10-03 | docs(std/wasi): fix usage example (#7808) | Casper Beyer | |
The usage example is a bit out of date and not compatible with the stricter definition of the WebAssembly namespace. This fixes that and makes it a bit cleaner. | |||
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 ↵ | tokiedokie | |
std/testing/diff.ts private (#7592) | |||
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 | |
- feat: Support escaping glob characters - feat: Support more character classes - feat: Match characters literally on segment parse failure - fix: Match nothing for empty globs - fix: Contain any glob syntax to its path segment - perf: Remove extraneous separators from generated regex - doc: Add detailed JSDoc - chore: Remove old copyright headers | |||
2020-09-30 | feat(cli/console): Add Deno.InspectOptions::colors (#7742) | Nayeem Rahman | |
Ref: https://github.com/denoland/deno/pull/7516#pullrequestreview-489567120 | |||
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 | |
Resolves #7608 | |||
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 | |
2020-09-17 | refactor: make fetch use op_fetch_read instead of op_read (#7529) | Ryan Dahl | |
2020-09-16 | test(std/wasi): add sched_yield test (#7511) | Casper Beyer | |
2020-09-16 | fix(std/testing): assertion diff color (#7499) | Pig Fang | |
2020-09-15 | fix(std/datetime): timezone bug (#7466) | Tim Reichen | |
2020-09-15 | refactor(cli/tests): change std_path to root_path in std_tests() (#7438) | tokiedokie | |
2020-09-15 | remove stub implementation of v3 in std/uuid (#7488) | Casper Beyer | |
2020-09-14 | fix typo miliseconds -> milliseconds (#7469) | tasshi / Masaharu TASHIRO | |
2020-09-14 | feat(std/node): Add AssertionError class (#7210) | Schwarzkopf Balázs | |
2020-09-14 | test(std/http): make tests runnable from any directory (#7441) | Casper Beyer | |
This makes std/http tests runnable from any directory by spawning test processes in the module directory resolved from import.meta.url and resolving test data relative to the same module directory. | |||
2020-09-13 | v1.4.0 | Bartek Iwańczuk | |
2020-09-13 | upgrade: deno_doc, deno_lint, dprint, swc (#7434) | Bartek Iwańczuk | |
upgrades: - swc_ecmascript 0.7.7 - dprint-plugin-typescript 0.31.3 - deno_lint 0.2.0 - deno_doc 0.1.9 Split std_lint test into std_lint and unit_test_lint. Added lint ignores to CommonJS files in std/node. | |||
2020-09-11 | feat(unstable): enable importsNotUsedAsValues by default (#7413) | Luca Casonato | |
2020-09-09 | chore(std): remove std/ws connect method (#7403) | Luca Casonato | |
2020-09-09 | test(std/examples): make tests runnable from any directory (#7399) | Casper Beyer | |
2020-09-09 | test(std/mime): make tests runnable from any directory (#7398) | Casper Beyer | |
2020-09-08 | test(std/node): make tests runnable from any directory (#7397) | Casper Beyer | |
This makes std/node tests runnable from any directory by resolving the testdata directory and files relative to the module directory resolved from import.meta.url. | |||
2020-09-08 | test(std/fs): make tests runnable from any directory (#7388) | Casper Beyer | |