Asher Gomez
e689f43eee
docs(yaml): document different schemas ( #5531 )
...
* docs(yaml): document different schemas
* work
2024-07-24 15:26:56 +09:00
Yoshiya Hinosawa
c2ae25f45b
test(yaml): check lineWidth
option behavior ( #5524 )
2024-07-24 15:25:08 +09:00
Asher Gomez
d8592d1892
docs(path): add examples to @std/path/posix
examples ( #5371 )
...
* docs(path): add examples to `@std/path/posix` examples
* work
2024-07-24 16:14:56 +10:00
ud2
2e542ff4d8
test(text): add more testcases for levenshteinDistance
( #5528 )
...
* test(text): add more testcases for `levenshteinDistance`
* clean
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-23 23:43:55 +00:00
Asher Gomez
044fc27f59
test(yaml): improve coverage for nil Type
( #5525 )
...
tests(yaml): improve coverage for nil `Type`
2024-07-23 22:40:34 +09:00
Yoshiya Hinosawa
d6dde6f0d1
test(yaml): check the use of reserved characters ( #5519 )
2024-07-23 15:12:20 +09:00
Yoshiya Hinosawa
7ccb08621a
test(yaml): check stringify behavior when skipInvalid
specified ( #5522 )
2024-07-23 15:11:52 +09:00
Yoshiya Hinosawa
74f9b14132
test(yaml): test indent
option of stringify ( #5520 )
2024-07-23 15:10:55 +09:00
Asher Gomez
164fef7204
chore(streams): release streams@1.0.0
( #5518 )
2024-07-23 12:24:03 +09:00
Asher Gomez
a04a2ed798
fix(streams): strictly define toJson()
and toText()
input ( #5517 )
...
* fix(streams): strictly define `toJson()` and `toText()` input
* fix
2024-07-23 12:23:35 +09:00
Asher Gomez
f1ee8ac2c6
chore: document design decision to only use @std/assert
within testing code ( #5516 )
2024-07-23 12:09:45 +09:00
Asher Gomez
82f49dc91d
chore(testing): remove redundant constructor examples ( #5515 )
2024-07-23 12:07:53 +09:00
Asher Gomez
2081cafc2d
chore(streams): remove redundant constructor examples ( #5514 )
...
chore(streams): remove constructor examples
2024-07-23 12:07:22 +09:00
Asher Gomez
0945b9ef25
chore(json): remove redundant constructor examples ( #5513 )
...
chore(json): remove constructor examples
2024-07-23 12:06:35 +09:00
Asher Gomez
833544e293
chore(http): remove redundant constructor example ( #5512 )
...
chore(http): remove constructor example
2024-07-23 12:06:19 +09:00
Asher Gomez
c349da2e43
chore(fs): remove redundant constructor examples ( #5511 )
...
chore(fs): remove constructor examples
2024-07-23 12:06:03 +09:00
Asher Gomez
54f6277ce2
chore(data-structures): remove redundant constructor examples ( #5510 )
...
chore(data-structures): remove constructor examples
2024-07-23 12:05:43 +09:00
Asher Gomez
482d28ac11
chore(csv): remove redundant constructor examples ( #5509 )
...
chore(csv): remove constructor examples
2024-07-23 12:05:23 +09:00
Asher Gomez
94c3949718
chore(cli): remove redundant constructor example ( #5508 )
...
chore(cli): remove constructor example
2024-07-23 12:05:05 +09:00
Asher Gomez
a04f5ef419
chore(async): remove redundant constructor example ( #5507 )
...
chore(async): remove constructor example
2024-07-23 12:04:41 +09:00
Asher Gomez
8efc049ddf
chore(assert): remove redundant constructor example ( #5506 )
...
chore(assert): remove constructor example
2024-07-23 12:04:10 +09:00
David Luis
5cff014b02
fix(assert): fix assertObjectMatch()
prints arrays as objects ( #5503 )
...
fix(assert): fix ssertObjectMatch prints arrays as objects
2024-07-23 12:16:10 +10:00
Yoshiya Hinosawa
b6b0d68381
chore: release expect@1.0.0
( #5455 )
2024-07-22 20:50:26 +09:00
GuyBorderless
97c5596f0b
fix(text): unicode support and word splitting according to case ( #5447 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-22 20:45:05 +09:00
Asher Gomez
e1935ecc82
chore(json): release json@1.0.0
( #5215 )
2024-07-22 20:21:02 +10:00
Yoshiya Hinosawa
a8a637fb92
docs(expect): link to matcher docs ( #5502 )
2024-07-22 15:09:00 +09:00
Milly
55297e90a8
fix(testing): FakeTime fakes AbortSignal.timeout
( #5500 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-22 13:07:48 +09:00
Asher Gomez
88019ee78d
docs(expect): minor doc tweaks ( #5501 )
...
* docs(expect): minor doc tweaks
* tweaks
2024-07-22 12:17:47 +09:00
GuyBorderless
abdecb30b7
feat(text/unstable): add toConstantCase()
( #5110 )
...
* feat(text): added toConstantCase
* move to to_constant_case.ts
* mark as unstable API
* fix import in example
* unstable notice
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-22 00:49:57 +00:00
David Luis
ab8f6a5746
fix(assert): assertObjectMatch
doesn't print whole object ( #5498 )
...
* fix(assert): `assertObjectMatch` doesn't print whole object
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-22 09:17:33 +10:00
Yoshiya Hinosawa
c3ccd67cce
test(yaml): add check of merge of list of mapping ( #5496 )
2024-07-20 19:02:55 +09:00
denobot
3ee4c4dd43
chore: release 2024.07.19 ( #5494 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-19 20:22:43 +09:00
Yoshiya Hinosawa
db670b1c5e
chore: streams@1.0.0-rc.4
(extending RC phase) ( #5493 )
2024-07-19 19:39:01 +09:00
Asher Gomez
e07c32f6a5
docs(fs): fix options argument display ( #5491 )
2024-07-19 13:12:45 +09:00
Asher Gomez
4e46b761b0
docs(http): fix options argument display ( #5488 )
...
* docs(http): fix options argument display
* work
2024-07-19 13:12:23 +09:00
Asher Gomez
645f26f0e0
docs(json): fix options argument display ( #5490 )
...
* docs(json): fix options argument display
* work
2024-07-19 13:12:00 +09:00
Asher Gomez
e0c493e34e
docs(http): fix options argument display ( #5489 )
2024-07-19 13:11:06 +09:00
Asher Gomez
c710c93ab0
docs(fs): fix options argument display ( #5487 )
2024-07-19 13:10:29 +09:00
Asher Gomez
96c15341ac
docs(cli): fix options arguments display ( #5486 )
...
* docs(cli): fix options presentation
* work
2024-07-19 13:09:12 +09:00
Asher Gomez
ff60cefa52
BREAKING(dotenv): remove defaultPath
option from load[Sync]()
( #5451 )
...
* BREAKING(dotenv): remove `defaultPath` option from `load[Sync]()`
* cleanup
2024-07-19 14:08:39 +10:00
Asher Gomez
81e49f659a
chore: remove requirement for @example
s in constructors ( #5485 )
2024-07-19 13:07:02 +09:00
Asher Gomez
a6b1633201
docs(cli): improve unstable API notices ( #5482 )
2024-07-19 13:05:54 +09:00
Asher Gomez
00645f09bf
chore: document how to document unstable APIs ( #5484 )
2024-07-19 12:59:38 +09:00
Asher Gomez
0cf043102e
docs(http): improve unstable API notices ( #5483 )
2024-07-19 12:58:39 +09:00
Asher Gomez
27596868ca
BREAKING(dotenv): remove examplePath
option from load[Sync]()
( #5450 )
...
* BREAKING(dotenv): remove `examplePath` option from `load[Sync]()`
* work
2024-07-19 13:46:23 +10:00
Asher Gomez
e6c05c6abc
chore(cli): release cli@1.0.0
( #5212 )
...
* chore(async): release `async@1.0.0`
* chore(cli): release `cli@1.0.0`
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-19 03:23:19 +00:00
Asher Gomez
649757b867
chore(streams): release streams@1.0.0
( #5213 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-19 13:20:12 +10:00
Asher Gomez
80fc3ff167
chore(async): release async@1.0.0
( #5211 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-19 13:19:57 +10:00
Asher Gomez
350544e370
docs(streams): address documentation issues ( #5480 )
2024-07-18 23:05:16 +00:00
Yoshiya Hinosawa
fd3e286d10
fix(media-types): return video/mp4
for .mp4
extension ( #5475 )
2024-07-18 16:23:30 +09:00