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
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
Yoshiya Hinosawa
434a52eefa
chore(fmt,fs,path,internal): skip yanked version manually ( #4753 )
2024-05-16 20:04:16 +09:00
denobot
53e08775e3
chore: release 2024.05.07 ( #4689 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-08 13:32:51 +09:00
Yoshiya Hinosawa
4c769f8175
chore(assert,fmt,fs,internal,path): skip yanked versions manually ( #4683 )
2024-05-07 16:26:05 +09:00
Yoshiya Hinosawa
8c9e96c402
chore: skip yanked versions ( #4660 )
2024-04-30 20:06:28 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Asher Gomez
3f9d4a8494
chore: simplify deprecation notice check ( #4577 )
2024-04-17 15:36:50 +09:00
Niklas
7fe7e31c21
tests(fmt): add duration()
tests ( #4551 )
2024-04-07 18:02:57 +10:00
cinchen
e1561a9520
refactor(fmt): prepare for noUncheckedIndexedAccess
( #4276 )
...
* refactor: fmt-noUncheckedIndexedAccess
* fix: cr
2024-03-06 06:15:47 +11:00
scarf
94d9e5b6fd
docs(fmt/colors): warn that dim
is incompatible accross terminals ( #4303 )
2024-02-12 12:15:58 +11:00
Asher Gomez
00ce0f337d
fix(fmt): correct stripColor()
deprecation notice ( #4208 )
2024-01-16 17:17:13 +11:00
Asher Gomez
7cb9b2055a
docs(fmt): complete documentation ( #4165 )
...
* docs(fmt): complete documentation
* tweak
2024-01-11 17:57:29 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year ( #4046 )
...
* chore: update copyright year
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Tim Reichen
bf5154e85c
refactor(fmt): format test names ( #4029 )
...
* initial commit
* rerun tests
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-28 13:52:35 +11:00
David Sherret
b0803619af
refactor: add some missing explicit types ( #3997 )
...
* refactor: add some missing return types and mark some non-exported types as `@internal`
* Update expect/fn.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* Remove @internals
* nits
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:26:13 +00:00
Asher Gomez
733b60e4b2
chore(fmt): replace stripColor()
use with stripAnsiCode()
( #3902 )
2023-12-06 17:58:42 +11:00
realpha
4a6cddf863
refactor(fmt): replace enums with const objects ( #3842 )
2023-11-23 22:24:14 +09:00
Asher Gomez
7d5344d775
docs: improve deprecation notices ( #3804 )
2023-11-16 05:33:11 +11:00
Benjamin Gudehus
e6c61ba64d
fix(fmt): format duration rounding error. ( #3762 )
2023-11-08 17:28:04 +09:00
Asher Gomez
ab6898e6a1
chore: cleanup old std/fmt
files ( #3742 )
2023-10-29 13:18:48 +09:00
Asher Gomez
a8a133e3d2
refactor: remove top-level arrow sytnax use ( #3687 )
2023-10-11 16:19:48 +09:00
Armaan Salam
66e8202a22
chore(fmt): fix spelling of 'milliseconds' ( #3671 )
2023-09-25 10:28:27 +09:00
sigmaSd
92609fc9c3
fix(stripAnsiCode): escape erase character ( #3608 )
2023-09-02 15:03:59 +09:00
Lino Le Van
717b7cc3cc
fix(fmt): make printf respect NO_COLOR ( #3595 )
2023-09-01 11:38:32 +09:00
Lino Le Van
eaaabe4c88
BREAKING(fmt): rename stripColor to stripAnsiCode ( #3588 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-08-31 14:22:19 +09:00
Lino Le Van
2b5d71224f
refactor: cleanup usage of double equals ( #3566 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-08-25 18:04:43 +09:00
Lino Le Van
01d45f1748
chore(examples): remove examples folder ( #3546 )
2023-08-18 21:31:38 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts
to std/assert
( #3445 )
2023-07-13 16:04:30 +09:00
Halvard Mørstad
2e647b0bea
feat(fmt): enable setColorEnabled
in browsers ( #3485 )
2023-07-13 16:02:03 +09:00
Martin Fischer
a5b1d80736
chore: fix typos ( #3458 )
...
The typos were found with the typos[1] spell checker. That spell
checker will be incorporated into the CI in a followup PR.
[1]: https://github.com/crate-ci/typos
2023-06-22 01:27:37 +09:00
Yoshiya Hinosawa
400ba3a3dd
chore: update assertions following Deno.inspect change ( #3345 )
2023-05-01 08:28:36 +09:00
Yoshiya Hinosawa
a99b908b5c
chore(fmt): attribute contributor of original source ( #3281 )
2023-03-25 23:10:22 +09:00
Asher Gomez
cf14c9b212
chore(tools): improved web-compatibility checks ( #3263 )
2023-03-18 21:36:00 +09:00
Asher Gomez
c1637bdcbb
BREAKING(dotenv,fmt,io): remove deprecated APIs ( #3134 )
2023-01-27 16:24:10 +09:00
James Bradlee
7afd7e270e
feat(fmt/printf): add formatter i/I (Deno.inspect) ( #3100 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-01-17 18:42:53 +09:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Lino Le Van
3001bfc431
refactor: remove unnecessary returns ( #3046 )
2022-12-24 20:13:11 +09:00
Asher Gomez
ae3663e74c
chore: move deprecated removal versions back ( #3032 )
2022-12-22 17:01:00 +09:00
Asher Gomez
c78061eef3
refactor: replace String.prototype.substr()
with String.prototype.slice()
( #2993 )
2022-12-12 15:21:59 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs ( #2658 )
2022-11-25 12:40:23 +01:00
Tim Reichen
3832a1f3c0
BREAKING(fmt/bytes): rename prettyBytes to format ( #2896 )
2022-11-18 21:25:45 +09:00
Tim Reichen
10514c7618
BREAKING(fmt/duration): rename prettyDuration to format ( #2871 )
2022-11-17 22:59:19 -05:00
Tim Reichen
bd84e60cb1
fix(fmt/bytes): default local decimal and group symbols ( #2904 )
2022-11-17 15:29:39 +09:00
Pranev
d039a45922
feat(fmt): add prettyDuration
( #2861 )
2022-11-10 10:05:42 -05:00
ayame113
e6189c08e9
docs: Using absolute paths in jsdoc import statements ( #2762 )
2022-10-10 10:05:56 -04:00
Asher Gomez
3b9fb39ddd
chore: remove void
and Promise<void>
return types ( #2550 )
2022-08-24 10:21:57 +09:00
Kitson Kelly
e83306672e
docs: improve module documentation ( #2511 )
2022-08-11 21:51:20 +10:00