Maxim Zhukov
50cbb3cbc5
docs(bytes): fix typo in readme example ( denoland/deno#9119 )
2021-02-01 10:46:59 +00:00
Ryan Dahl
48a2496dbe
update copyright to 2021 ( denoland/deno#9081 )
2021-02-01 10:46:59 +00:00
Yosi Pramajaya
fe6304a6a2
BREAKING(bytes): Adjust APIs based on std-wg discussion ( denoland/deno#8612 )
2021-02-01 10:46:58 +00:00
Yoshiya Hinosawa
9aa4d7c331
docs(bytes): add missing docs to README ( denoland/deno#7885 )
2021-02-01 10:46:58 +00:00
tokiedokie
8567b960f8
docs: version all imports in README ( denoland/deno#7442 )
...
Use $STD_VERSION in README files to automatically
display proper version.
2021-02-01 10:46:58 +00:00
Trivikram Kamat
eb1c38cfbf
docs: end sentences with a period in markdown ( denoland/deno#7813 )
2021-02-01 10:46:58 +00:00
David Sherret
99e0dca320
feat(fmt): Sort named import and export specifiers ( denoland/deno#7711 )
2021-02-01 10:46:58 +00:00
sonota88
d5fe8881af
doc(bytes): Fix wrong import in the example code (copyBytes) ( denoland/deno#6787 )
2021-02-01 10:46:58 +00:00
David Sherret
1425960509
Use dprint for internal formatting ( denoland/deno#6682 )
2021-02-01 10:46:58 +00:00
Chris Knight
ac61553cdd
refactor: shift copyBytes and tweak deps to reduce dependencies ( denoland/deno#6469 )
2021-02-01 10:46:58 +00:00
Ali Hasani
b0067bae1f
feat(bytes): add hasSuffix and contains functions, update docs ( denoland/deno#4801 )
2021-02-01 10:46:57 +00:00
Marcos Casagrande
94c9fbcd2e
BREAKING: reorder io/utils copyBytes arguments ( denoland/deno#5022 )
2021-02-01 10:46:57 +00:00
Ali Hasani
f68c42de9f
create readme for bytes ( denoland/deno#4876 )
2021-02-01 10:46:57 +00:00
Ryan Dahl
1f1818d379
Move encode, decode helpers to /encoding/utf8.ts, delete /strings/ ( denoland/deno#4565 )
...
also removes encoding/mod.ts and archive/mod.ts which are useless.
2021-02-01 10:46:57 +00:00
Kitson Kelly
7914eae5f0
Update to Prettier 2 and use ES Private Fields ( denoland/deno#4498 )
2021-02-01 10:46:57 +00:00
Yusuke Sakurai
1ee7c0b672
clean up textproto code in std ( denoland/deno#4458 )
...
- moved and renamed append() into bytes from ws and textproto
- renamed textproto/readder_tests.ts -> textproto/test.ts
2021-02-01 10:46:57 +00:00
Bartek Iwańczuk
82a523639a
refactor: rewrite tests in to use Deno.test ( denoland/deno#3930 )
2021-02-01 10:46:57 +00:00
Ry Dahl
3a9eb92372
Happy new year! ( denoland/deno#3578 )
2021-02-01 10:46:56 +00:00
axetroy
015cf3e02d
rename bytes/bytes.ts to bytes/mod.ts
2019-05-24 15:40:32 +03:00
axetroy
a457942678
remove function prefix of bytes module
2019-05-24 15:40:32 +03:00
Axetroy
bd46d60ded
Enable bytes tests and add bytesRepeat ( #446 )
2019-05-24 14:44:13 +03:00
Jun Kato
8714252916
[bytes] fix bytesFindIndex and bytesFindLastIndex ( #381 )
2019-05-07 12:02:31 -04:00
Vincent LE GOFF
4543b563a9
Eslint fixes ( #356 )
...
Make warnings fail
2019-04-24 07:41:22 -04:00
Ryan Dahl
4cf39d4a14
Rename assertEq to assertEquals ( #242 )
...
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e1d5c00279
Testing refactor ( #240 )
2019-03-06 16:39:50 -05:00
Kitson Kelly
c0390ade3d
Add eslint for linting ( #235 )
2019-03-04 19:53:35 -05:00
Yusuke Sakurai
fda9c98d05
feat: multipart, etc.. ( #180 )
2019-02-10 18:49:48 -05:00