summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-14Fix eslint warnings and small clean ups (denoland/deno_std#339)Vincent LE GOFF
2019-04-13doc: Add missing documentation (denoland/deno_std#336)Vincent LE GOFF
2019-04-13Added read file str (denoland/deno_std#276)Vincent LE GOFF
2019-04-13EOL add mixed detection (denoland/deno_std#325)Vincent LE GOFF
2019-04-13Enforce HTTP/1.1 pipeline response order (denoland/deno_std#331)Kevin (Kun) "Kassimo" Qian
2019-04-09Fix denoland/denodenoland/deno_std#2064 (denoland/deno_std#328)Bartek Iwańczuk
2019-04-08feat: add entry point file for fs modules (denoland/deno_std#272)Axetroy
2019-04-07refactor: update for flag change in the next version (denoland/deno_std#327)Yoshiya Hinosawa
2019-04-07Added EOL detect / format (denoland/deno_std#289)Vincent LE GOFF
2019-04-07fix: ensure exists file/dir must be the same type or it will throw error (den...Axetroy
2019-04-07Remove `await` from respond in http_bench.ts (denoland/deno_std#324)Kevin (Kun) "Kassimo" Qian
2019-04-06Bump CI to v0.3.6 (denoland/deno_std#323)Ryan Dahl
2019-04-05fix usage code syntax error (denoland/deno_std#318)迷渡
2019-04-05toml: add Stringify feature (denoland/deno_std#319)Vincent LE GOFF
2019-04-04TOML: Full support of inline table (denoland/deno_std#320)Vincent LE GOFF
2019-04-04Fixing jsdoc example padding (denoland/deno_std#322)Vincent LE GOFF
2019-03-30fix: benchmarks not returning on deno 0.3.4+ (denoland/deno_std#317)Arash Arbabi
2019-03-30Bump CI to v0.3.5 (denoland/deno_std#312)Ryan Dahl
2019-03-29toml: fix parsing comments (denoland/deno_std#311)Vincent LE GOFF
2019-03-28Add TOML module (denoland/deno_std#300)Vincent LE GOFF
2019-03-28Fix parallel testing (denoland/deno_std#309)Vincent LE GOFF
2019-03-26testing: turn off exitOnFail by default (denoland/deno_std#307)Vincent LE GOFF
2019-03-26Fix assertEquals for RegExp & Date (denoland/deno_std#305)Vincent LE GOFF
2019-03-24Fix prettier check in empty files (denoland/deno_std#302)Bartek Iwańczuk
2019-03-19move test file out of tests dir in flags module (denoland/deno_std#293)Axetroy
2019-03-19remove unnecessary path.resolve in move/readJson/writeJson (denoland/deno_std...Axetroy
2019-03-19fix: wrong usage of assertThrowsAsync which without await keyword (denoland/d...Axetroy
2019-03-18Test reorganization (denoland/deno_std#290)Vincent LE GOFF
2019-03-18fix: fs.exists not work for symlink (denoland/deno_std#291)Axetroy
2019-03-18Documentation clean up (denoland/deno_std#288)Vincent LE GOFF
2019-03-17Add prettier styling options (denoland/deno_std#281)Yoshiya Hinosawa
2019-03-17extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285)Axetroy
2019-03-15Add strings/pad (denoland/deno_std#282)Vincent LE GOFF
2019-03-14Bump to v0.3.3 (denoland/deno_std#279)Ryan Dahl
2019-03-14feat: add writeJson/writeJsonSync for fs modules (denoland/deno_std#271)Axetroy
2019-03-14Improve jsdoc (denoland/deno_std#277)Vincent LE GOFF
2019-03-13 feat: add readJson/readJsonSync for fs modules (denoland/deno_std#269)Axetroy
2019-03-12feat: add move/moveSync for fs modules (denoland/deno_std#266)Axetroy
2019-03-12feat: add ensureDir/ensureFile for fs modules (denoland/deno_std#264)Axetroy
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
2019-03-11feat: add emptyDir for fs modules (denoland/deno_std#263)Axetroy
2019-03-11add fs/exists (denoland/deno_std#260)Axetroy
2019-03-11Datetime module improvement (denoland/deno_std#259)Vincent LE GOFF
2019-03-09Eslint Fix http (denoland/deno_std#257)Eugen Cazacu
2019-03-08Use AssertionError instead of Error in testing (denoland/deno_std#254)Vincent LE GOFF
2019-03-08http: add return types (denoland/deno_std#250)Eugen Cazacu
2019-03-08refactor: use execPath where appropriate (denoland/deno_std#255)Yoshiya Hinosawa
2019-03-08testing/asserts: Add unimplemented and unreachable (denoland/deno_std#248)Ryan Dahl
2019-03-08Use fs.walk rather than git ls-files (denoland/deno_std#241)Andy Hayden