Nayeem Rahman
f184332c09
BREAKING(std): reorganization ( #5087 )
...
* Prepend underscores to private modules
* Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result.
* Move std/_util/async.ts to std/async
* Move std/util/sha*.ts to std/hash
2020-05-09 08:34:47 -04:00
Andrey Trebler
c42ad381ad
revert PR #5002 ( #5141 )
2020-05-08 10:32:09 -04:00
Andrey Trebler
796fc9bc3e
BREAKING: make WebSocket directly implement AsyncIterable ( #5044 ) ( #5045 )
2020-05-04 12:27:06 -04:00
Marcos Casagrande
9ded17d722
BREAKING: reorder std/io/utils copyBytes arguments ( #5022 )
2020-04-30 16:39:25 -04:00
Andrey Trebler
8ec36681dd
feat: Make WebSocket Reader/Writer ( #5001 ) ( #5002 )
2020-04-30 03:09:48 -04:00
Nayeem Rahman
678313b176
BREAKING: Remove Deno.EOF, use null instead ( #4953 )
2020-04-28 12:40:43 -04:00
underfin
df0000ff0a
feat(std/uuid): Implement uuid v5 ( #4916 )
2020-04-27 08:49:34 -04:00
Bartek Iwańczuk
6a37e4426e
BREAKING CHANGE: rename TLS APIs to camel case ( #4888 )
...
This commit renames all APIs containing "TLS" to use camel case
(connectTLS -> connectTls, etc.)
2020-04-24 23:29:14 +02:00
Ryan Dahl
12c6b2395b
Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ ( #4565 )
...
also removes std/encoding/mod.ts and std/archive/mod.ts which are useless.
2020-04-01 15:23:39 -04:00
Kitson Kelly
bced52505f
Update to Prettier 2 and use ES Private Fields ( #4498 )
2020-03-28 13:03:49 -04:00
Yusuke Sakurai
c337d2c434
clean up textproto code in std ( #4458 )
...
- moved and renamed append() into bytes from ws and textproto
- renamed textproto/readder_tests.ts -> textproto/test.ts
2020-03-22 14:49:09 -04:00
Samrith Shankar
798904b0f2
Add require-await lint rule ( #4401 )
2020-03-20 09:38:34 -04:00
Oliver Lenehan
0f6acf2753
fix(std): Use Deno.errors where possible. ( #4356 )
2020-03-13 21:40:13 -04:00
Yusuke Sakurai
9075daa2e3
[std/ws] provide default close code for ws.close() ( #4172 )
2020-02-28 11:17:00 -05:00
Yusuke Sakurai
942e67c00b
refactor(std/http): move io functions to http/io.ts ( #4126 )
2020-02-26 10:48:35 -05:00
Suguru Motegi
79c6e052ed
fix: createSecKey logic ( #4063 )
2020-02-24 16:37:15 -05:00
Yusuke Sakurai
d9886a44d1
fix: [ws] sock shouldn't throw eof error when failed to read frame ( #4083 )
2020-02-23 11:59:36 -05:00
Yusuke Sakurai
c2986891f6
remove non-null assertion operator from std (part1) ( #3900 )
2020-02-07 02:23:38 -05:00
Yusuke Sakurai
699d10bd9e
fix: make WebSocket.send() exclusive ( #3885 )
2020-02-06 08:42:32 -05:00
Bartek Iwańczuk
34b99fec8e
rename dial to connect and dialTLS to connectTLS ( #3710 )
2020-01-18 18:35:12 +01:00
Dreamacro
70b1be6ff4
Fix ws handshake with correctly empty search string ( #3587 )
2020-01-04 04:31:12 -05:00
Ry Dahl
bfab4ed0df
Happy new year! ( #3578 )
2020-01-02 15:13:47 -05:00
Ryan Dahl
151ce0266e
Move everything into std subdir
2019-10-09 17:10:09 -04:00