Commit Graph

4632 Commits

Author SHA1 Message Date
Asher Gomez
827fe95620
docs(log): document pass-through functions (#6066) 2024-09-27 12:30:09 +09:00
Asher Gomez
2774a070d6
fix(log): ensure consistent behavior with @std/log (#5974)
* fix(log): ensure consistent behavior with `@std/log`

* update

* fixes
2024-09-27 10:57:14 +09:00
Asher Gomez
d902c24651
BREAKING(io): remove StringReader (#6062)
* BREAKING(io): remove `StringWriter`

* BREAKING(io): remove `StringReader`
2024-09-26 03:25:37 +00:00
Asher Gomez
87a5b9e2ec
BREAKING(io): remove StringWriter (#6061) 2024-09-26 12:10:11 +09:00
Asher Gomez
45cef56ce9
BREAKING(io): remove MultiReader (#6059) 2024-09-26 12:15:16 +10:00
Asher Gomez
6c75ccb6ed
BREAKING(io): remove LimitedReader (#6058) 2024-09-26 11:51:20 +10:00
Yoshiya Hinosawa
33915afbb4
chore: fix heading level in Releases.md (#6044) 2024-09-25 20:37:15 +09:00
Asher Gomez
c8991ecd23
BREAKING(io): remove readDelim() (#6052)
* BREAKING(io/unstable): remove `readStringDelim()`

* BREAKING(io/unstable): remove `readDelim()`
2024-09-25 20:36:58 +09:00
Asher Gomez
4a391483ac
BREAKING(io): remove BufWriter (#6057)
* BREAKING(io): remove `BufReader`

* BREAKING(io): remove `BufWriter`

* fix
2024-09-25 21:13:48 +10:00
Asher Gomez
0023c5305a
BREAKING(io): remove BufReader (#6056)
* BREAKING(io): remove `BufReader`

* fix
2024-09-25 17:52:07 +10:00
Asher Gomez
91c108e148
chore: re-enable Codecov (#6055)
* chore: re-enable Codecov

* fix
2024-09-25 13:41:15 +09:00
Asher Gomez
93fe4a1b99
chore: remove redundant Deno future CI step (#6054) 2024-09-25 13:25:49 +09:00
Asher Gomez
4e6a86be9b
BREAKING(io): remove readShort() (#6050)
* BREAKING(io/unstable): remove `sliceLongToBytes()`

* BREAKINIG(io/unstable): remove `readLong()`

* BREAKING(io/unstable): remove `readInt()`

* BREAKING(io/unstable): remove `readShort()`
2024-09-25 04:18:45 +00:00
Asher Gomez
71e1b13714
BREAKING(io): remove readInt() (#6048)
* BREAKING(io/unstable): remove `sliceLongToBytes()`

* BREAKINIG(io/unstable): remove `readLong()`

* BREAKING(io/unstable): remove `readInt()`
2024-09-25 04:13:37 +00:00
Asher Gomez
498700fc52
BREAKING(io): remove readLong() (#6047)
* BREAKING(io/unstable): remove `sliceLongToBytes()`

* BREAKINIG(io/unstable): remove `readLong()`
2024-09-25 04:08:10 +00:00
Asher Gomez
90c571cfd5
chore: revert deno fmt --check workaround (#6053) 2024-09-25 14:02:33 +10:00
Asher Gomez
4c0ac4ffcc
BREAKING(io/unstable): remove readStringDelim() (#6001) 2024-09-25 04:01:56 +00:00
Asher Gomez
3500797dcb
BREAKING(io): remove readRange[Sync]() (#6049)
BREAKING(io/unstable): remove `readRange()`
2024-09-25 13:00:21 +09:00
Asher Gomez
eb064eba09
BREAKING(io/unstable): remove sliceLongToBytes() (#6005) 2024-09-25 12:58:16 +09:00
Asher Gomez
548d254f31
BREAKING(io/unstable): remove copyN() (#5999)
* deprecation(io/unstable): deprecate `copyN()`

* BREAKING(io/unstable): remove `copyN()`
2024-09-25 12:50:38 +09:00
Asher Gomez
034549bb36
BREAKING(io): remove readLines() (#5991)
* deprecation(io/unstable): deprecate `readLines()`

* BREAKING(io/unstable): remove `readLines()`
2024-09-25 13:47:26 +10:00
LitoMore
511585aa97
docs(http/unstable): add example for multiple request methods on route (#6045) 2024-09-25 12:43:58 +09:00
denobot
eeb3c9b151
chore: release 2024.09.24 (#6043)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-24 19:25:09 +09:00
Asher Gomez
4e4f3f1fe6
docs(archive): clarify deprecation notices (#6034)
* docs(archive): clarify deprecation notices

* tweak
2024-09-24 15:33:53 +09:00
Asher Gomez
5d4b49da33
chore: bump to internal@1.0.4 (#6020) 2024-09-24 16:33:37 +10:00
Liam Tait
c73f9a6629
feat(collections/unstable): support Iterable argument in sample() (#6035) 2024-09-24 12:38:00 +09:00
Liam Tait
aa928efcc1
feat(collections/unstable): support Iterable argument in withoutAll() (#6031) 2024-09-24 11:48:22 +09:00
Yoshiya Hinosawa
d0a2982ab7
deprecation(io): deprecate BufWriter (#6041) 2024-09-24 11:11:32 +09:00
Asher Gomez
5c7d0ead72
chore: run deno fmt (#6039)
* chore: run `deno fmt`

* temp fix
2024-09-24 01:08:07 +00:00
Liam Tait
4209011510
feat(collections/unstable): Iterable argument in chunk() (#5925) 2024-09-23 20:34:06 +09:00
Asher Gomez
50c2fc08dc
docs(io): update deprecation notices (#6021) 2024-09-23 20:32:07 +09:00
Asher Gomez
da862c1a24
deprecation(io/unstable): deprecate BufReader (#6027)
* deprecation(io/unstable): deprecate `BufReader`

* update

* update
2024-09-23 20:31:40 +09:00
Asher Gomez
c80e2fd554
deprecation(io/unstable): deprecate StringWriter (#6026)
* deprecation(io/unstable): deprecate `StringWriter`

* update
2024-09-23 20:31:29 +09:00
Asher Gomez
2968cb6f6d
deprecation(io/unstable): deprecate StringReader (#6025)
* deprecation(io/unstable): deprecate `StringReader`

* work

* update

* update
2024-09-23 20:31:13 +09:00
Asher Gomez
f763411aa6
deprecation(io/unstable): deprecate LimitedReader (#6024)
* deprecation(io/unstable): deprecate `LimitedReader`

* update
2024-09-23 20:30:52 +09:00
Asher Gomez
e2de4d4e49
deprecation(io/unstable): deprecate MultiReader (#6023)
* deprecation(io/unstable): deprecate `MultiReader`

* update
2024-09-23 20:30:40 +09:00
Asher Gomez
385a11f4b4
deprecation(io/unstable): deprecate readDelim() (#6022)
* deprecation(io/unstable): deprecate `readDelim()`

* update
2024-09-23 20:30:11 +09:00
David Luis
f1b3525b9f
feat(collections/unstable): support iterators in sortBy() (#5919)
* feat(collections/sortBy): support iterators

* update jsdoc

* cleanup

* add experimental tag
2024-09-23 20:28:10 +10:00
Max Duval
7f4d35ce17
fix(http): make file-server work on Deno Deploy (#6033)
* fix(file-server): work on deploy

Deno.permissions.querySync is not
a defined function in that environment.

* refactor: unified permissions queries

at the top of the file,
to reduce possible future confusion

* chore: format properly
2024-09-23 20:08:42 +10:00
lionel-rowe
a1f50b4cba
fix(http): use non-locale-sensitive string methods for comparison (#6029) 2024-09-20 17:28:06 +09:00
lionel-rowe
4830d4d4ac
fix(text): handle code points > U+FFFF in levenshteinDistance (#6014)
Co-authored-by: ud2 <sjx233@qq.com>
2024-09-20 17:14:22 +09:00
Liam Tait
683132f8d9
feat(collections/unstable): support Iterable argument in takeWhile() (#5911)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-20 15:41:13 +09:00
Asher Gomez
0e8f0b5b6b
docs(archive): update @std/archive deprecation notices (#6028) 2024-09-20 15:24:10 +09:00
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
eryue0220
6a4eb6cb91
fix(expect): support expect.hasAssertions() (#5901)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-09-19 14:38:32 +09:00
Asher Gomez
ee9e3020e2
deprecation(io/unstable): deprecate readLong() (#6007) 2024-09-19 11:28:22 +10:00
Asher Gomez
a550998a6f
feat(streams/unstable): toBytes() (#6011) 2024-09-18 18:57:38 +09:00
Asher Gomez
3290659317
deprecation(io/unstable): deprecate readRange() (#6010) 2024-09-18 18:43:12 +09:00
Asher Gomez
492f0d0a88
deprecation(io/unstable): deprecate readInt() (#6009) 2024-09-18 18:42:36 +09:00
Asher Gomez
b32c6eb68e
deprecation(io/unstable): deprecate readShort() (#6008) 2024-09-18 18:40:38 +09:00