Axetroy
|
45eebed3bf
|
fs: add ensureLink/ensureLinkSync (#353)
|
2019-04-22 11:35:14 -04:00 |
|
Dmitry Sharshakov
|
9432d70329
|
Support Sets in asserts.equals (#350)
|
2019-04-22 09:39:33 -04:00 |
|
Axetroy
|
d2a558fcbd
|
expose ensureSymlink in fs/mod.ts (#354)
|
2019-04-22 08:18:45 -04:00 |
|
Axetroy
|
8d1b01cfcf
|
feat: add ensureSymlink/ensureSymlinkSync for fs modules (#268)
|
2019-04-21 15:23:44 -04:00 |
|
Narendra Kamath G
|
289e1b110d
|
Docs: Added missing example in flags module - README.md (#348)
|
2019-04-21 08:59:38 -04:00 |
|
Axetroy
|
f7ff14b6fd
|
fix ts warning for http/server_test.ts (#342)
|
2019-04-19 11:25:44 -04:00 |
|
Axetroy
|
191e53a78b
|
add writeFileStr and update documentation (#340)
|
2019-04-14 16:14:57 -04:00 |
|
Vincent LE GOFF
|
95ab4e2a3c
|
Fix eslint warnings and small clean ups (#339)
|
2019-04-14 10:53:19 -04:00 |
|
Vincent LE GOFF
|
4d25cc1e35
|
doc: Add missing documentation (#336)
|
2019-04-13 15:30:56 -04:00 |
|
Vincent LE GOFF
|
b462ad2530
|
Added read file str (#276)
|
2019-04-13 15:26:09 -04:00 |
|
Vincent LE GOFF
|
bb92c44c64
|
EOL add mixed detection (#325)
|
2019-04-13 15:24:36 -04:00 |
|
Kevin (Kun) "Kassimo" Qian
|
144ef0e08d
|
Enforce HTTP/1.1 pipeline response order (#331)
|
2019-04-13 15:23:56 -04:00 |
|
Bartek Iwańczuk
|
2c119627dc
|
Fix denoland/deno#2064 (#328)
|
2019-04-09 04:33:22 -04:00 |
|
Axetroy
|
290cbcb9da
|
feat: add entry point file for fs modules (#272)
|
2019-04-08 09:29:44 -04:00 |
|
Yoshiya Hinosawa
|
b6c7291181
|
refactor: update for flag change in the next version (#327)
|
2019-04-07 20:30:45 -04:00 |
|
Vincent LE GOFF
|
1d53fb4d79
|
Added EOL detect / format (#289)
|
2019-04-07 04:06:07 +03:00 |
|
Axetroy
|
24f41f67bd
|
fix: ensure exists file/dir must be the same type or it will throw error (#294)
|
2019-04-07 04:01:23 +03:00 |
|
Kevin (Kun) "Kassimo" Qian
|
1ea76ca797
|
Remove await from respond in http_bench.ts (#324)
|
2019-04-07 03:58:01 +03:00 |
|
Ryan Dahl
|
2b6222be9a
|
Bump CI to v0.3.6 (#323)
|
2019-04-06 17:59:13 +03:00 |
|
迷渡
|
7f4dae109e
|
fix usage code syntax error (#318)
|
2019-04-05 14:19:13 +03:00 |
|
Vincent LE GOFF
|
1e589b9553
|
toml: add Stringify feature (#319)
|
2019-04-05 00:23:05 -04:00 |
|
Vincent LE GOFF
|
d16072a334
|
TOML: Full support of inline table (#320)
|
2019-04-04 06:00:24 -04:00 |
|
Vincent LE GOFF
|
a0ff487a12
|
Fixing jsdoc example padding (#322)
|
2019-04-04 05:58:16 -04:00 |
|
Arash Arbabi
|
a1ceaa6ef7
|
fix: benchmarks not returning on deno 0.3.4+ (#317)
|
2019-03-30 15:52:33 -04:00 |
|
Ryan Dahl
|
eb5b1d9f53
|
Bump CI to v0.3.5 (#312)
Disable bench_test.ts because it hangs.
|
2019-03-30 15:03:43 -04:00 |
|
Vincent LE GOFF
|
a48fdd6a29
|
toml: fix parsing comments (#311)
|
2019-03-29 10:51:23 -04:00 |
|
Vincent LE GOFF
|
fa1664e6cc
|
Add TOML module (#300)
|
2019-03-28 12:31:15 -04:00 |
|
Vincent LE GOFF
|
cac060f388
|
Fix parallel testing (#309)
Fixes #308
Co-authored by @chiefbiiko
|
2019-03-28 12:29:27 -04:00 |
|
Vincent LE GOFF
|
d9e8953110
|
testing: turn off exitOnFail by default (#307)
|
2019-03-26 11:29:12 -04:00 |
|
Vincent LE GOFF
|
e17364b91f
|
Fix assertEquals for RegExp & Date (#305)
|
2019-03-26 08:15:16 -04:00 |
|
Bartek Iwańczuk
|
e5a493e9e8
|
Fix prettier check in empty files (#302)
|
2019-03-24 11:26:47 -04:00 |
|
Axetroy
|
e80f144890
|
move test file out of tests dir in flags module (#293)
|
2019-03-19 13:24:11 -04:00 |
|
Axetroy
|
a00c51b05b
|
remove unnecessary path.resolve in move/readJson/writeJson (#292)
|
2019-03-19 13:23:22 -04:00 |
|
Axetroy
|
59adafe867
|
fix: wrong usage of assertThrowsAsync which without await keyword (#295)
|
2019-03-19 13:22:33 -04:00 |
|
Vincent LE GOFF
|
0bb040e8d4
|
Test reorganization (#290)
|
2019-03-18 12:49:54 -04:00 |
|
Axetroy
|
264a51c093
|
fix: fs.exists not work for symlink (#291)
|
2019-03-18 12:34:54 -04:00 |
|
Vincent LE GOFF
|
b699fa67be
|
Documentation clean up (#288)
|
2019-03-18 11:08:01 -04:00 |
|
Yoshiya Hinosawa
|
fae48d5dfb
|
Add prettier styling options (#281)
|
2019-03-17 18:23:21 -04:00 |
|
Axetroy
|
da4abcd9a3
|
extract internal method isSubdir to fs/utils.ts (#285)
|
2019-03-17 12:34:55 -04:00 |
|
Vincent LE GOFF
|
6e0bec1f94
|
Add strings/pad (#282)
|
2019-03-15 12:02:38 -04:00 |
|
Ryan Dahl
|
c44fbec135
|
Bump to v0.3.3 (#279)
|
2019-03-14 11:18:19 -04:00 |
|
Axetroy
|
e9d104a424
|
feat: add writeJson/writeJsonSync for fs modules (#271)
|
2019-03-14 10:26:12 -04:00 |
|
Vincent LE GOFF
|
1805c18ac7
|
Improve jsdoc (#277)
|
2019-03-14 10:24:54 -04:00 |
|
Axetroy
|
e4485d722a
|
feat: add readJson/readJsonSync for fs modules (#269)
|
2019-03-13 12:06:40 -04:00 |
|
Axetroy
|
a1fcfb2744
|
feat: add move/moveSync for fs modules (#266)
|
2019-03-12 05:11:30 -04:00 |
|
Axetroy
|
9ae941338a
|
feat: add ensureDir/ensureFile for fs modules (#264)
|
2019-03-12 01:52:43 -04:00 |
|
Yoshiya Hinosawa
|
61af419bbc
|
fix: eslint errors (#265)
|
2019-03-12 01:51:51 -04:00 |
|
chiefbiiko
|
4de86f04de
|
Move benching into testing. (#258)
|
2019-03-11 14:21:13 -04:00 |
|
Axetroy
|
64d6bfca56
|
feat: add emptyDir for fs modules (#263)
|
2019-03-11 14:19:52 -04:00 |
|
Axetroy
|
142a1c6cf8
|
add fs/exists (#260)
|
2019-03-11 13:14:26 -04:00 |
|