Asher Gomez
7717c29173
chore: update dependency graph ( #4881 )
2024-05-29 19:25:36 +10:00
Yoshiya Hinosawa
595d812ea3
docs(html): improve API docs ( #4878 )
2024-05-29 18:15:48 +09:00
Asher Gomez
bd7c465ccb
fix(uuid): validate namespace UUIDs in v3.generate()
and v5.generate()
( #4874 )
...
* fix(uuid): validate namespace UUIDs
* update
* revert
* tweak
* tweaks
2024-05-29 19:09:30 +10:00
Asher Gomez
5ffeab756e
deprecation(uuid): deprecate v1.generate()
signature with buf
and offset
parameters ( #4880 )
2024-05-29 19:07:20 +10:00
Asher Gomez
fc3d376447
test(uuid): add tests for invalid namespace UUID ( #4875 )
2024-05-29 18:19:55 +10:00
Asher Gomez
a0b0f4c553
deprecation(uuid): rename V1Options
to GenerateOptions
( #4872 )
...
* refactor(uuid): deprecate `V1Options` in favor of `GenerateOptions`
* tweak
2024-05-29 17:47:06 +10:00
Yoshiya Hinosawa
1e194f746b
chore: don't require @returns
tag when return type is type assertion ( #4873 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-29 16:33:37 +09:00
Yoshiya Hinosawa
0b95598ec1
chore: show the total number of doc errors ( #4871 )
2024-05-29 15:21:43 +09:00
Yoshiya Hinosawa
655ff10086
chore: draw only direct dependencies in dep diagram ( #4870 )
2024-05-29 15:21:26 +09:00
Marvin Hagemeister
999e5e7a97
docs(uuid): update module docs ( #4790 )
2024-05-29 15:47:42 +10:00
Yoshiya Hinosawa
bce7d8e38b
chore: generate dependency graph image ( #4869 )
2024-05-29 13:49:22 +09:00
Asher Gomez
ab6d747f9c
chore: implement custom resolver for doc()
( #4866 )
2024-05-29 11:55:37 +09:00
Yoshiya Hinosawa
1eaee146c3
docs(fmt): improve API docs ( #4829 )
...
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2024-05-28 15:14:34 +09:00
Asher Gomez
f065c996b4
refactor(encoding): remove unnecessary prefixes from private functions ( #4862 )
2024-05-28 13:12:40 +10:00
Asher Gomez
809287c0d0
refactor(encoding): rename _util.ts
( #4860 )
2024-05-28 13:12:24 +10:00
Asher Gomez
ad789ee780
test(encoding): use own encodeHex()
and decodeHex()
( #4863 )
...
tests(encoding): use own `encodeHex()` and `decodeHex()`
2024-05-28 12:56:30 +10:00
Yusuke Tanaka
9c3c53e65b
docs(streams): improve docs for stabilization ( #4852 )
...
This commit improves docs of the streams module.
Towards #3764
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-27 18:27:40 -07:00
Yusuke Tanaka
d13ef17a5d
docs(front-matter): improve docs for stabilization ( #4789 )
...
This commit improves docs of the front-matter module.
Specifically, the following things are done:
- Use `@example` where appropriate to render the examples more beautifully
- Split the big example attached to `createExtractor` function into smaller pieces so that each one has minimal yet meaningful example
- Add `@returns` to the `test` function
- Deduplicate `Format` type definition
- Add a brief description to `Format` type
Towards #3764
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-27 18:14:52 -07:00
Yoshiya Hinosawa
083b63f428
docs(semver): improve docs ( #4846 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-27 19:03:20 +09:00
Yoshiya Hinosawa
b9dbcb774d
chore: reorder check-doc entries ( #4857 )
2024-05-27 18:19:27 +09:00
Yoshiya Hinosawa
826344cd29
docs(data-structures): enables doc lint of data-structures ( #4847 )
2024-05-27 14:30:26 +09:00
familyboat
ff8bc182f9
docs(encoding): fix typo in ascii85.ts
( #4854 )
2024-05-27 14:17:51 +10:00
Yoshiya Hinosawa
2a6e912ce2
test(yaml): test handling of omap ( #4851 )
2024-05-24 21:30:38 +09:00
Yoshiya Hinosawa
5d7cb3c010
test(yaml): test float handling ( #4850 )
2024-05-24 19:01:37 +09:00
Yoshiya Hinosawa
860cf0e18a
refactor(yaml): remove dead code ( #4849 )
2024-05-24 13:29:09 +09:00
Nathan Whitaker
472f370813
docs(encoding): Cleanup and fix doc lints ( #4838 )
...
* Polish varint encoding docs
* Use assertions in examples
* Fix incorrect example
* Fix doc lints
* Add encoding to doc lint entrypoints
* Fmt
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-23 19:23:24 -07:00
David Sherret
5a6e99cc6e
docs(text): pass docs check ( #4837 )
2024-05-23 13:01:10 -04:00
David Sherret
42dc89c8d7
fix(cli): reduce flicker in spinner render function ( #4835 )
2024-05-23 12:54:35 -04:00
David Sherret
acc38b83fb
BREAKING(ini): remove internal Formatting
type ( #4818 )
2024-05-23 12:54:05 -04:00
David Sherret
e7c5c6a223
fix(ini): remove unused ParseOptions.assignment
property ( #4816 )
2024-05-23 12:53:36 -04:00
David Sherret
c0d75322c7
docs(cli): make check_docs pass ( #4815 )
2024-05-23 12:53:13 -04:00
Andrew Thauer
50951cc751
docs(cli): improve spinner.message document ( #4785 )
2024-05-23 20:23:32 +09:00
Satya Rohith
caac76fd34
docs(expect): document methods and add examples ( #4836 )
2024-05-23 16:50:11 +05:30
Yoshiya Hinosawa
082107bd7f
chore: update dependency check tool ( #4833 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-23 13:43:23 +09:00
Yoshiya Hinosawa
57280ae839
test(cli): reduce the flakiness of Spinner
test cases ( #4844 )
2024-05-23 12:05:30 +09:00
Asher Gomez
2785a7308a
chore: suggest "Usage" as example title for documentation ( #4841 )
2024-05-23 10:52:09 +09:00
Asher Gomez
83991c738e
docs(http): don't run some examples in doc checker ( #4840 )
2024-05-22 22:17:05 +00:00
Asher Gomez
79acf78b2a
BREAKING(data-structures): hide private internals ( #4827 )
...
* refactor(data-structures): remove `private` use
* tweaks
* work
* fix
* Fix
Co-authored-by: lucacasonato <hello@lcas.dev>
---------
Co-authored-by: lucacasonato <hello@lcas.dev>
2024-05-23 07:08:37 +10:00
Asher Gomez
acd380f7f9
chore: update circular package check for encoding/mod.ts
( #4824 )
2024-05-23 06:07:13 +10:00
Leo Kettmeir
a3c99863f5
docs(http): improve docs for stabilization ( #4813 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 12:09:08 -07:00
David Sherret
1e16dc9e76
docs(text): add module doc ( #4812 )
2024-05-22 18:13:19 +00:00
David Sherret
0079ea05b6
docs(ini): add missing doc comments ( #4819 )
2024-05-22 13:27:42 -04:00
David Sherret
d7424a2278
chore: improve check_docs.ts ( #4834 )
2024-05-22 11:58:40 -04:00
Luca Casonato
1a2f721d41
docs(ulid): finish documentation ( #4825 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 15:42:59 +02:00
David Sherret
ad5f87be15
refactor(ini): move StringifyOptions to stringify.ts ( #4817 )
2024-05-22 09:35:18 -04:00
Luca Casonato
0e31686d30
docs(msgpack): complete documentation of the package ( #4832 )
2024-05-22 12:20:52 +00:00
Luca Casonato
315005c14c
fix(msgpack): error on early end of data ( #4831 )
2024-05-22 14:17:31 +02:00
denobot
51dc36d563
chore: release 2024.05.22 ( #4830 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 19:57:28 +09:00
Yoshiya Hinosawa
84bb22f79b
chore: add std/regexp
to doc lint target ( #4821 )
2024-05-22 19:20:57 +09:00
Igor Zinkovsky
0248c18bfd
fix: complete docs for std/jsonc ( #4814 )
2024-05-22 06:03:58 +00:00