Commit Graph

4696 Commits

Author SHA1 Message Date
Yongjoon Lee
69858cfd7b
test(bytes): fix typo in test description (#6179) 2024-11-09 22:15:09 +09:00
Efe
bf0ad522e8
docs(log): improve logger.ts docs (#6176) 2024-11-07 12:43:02 +09:00
lionel-rowe
63fdf8d090
fix(assert): check property equality up the prototype chain (#6153) 2024-11-06 19:38:19 +09:00
Lucas Wasilewski
bc20dbe21b
BREAKING(ini): parse understands booleans, undefined, null and numbers (#6121)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-06 13:45:40 +09:00
eryue0220
e7c6d36abf
fix(expect): support expect.addSnapshotSerializer (#6173)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-06 12:51:50 +09:00
Efe
e61da9f33e
docs(log): document FileHandler (#6175) 2024-11-06 12:48:51 +09:00
Amit Mittal
d57a66c401
feat(media-types): update media-types from latest mime-db (#6169) 2024-11-05 11:43:05 +09:00
Doctor
4ec1800b49
docs(testing): fix typo in snapshot.ts (#6171) 2024-11-05 10:16:19 +09:00
denobot
df6f32c6bc
chore: release 2024.11.01 (#6167)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-01 19:33:15 +09:00
eryue0220
32b4fb62d1
fix(expect): re-align expect.toMatchObject api (#6160) 2024-11-01 19:19:57 +09:00
lionel-rowe
689fb69c14
test(bytes): document the cases being tested for equals/startsWith/endsWith (#6163) 2024-10-31 23:22:19 +09:00
lionel-rowe
6637a2067a
test(assert): change inert comments to @ts-expect-error directives (#6162) 2024-10-31 23:07:48 +09:00
IgorM867
6cc4f9fc44
feat(testing/unstable): support for stubbing properties (#6128)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-10-31 20:54:32 +09:00
Efe
2d9e21267d
refactor(path): always name the parameters (add param definition check in doc linter) (#6158) 2024-10-30 11:39:19 +09:00
Yoshiya Hinosawa
24cd7cfd5b
test(async): fix flakiness of throttle example (#6156) 2024-10-29 23:25:30 +09:00
KnorpelSenf
b6ab0f4f52
feat(testing/unstable): add type test for mutual assignability (#6154) 2024-10-29 20:07:35 +09:00
Efe
ff6037adf7
docs(streams): rest arguments not being asserted in docs (#6155) 2024-10-29 14:24:18 +09:00
Yoshiya Hinosawa
2835dccdd0
chore: remove old release tools (#6142) 2024-10-28 20:03:41 +09:00
Yoshiya Hinosawa
31369efc59
chore: add kv to scopes of title check (#6150) 2024-10-28 20:03:21 +09:00
eryue0220
f4fef35ede
fix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} (#6138) 2024-10-28 15:44:49 +09:00
familyboat
7ed73ae147
test(async/unstable): fix typo (#6149) 2024-10-28 14:03:38 +09:00
Yoshiya Hinosawa
8c9b4c6972
fix(assert): fix assertion error message of isError (#6147)
Co-authored-by: eryue0220 <eryue0220@users.noreply.github.com>
2024-10-25 20:04:05 +09:00
eryue0220
ed79df4696
fix(expect,internal,testing): support expect.assertions (#6032)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-10-25 17:29:40 +09:00
denobot
10ee73dbbc
chore: release 2024.10.24 (#6145)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-24 19:23:22 +09:00
Parsa Yazdani
c0427a02bb
refactor(fs): fix uncaught errors in browsers (#6135)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-10-24 14:44:27 +09:00
Benjamin Stigsen
e3974eae69
docs(fmt): fix %f width typo in printf docs (#6139) 2024-10-24 13:58:50 +09:00
IgorM867
3f0ef9f502
test(fmt): handle missing group separator for 1000.1 in some locales (#6117) 2024-10-23 21:57:58 +09:00
Yoshiya Hinosawa
5cd3b5d94f
ci: fix lint error on main (#6137) 2024-10-23 00:43:46 +09:00
eryue0220
ae7048f9ca
fix(expect): support expect.objectContaining (#6065)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-10-21 23:12:53 +09:00
lionel-rowe
a541fb468c
feat(text/unstable): handle non-Latin-script text in slugify (#6012) 2024-10-21 16:00:30 +09:00
Simon Lecoq
0f4649d4b7
feat(async/unstable): add throttle() function (#6110) 2024-10-21 15:19:54 +09:00
Alan Norton
d6b5612c9f
fix(http): fix tablet and smarttv in Device.type literal types (#6129) 2024-10-21 12:50:30 +09:00
Liam Tait
45be5d319d
feat(collections/unstable): support Iterable argument in slidingWindows (#6095) 2024-10-16 14:03:51 +09:00
Doctor
825f31160f
docs(tar): fix example in creating directories (#6113) 2024-10-16 12:06:55 +09:00
dependabot[bot]
d85d0d8032
chore: bump denoland/setup-deno from 1 to 2 (#6118) 2024-10-15 14:26:29 +09:00
Doctor
bcc2c6b199
test(cbor): number precision error in decoding test (#6115) 2024-10-15 13:33:48 +09:00
Doctor
39278721df
test(cbor): empty string being excluded from expected result (#6106) 2024-10-13 11:13:34 +09:00
Matthew McCune
123c1fe3c7
docs(path): re-add URL examples to @std/path/posix examples (#6105) 2024-10-13 11:06:24 +09:00
Doctor
47afc2637a
refactor(cbor): replace toByteStream function in common with import from @std/streams (#6107) 2024-10-13 11:02:28 +09:00
SoftwareSpot
a4cd8af96a
refactor(json): fix typo (#6103) 2024-10-10 20:09:15 +09:00
denobot
345e74f18a
chore: release 2024.10.10a (#6101)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 19:29:31 +09:00
Yoshiya Hinosawa
b9e8edf901
fix(cbor): fix module specifier in import (#6099) 2024-10-10 19:10:55 +09:00
denobot
b4e5d21762
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 18:46:27 +09:00
Doctor
0f9a23c46d
feat(cbor/unstable): introduce @std/cbor (#5909) 2024-10-09 23:17:23 +09:00
Yoshiya Hinosawa
7bd32f0e61
chore: update setup-deno (#6097) 2024-10-09 18:15:41 +09:00
scarf
975af7bbfa
chore(async/unstable): fix typo (#6096) 2024-10-08 23:46:13 +09:00
Doctor
5a1da8d911
feat(streams/unstable): toByteStream() (#6046)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-10-08 23:28:36 +09:00
scarf
c221924aec
feat(async/unstable): accept iterator varargs in MuxAsyncIterator (#6087)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-10-08 23:20:01 +09:00
Liam Tait
acee24ac0c
feat(collections/unstable): support Iterable argument in takeLastWhile() (#6090) 2024-10-08 23:08:15 +09:00
Liam Tait
ce4d7c5e87
feat(collections/unstable): support Iterable argument in dropWhile() (#6088) 2024-10-08 23:05:25 +09:00