Commit Graph

4706 Commits

Author SHA1 Message Date
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
LitoMore
e1c8d24144
feat(http/unstable): add support for multiple request methods on route (#6003)
feat(http): add suppport multiple request methods on route
2024-09-18 16:28:27 +10:00
Asher Gomez
77eba7f042
docs(log): document warn module (#5973) 2024-09-18 14:04:33 +09:00
Asher Gomez
3b518076aa
deprecation(io/unstable): deprecate sliceLongToBytes() (#6002) 2024-09-17 19:20:02 +09:00
ud2
fc06009dbd
fix(assert): accept abstract classes (#5978) 2024-09-17 15:28:22 +09:00
Asher Gomez
97a5fded1a
deprecation(io/unstable): deprecate readStringDelim() (#6000)
* deprecation(io/unstable): deprecate `readStringDelim()`

* update
2024-09-17 14:10:49 +09:00
Asher Gomez
a680561f58
deprecation(io/unstable): deprecate copyN() (#5992)
* deprecation(io/unstable): deprecate `copyN()`

* update
2024-09-17 14:10:23 +09:00
Asher Gomez
ac6d736262
deprecation(io/unstable): deprecate readLines() (#5990)
* deprecation(io/unstable): deprecate `readLines()`

* update
2024-09-17 14:09:10 +09:00
Asher Gomez
4e41ee1e96
chore: update graph and dependencies (#5997) 2024-09-17 14:04:45 +09:00
Asher Gomez
e5c67a006c
deprecation(archive/unstable): deprecate @std/archive (#5988)
* deprecation(archive/unstable): deprecate `@std/archive`

* update
2024-09-17 13:38:50 +09:00
Yoshiya Hinosawa
65d67ce980
chore: check unstable module usage in stable modules (#5984) 2024-09-17 13:38:03 +09:00
Asher Gomez
f84e735a9a
docs(fs): clarify permissions requirements for exists[Sync]() (#5983)
* docs(fs): clarify permissions requirements for `exists[Sync]()`

* work
2024-09-17 13:36:30 +09:00
Caleb Cox
381d70dcd1
docs(archive,log,testing): correct typos (#5995)
* docs(log,testing): replace colours with colors

Use the American spelling of colors in docs for consistency with module
and option names.

* docs(archive,testing): replace it's with its

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-16 22:48:56 +00:00
Caleb Cox
c8cda14bdc
docs(testing): fix typo in snapshot (#5994) 2024-09-17 08:46:48 +10:00
denobot
05b6d7eedd
chore: release 2024.09.16 (#5985)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-16 12:07:40 +09:00
Asher Gomez
7e200e5db7
fix(tar): update to 0.1.1 (#5980) 2024-09-16 11:22:15 +09:00
Asher Gomez
ed33108492
fix(cache,data-structures): add missing non-null assertion and override keyword (#5981) 2024-09-15 18:40:21 -07:00
Asher Gomez
58dbbd6bd2
chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
Yoshiya Hinosawa
75a50aecf7
chore: document unstable new feature processes (#5976)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-13 14:35:36 +09:00
denobot
c6d1ab2d68
chore: release 2024.09.12a (#5971)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-13 01:57:33 +09:00
Yoshiya Hinosawa
ad67a17c3d
chore(net): add back get-network-address module to fix http@1.0.5/file-server (#5970) 2024-09-13 01:48:17 +09:00
Yoshiya Hinosawa
d35803f4f8
docs(path): add note about unstable-join (#5967) 2024-09-12 19:41:45 +09:00
denobot
c5d7930d57
chore: release 2024.09.12 (#5969)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-12 19:18:10 +09:00
Yoshiya Hinosawa
dcef4cd1d2
BREAKING(path/unstable): move unstable overload of normalize to unstable-normalize (#5965) 2024-09-12 19:04:50 +09:00
Yoshiya Hinosawa
f621694f29
BREAKING(front-matter/unstable): move unstable overload of yaml extract to unstable-yaml (#5968) 2024-09-12 18:55:44 +09:00
Yoshiya Hinosawa
c6b71a17ee
BREAKING(path/unstable): move unstable overload of join to unstable-join (#5964) 2024-09-12 16:32:06 +09:00
Asher Gomez
9ff5dafa7d
BREAKING(encoding/unstable): move base64url-stream module to unstable-base64url-stream (#5959)
* BREAKING(encoding/unstable): move `base64url-stream` module to `unstable-base64url-stream`

* fix
2024-09-12 15:46:23 +09:00