summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Collapse)Author
2020-09-27BREAKING(std/encoding/csv): improve the definition of ParseOptions (#7714)uki00a
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-26refactor(std/example): Inconsistencies in the example tests (#7684)tokiedokie
2020-09-26Fix typos (#7687)KNnut
2020-09-26docs(std): add async and signal readme (#7683)Andrew Mitchell
Resolves #7608
2020-09-25test(std/async): remove redundant export in test (#7682)Casper Beyer
2020-09-25fix(std/datetime): add timezone to date strings in tests (#7675)Tim Reichen
2020-09-25v1.4.2Bartek Iwańczuk
2020-09-25test(std): unit test for async/delay (#7671)Csaba Okrona
2020-09-24fix(std/datetime):: 12 and 24 support (#7661)Tim Reichen
2020-09-23fix(std/fs): mark createWalkEntry(Sync) as internal (#7643)Casper Beyer
2020-09-22chore(std/hash): update crates (#7631)Luca Casonato
2020-09-22feat(std/node): implement getSystemErrorName() (#7624)Schwarzkopf Balázs
2020-09-21test(std/wasi): add fd_renumber test (#7574)Casper Beyer
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-19chore: reenable disabled test in std/ (#7578)Bartek Iwańczuk
2020-09-18v1.4.1Bert Belder
2020-09-18fix(cli/console): always quote and escape inspected strings (#7546)Casper Beyer
2020-09-18refactor: deno_fetch op crate (#7524)Bartek Iwańczuk
2020-09-17feat(std/node) stub out process.stdin, stdout, stderr (#7184)Jarrett Helton
2020-09-17refactor: make fetch use op_fetch_read instead of op_read (#7529)Ryan Dahl
2020-09-16test(std/wasi): add sched_yield test (#7511)Casper Beyer
2020-09-16fix(std/testing): assertion diff color (#7499)Pig Fang
2020-09-15fix(std/datetime): timezone bug (#7466)Tim Reichen
2020-09-15refactor(cli/tests): change std_path to root_path in std_tests() (#7438)tokiedokie
2020-09-15remove stub implementation of v3 in std/uuid (#7488)Casper Beyer
2020-09-14fix typo miliseconds -> milliseconds (#7469)tasshi / Masaharu TASHIRO
2020-09-14feat(std/node): Add AssertionError class (#7210)Schwarzkopf Balázs
2020-09-14test(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-13v1.4.0Bartek Iwańczuk
2020-09-13upgrade: 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-11feat(unstable): enable importsNotUsedAsValues by default (#7413)Luca Casonato
2020-09-09chore(std): remove std/ws connect method (#7403)Luca Casonato
2020-09-09test(std/examples): make tests runnable from any directory (#7399)Casper Beyer
2020-09-09test(std/mime): make tests runnable from any directory (#7398)Casper Beyer
2020-09-08test(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-08test(std/fs): make tests runnable from any directory (#7388)Casper Beyer
2020-09-07BREAKING(std/fs): remove writeJson and writeJsonSync (#7256)Casper Beyer
2020-09-07BREAKING(std/fs): remove readJson and readJsonSync (#7255)Casper Beyer
2020-09-07test(std/hash): make tests runnable from any directory (#7376)Casper Beyer
2020-09-06test(std/archive): make tests runnable from any directory (#7366)Casper Beyer
2020-09-06test(std/encoding): make tests runnable from any directory (#7368)Casper Beyer
2020-09-04v1.3.3Bartek Iwańczuk
2020-09-04test(std/wasi): explicitly list modules for deterministic test runs (#7245)Casper Beyer
This explicitly lists std/wasi test modules in a pre-sorted array for deterministic test runs. As a side effect it makes it a bit more visible when a test has been added or removed aside from having to look at the submodule update.
2020-09-04chore(std/wasi): enable and fix lint errors in tests (#7324)Casper Beyer
2020-09-01docs(std/uuid): remove mention of v3 which is not supported (#7318)Casper Beyer
2020-09-01fix: use millisecond precision for Deno.futime and Deno.utime (#7299)Casper Beyer
2020-08-31test(std): ensure mod.ts modules have a test coverage (#7264)Casper Beyer
2020-08-31fix no-inner-declaration lint rule (#7287)Yusuke Tanaka
2020-08-31chore(std/wasi): fix no-inner-declarations lints (#7286)Casper Beyer