Bartek Iwańczuk
a7dbd39270
feat: add catjson example ( denoland/deno_std#517 )
...
Original: d99c15448d
2019-06-22 04:54:17 -07:00
Bartek Iwańczuk
b6ad0df64f
fix: pin eslint version for CI ( denoland/deno_std#518 )
...
https://github.com/typescript-eslint/typescript-eslint/issues/637
Original: 4772c34521
2019-06-22 04:53:43 -07:00
Kitson Kelly
a02c3bd388
bundle/run handles Deno.args better. ( denoland/deno_std#514 )
...
Original: 02262c6161
2019-06-21 17:02:53 -07:00
Amen
684805919a
typo ( denoland/deno_std#515 )
...
Original: 4804e50b23
2019-06-21 08:36:39 -07:00
Bartek Iwańczuk
575bdb8451
improve installer ( denoland/deno_std#512 )
...
- remove uninstall command
- add --reload to deno fetch - to ensure subsequent installation
upgrades script and deps
- fix executable shebang
- fix prompt for subsequent installation
- support custom installation dir via -d/--dir flag
Original: b13441fe8a
2019-06-20 07:52:18 -07:00
Axetroy
33ffb89f5c
installer: quote commands correctly ( denoland/deno_std#510 )
...
Original: 4317af11d1
2019-06-19 07:16:34 -07:00
Vincent LE GOFF
57edeacaa5
Testing: Pretty output + Silent mode ( denoland/deno_std#314 )
...
Original: d44a47a08d
2019-06-19 05:43:49 -07:00
Axetroy
c85b1c06a9
lint: add max line length rules ( denoland/deno_std#507 )
...
Original: b04fda30c8
2019-06-18 21:22:01 -07:00
Axetroy
d6e92582cc
Installer: support windows ( denoland/deno_std#499 )
...
Original: a68527f3fe
2019-06-18 09:25:53 -07:00
Axetroy
f430df5619
add encoding/hex module ( denoland/deno_std#434 )
...
Original: 418cdff25d
2019-06-17 10:19:56 -07:00
Axetroy
ba180f3460
fix installer readme ( denoland/deno_std#495 )
...
Original: aa628cb926
2019-06-16 08:45:40 -07:00
Ryan Dahl
82884fecd5
ci: bump version to v0.9.0 ( denoland/deno_std#493 )
...
Original: 33bc3db001
2019-06-15 14:12:33 -07:00
Ryan Dahl
fccfaeea3c
installer: Print name of installed file ( denoland/deno_std#492 )
...
Original: 1679ba0b57
2019-06-15 06:51:11 -07:00
Bartek Iwańczuk
d00a4beec4
feat: installer ( denoland/deno_std#489 )
...
Original: a3015be141
2019-06-14 08:43:06 -07:00
Sam Reghenzi
926594c53c
fix wrong field name in example code ( denoland/deno_std#490 )
...
Original: 3ec3a8b4f1
2019-06-14 07:57:30 -07:00
Kitson Kelly
0ed3046a9a
Add bundle loader ( denoland/deno_std#480 )
...
Original: fe7f6e117f
2019-06-10 10:34:43 -04:00
Ryan Dahl
87d3b9b5cc
upgrade: deno to v0.8.0 ( denoland/deno_std#487 )
...
Original: 86b7499e65
2019-06-09 21:42:06 -04:00
Xin Du (Clark)
2e0ab295a3
use unknown instead of any ( denoland/deno_std#486 )
...
Original: c64734cbd9
2019-06-06 12:56:33 -04:00
Kitson Kelly
8e8f936e40
Remove console.error from asserts. ( denoland/deno_std#483 )
...
Original: 2292fbe6b1
2019-06-06 10:27:55 -04:00
Xin Du (Clark)
33b6055f5f
datetime: use assertThrows in test ( denoland/deno_std#473 )
...
Original: 3041edb152
2019-06-05 14:35:35 -04:00
Yoshiya Hinosawa
21684c679b
Check file changes during test ( denoland/deno_std#476 )
...
Original: 7daa887b09
2019-06-02 21:42:27 -04:00
Bartek Iwańczuk
e729d442fb
chore: make CI config DRY ( denoland/deno_std#470 )
...
Original: 8a9993be14
2019-05-31 17:28:54 -04:00
Xin Du (Clark)
35cb4d0d13
fix typos ( denoland/deno_std#469 )
...
Original: 2acaf5adb9
2019-05-31 08:39:05 -04:00
Bert Belder
94816457e4
io: make port BufReader.readByte() return number | EOF
...
Original: 679b203053
2019-05-30 18:35:00 -07:00
hashrock
aacf92eb11
ws: Add sec-websocket-version to handshake header ( denoland/deno_std#468 )
...
Original: 40f55da9cf
2019-05-30 11:51:47 -04:00
Vincent LE GOFF
2487c45547
encoding: add csv parse ( denoland/deno_std#458 )
...
Original: 167f529898
2019-05-30 09:50:29 -04:00
Vincent LE GOFF
a0ce25e606
deactivate flaky copy assertion ( denoland/deno_std#467 )
...
Original: 9b72d580ca
2019-05-30 09:49:33 -04:00
Bartek Iwańczuk
50a79584cb
chore: Implement strict mode ( denoland/deno_std#453 )
...
Original: be24677d15
2019-05-30 08:59:30 -04:00
Ryan Dahl
80b3c486f6
ci: use deno v0.7.0 ( denoland/deno_std#464 )
...
Original: e6793e49c4
2019-05-29 19:38:08 -04:00
Vincent LE GOFF
c8ac9a0f58
http: add rfc7230 handling ( denoland/deno_std#451 )
...
Original: 1db594d5b0
2019-05-29 10:44:14 -07:00
Bert Belder
b95f79d74c
io: refactor BufReader/Writer interfaces to be more idiomatic ( denoland/deno_std#444 )
...
Thanks Vincent Le Goff (@zekth) for porting over the CSV reader
implementation.
Fixes: denoland/deno_std#436
Original: 0ee6334b69
2019-05-29 09:50:12 -07:00
Bardia Rastin
5b37b560fb
add "run" to file server alias ( denoland/deno_std#460 )
...
Original: 4078e9b24d
2019-05-27 17:56:10 -04:00
Axetroy
ad3de86604
rename strings/strings.ts to strings/mod.ts ( denoland/deno_std#449 )
...
Original: 2f003fa35c
2019-05-27 02:58:31 +03:00
Vincent LE GOFF
8d94f70bef
http: add ParseHTTPVersion ( denoland/deno_std#452 )
...
Original: 438178541e
2019-05-25 19:22:30 +03:00
Axetroy
74498f1e0c
Prettier: support for specified files and glob mode ( denoland/deno_std#438 )
...
Original: 1083db10ed
2019-05-25 17:17:56 +03:00
Vincent LE GOFF
aed65ff333
Add encoding/csv ( denoland/deno_std#432 )
...
Original: c8a7dcdcd0
2019-05-24 16:33:42 +03:00
axetroy
31db7c4dba
rename bytes/bytes.ts to bytes/mod.ts
...
Original: 015cf3e02d
2019-05-24 15:40:32 +03:00
axetroy
c6505c5de6
remove function prefix of bytes module
...
Original: a457942678
2019-05-24 15:40:32 +03:00
Axetroy
4ab0e0e918
Enable bytes tests and add bytesRepeat ( denoland/deno_std#446 )
...
Original: bd46d60ded
2019-05-24 14:44:13 +03:00
Vincent LE GOFF
0803912c7f
TOML: Move to encoding dir ( denoland/deno_std#435 )
...
Original: 7a722ceffc
2019-05-23 21:48:54 +03:00
Stoyan Dimkov
73f7be6ae0
Fix http README examples ( denoland/deno_std#440 )
...
Some cosmetic fixes to the provided examples in the http README:
- Ensure they're all actually runnable
- Use clear variable names
- Add usage of Cookie interface
Original: b9b25b8b17
2019-05-23 19:05:00 +03:00
Vincent LE GOFF
632fbd7734
http: fix content-length checking ( denoland/deno_std#437 )
...
Original: ce4e3ccdc3
2019-05-23 18:59:34 +03:00
Shubhadeep Das
b7082f1640
Added isGlob function ( denoland/deno_std#433 )
...
Original: 94dcb2779b
2019-05-23 10:23:31 +03:00
Aurélien Bertron
a4346a3ac9
http: send an empty response body if none is provided ( denoland/deno_std#429 )
...
Fixes: denoland/deno_std#402
Original: e00e3fe33a
2019-05-22 19:33:17 -07:00
Vincent LE GOFF
3cfc1244d8
http: make server handle bad client requests properly ( denoland/deno_std#419 )
...
Original: 7620fe1a82
2019-05-22 16:28:03 -07:00
Yuqing Chen
e2debab359
fix(fileserver): wrong url href of displayed files ( denoland/deno_std#426 )
...
Original: be6cd35cbf
2019-05-22 15:58:20 -07:00
Vincent LE GOFF
de713ea871
http: delete conn parameter in readRequest ( denoland/deno_std#430 )
...
To bring it inline with Go API
Original: 209183e248
2019-05-22 09:30:10 -04:00
Vincent LE GOFF
b9ce3a6453
Rename //multipart/multipart.ts to //mime/multipart.ts ( denoland/deno_std#420 )
...
Original: aad0896346
2019-05-21 09:36:12 -04:00
Axetroy
915b4f520b
feat(prettier): output to stdout instead of write file by default unless specified --write flag ( denoland/deno_std#332 )
...
Original: 434007b8ab
2019-05-21 08:23:23 -04:00
Ryan Dahl
7c4e973611
Bump v0.6.0 ( denoland/deno_std#423 )
...
Original: 47134db9f2
2019-05-21 02:44:36 -04:00