denobot
67e9cfa0ff
chore: release 2024.09.04 ( #5908 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
Kenta Moriuchi
4d4bd0eb92
refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes"
option ( #5892 )
2024-09-04 14:15:01 +09:00
denobot
2b3683b6fb
chore: release 2024.08.26 ( #5824 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Yoshiya Hinosawa
3cf1e611a6
test(cli): reduce flakiness of Spinner test ( #5821 )
2024-08-26 15:33:51 +09:00
Asher Gomez
dea7d7701a
docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert ( #5672 )
...
* docs(archive,cli,html,http,net,streams,text): remove unstable Markdown alert
* update
* fix
* update
* fmt
* fix
2024-08-22 02:55:17 -04:00
Ian Bull
46b3961833
docs(cli): align additional error messages ( #5768 )
2024-08-22 15:00:51 +09:00
Tim Reichen
644e03b817
perf(cli,http,ini,internal,media-types): replace trim()
comparisons with regexps ( #5751 )
2024-08-21 13:50:18 +09:00
denobot
fdadd531af
chore: release 2024.08.05 ( #5632 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-06 00:08:58 +09:00
Asher Gomez
ddd853d230
refactor(cli): minor cleanups ( #5628 )
...
* refactor(cli): minor cleanups
* fix
2024-08-05 17:36:31 +09:00
Tim Reichen
da1130ab51
refactor(cli): isNumber()
( #5607 )
2024-08-05 12:39:46 +09:00
denobot
0e4f294cdf
chore: release 2024.08.02 ( #5621 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-02 20:27:08 +09:00
Asher Gomez
12d6097289
refactor(cli): use non-null assertion in parseArgs()
logic ( #5618 )
2024-08-02 05:34:53 +00:00
Tim Reichen
8648c6d7f4
refactor(cli): simplify argv
and notFlags
push ( #5608 )
...
initial commit
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-02 12:43:11 +10:00
Tim Reichen
0d30f029e5
chore(cli): simplify parseArgs()
logic ( #5601 )
...
initial commit
2024-08-02 10:30:25 +10:00
Tim Reichen
f600976152
chore(cli): simplify setNested()
and hasNested()
( #5599 )
...
initial commit
2024-08-02 10:17:09 +10:00
Tim Reichen
b5181c1b6a
refactor(cli): remove broken
variable in favour of loop label ( #5602 )
...
initial commit
2024-08-01 11:25:09 +00:00
Tim Reichen
36d0b75b92
refactor(cli): use for of
instead of for in
loop ( #5598 )
...
initial commit
2024-08-01 21:16:17 +10:00
Tim Reichen
f632632558
refactor(cli): make regexps constants ( #5595 )
...
* initial commit
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-31 23:55:49 +00:00
denobot
fb950fa0f3
chore: release 2024.07.26 ( #5554 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-26 19:45:22 +09:00
Yoshiya Hinosawa
0d6b1aec6a
test(cli): stop spinner without error ( #5551 )
2024-07-26 16:57:33 +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
96c15341ac
docs(cli): fix options arguments display ( #5486 )
...
* docs(cli): fix options presentation
* work
2024-07-19 13:09:12 +09:00
Asher Gomez
a6b1633201
docs(cli): improve unstable API notices ( #5482 )
2024-07-19 13:05:54 +09: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
317a0d8773
docs(cli): documentation tweaks ( #5458 )
2024-07-17 11:46:48 +10:00
denobot
f54eab4355
chore: release 2024.07.12 ( #5431 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-12 19:45:19 +09:00
Asher Gomez
ad1dad6ce6
docs(cli,csv,datetime,fmt,fs,http,ini,semver,testing): assert optional properties on types/interfaces have @default
tag ( #4933 )
...
* docs: assert optional properties on types/interfaces have `@default` tag
* work
* work
* work
* work
* work
* work
* fix
* fix
* Update fs/expand_glob.ts
* cleanups
* cleanups
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-11 09:21:37 +00:00
denobot
dc14633394
chore: release 2024.07.09 ( #5363 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-09 15:13:21 +09:00
Asher Gomez
f1952eca20
fix(bytes,cli,collections,expect): add missing non-null assertions ( #5280 )
...
fix(bytes,cli,collections,expect): add non-null assertions
2024-07-04 00:12:41 +02:00
denobot
940568c62d
chore: release 2024.07.02 ( #5254 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert
( #5199 )
...
* refactor: import from `@std/assert`
* update
2024-06-30 08:30:10 +00:00
denobot
04f23c8a0a
chore: release 2024.06.26 ( #5152 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-26 19:12:11 +09:00
Yoshiya Hinosawa
3fac8a2e86
test(cli): improve Spinner
test ( #5108 )
2024-06-24 20:17:09 +09:00
Yoshiya Hinosawa
7e683c1d45
chore(cli): release cli@1.0.0-rc.1
( #5068 )
2024-06-18 19:30:12 +09:00
Yoshiya Hinosawa
03856d0a96
chore(cli): make spinner unstable/experimental ( #5067 )
2024-06-18 13:31:23 +09:00
denobot
cea0a14578
chore: release 2024.06.17 ( #5062 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-17 18:53:28 +09:00
Asher Gomez
7867a60f14
refactor(cli): minor cleanups ( #5052 )
...
* refactor(cli): minor cleanups
* revert lazy initialization
2024-06-17 17:06:49 +10:00
Yoshiya Hinosawa
3754e8a27d
test(cli): improve spinner test coverage ( #5047 )
2024-06-17 11:28:58 +09:00
Yoshiya Hinosawa
2149e3465d
test(cli): improve test coverage ( #5046 )
2024-06-17 11:28:33 +09:00
denobot
0ea4868542
chore: release 2024.06.06 ( #4984 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-06 20:26:57 +09:00
Asher Gomez
dfbb3f6590
refactor(cli): cleanup use of @std/assert
( #4966 )
...
* refactor(cli): cleanup use of `@std/assert`
* update graph
2024-06-06 07:20:21 +10:00
Asher Gomez
c5ad9d48dc
docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This module is browser compatible" note ( #4945 )
2024-06-04 13:21:54 +10:00
denobot
b9374d3715
chore: release 2024.06.03 ( #4935 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-03 15:44:03 +09:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter ( #4911 )
2024-06-03 14:10:27 +10:00
Asher Gomez
79d6a70729
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker ( #4855 )
...
* chore: add snippet checks to module docs
* fix
* work
* tweak
2024-05-31 12:01:46 +10:00
denobot
673c436739
chore: release 2024.05.29 ( #4883 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-05-29 18:56:12 +09:00
David Sherret
42dc89c8d7
fix(cli): reduce flicker in spinner render function ( #4835 )
2024-05-23 12:54:35 -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
Yoshiya Hinosawa
57280ae839
test(cli): reduce the flakiness of Spinner
test cases ( #4844 )
2024-05-23 12:05:30 +09:00