summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-18Add includeDirs to WalkOptions (denoland/deno_std#601)Nayeem Rahman
2019-09-11bump prettier to 1.18.2 (denoland/deno_std#592)Axetroy
2019-09-11Make uuid v4 rfc4122 compliant (denoland/deno_std#580)Nimalan
2019-09-11Add xeval (denoland/deno_std#581)Nayeem Rahman
2019-09-10feat: Add types to prettier (denoland/deno_std#591)Bartek Iwańczuk
2019-09-09fix: replace Deno.platform usages (denoland/deno_std#590)Yoshiya Hinosawa
2019-09-08reenable test getMatchingUrlsLocal (denoland/deno_std#589)Bartek Iwańczuk
2019-09-08flags: Parse builtin properties (denoland/deno_std#579)迷渡
2019-09-04bump ci to v0.17.0 (denoland/deno_std#585)Ryan Dahl
2019-09-04ws: use crypto getRandomValues (denoland/deno_std#584)Nimalan
2019-09-04Refactoring using padEnd and padStart (denoland/deno_std#583)迷渡
2019-09-04Fix boolean regexp (denoland/deno_std#582)迷渡
2019-09-03Avoid prototype builtin `hasOwnProperty` (denoland/deno_std#577)迷渡
2019-09-03remove `console.log` in tests (denoland/deno_std#578)迷渡
2019-08-30fix: better paths handling in test runner (denoland/deno_std#574)Bartek Iwańczuk
2019-08-30link colors to fmt/colors.ts (denoland/deno_std#575)迷渡
2019-08-26ci: bump to version v0.16.0 (denoland/deno_std#573)Ryan Dahl
2019-08-24Move colors to fmt (denoland/deno_std#571)Ryan Dahl
2019-08-22print out the failed tests after the summary (denoland/deno_std#554)Eugen Cazacu
2019-08-22use relative paths in test imports (denoland/deno_std#572)Bartek Iwańczuk
2019-08-22test all text functions in colors module (denoland/deno_std#553)Eugen Cazacu
2019-08-21fix: add global test registry (denoland/deno_std#568)Bartek Iwańczuk
2019-08-17Fix typo in examples/README.md (denoland/deno_std#567)Xuhao
2019-08-15Accept absolute root directories in the file server (denoland/deno_std#558)Nayeem Rahman
2019-08-15Add fmt modules (printf implementation) (denoland/deno_std#566)a2800276
2019-08-15add file:// prefix for imports in test runner (denoland/deno_std#564)Bartek Iwańczuk
2019-08-14feat: test runner (denoland/deno_std#516)Bartek Iwańczuk
2019-08-14feat: add overloaded form of unit test declaration (denoland/deno_std#563)Bartek Iwańczuk
2019-08-14refactor 'assertEquals' (denoland/deno_std#560)Bartek Iwańczuk
2019-08-13ci: bump to v0.15.0 (denoland/deno_std#556)Bartek Iwańczuk
2019-08-06Revert "http: delete conn parameter in readRequest" (denoland/deno_std#550)Bartek Iwańczuk
2019-08-05Fix URLs in examples/README (denoland/deno_std#551)Ryan Dahl
2019-07-30enable test of aborted conn on windows (denoland/deno_std#549)Yoshiya Hinosawa
2019-07-29refactor: use Deno.execPath where possible (denoland/deno_std#548)Yoshiya Hinosawa
2019-07-28Ignore error of writing responses to aborted requests (denoland/deno_std#546)Yoshiya Hinosawa
2019-07-28Make shebangs Linux compatible (denoland/deno_std#545)Nayeem Rahman
2019-07-17Bump CI to v0.12.0 (denoland/deno_std#541)Ryan Dahl
2019-07-11add link to uuid in README (denoland/deno_std#536)Lucas Caro
2019-07-11Rename catjson.ts to catj.ts (denoland/deno_std#533)Bartek Iwańczuk
2019-07-08fix emptydir on windows (denoland/deno_std#531)Vincent LE GOFF
2019-07-07Remove os.userHomeDir in favor of Deno.homeDir (denoland/deno_std#523)Evgeniy Karagodin
2019-07-07Upgrade to v0.11.0 (update Reader interface) (denoland/deno_std#527)Yoshiya Hinosawa
2019-07-03add UUID module (denoland/deno_std#479)Lucas Caro
2019-06-30prettier: support reading code from stdin (denoland/deno_std#498)Axetroy
2019-06-29Update instructions to install file server (denoland/deno_std#526)Phil Rukin
2019-06-26ci: bump deno to v0.10.0Ryan Dahl
2019-06-24Add userHomeDir (denoland/deno_std#521)Evgeniy Karagodin
2019-06-24typoRong Sen Ng
2019-06-22file server should order filenames (denoland/deno_std#511)Axetroy
2019-06-22feat: add catjson example (denoland/deno_std#517)Bartek Iwańczuk