Commit Graph

3316 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
cd1a333632
chore: add version_bump_jsr job 2024-02-01 18:46:21 +09:00
Yoshiya Hinosawa
0ce9c2bf7e
experiment 2024-01-31 18:10:15 +09:00
David Luis
4b73416cbc
docs(io): fix io module is marked deprecated (#4252) 2024-01-31 16:13:58 +11:00
cin
04959d6bf8
fix(expect): add Error object equal check. (#4248)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-01-30 12:28:49 +09:00
cin
67fe57c295
fix(expect): align toEqual to jest (#4246) 2024-01-29 17:55:56 +09:00
cin
aad9999265
refactor(log): remove log private methods/properties underscore (#4243) 2024-01-28 01:28:51 +09:00
Luca Casonato
6dad7609c3
chore: set up workspace publish from CI (#4210) 2024-01-26 16:51:24 +09:00
David Luis
593e344543
docs: fix broken {@link} hyperlinks (#4241) 2024-01-26 01:08:29 +11:00
Tim Reichen
d23718945e
feat(tools,log,http,semver): check mod exports, export items consistently from mod.ts (#4229) 2024-01-25 18:36:46 +09:00
Asher Gomez
17385c51fc
BREAKING(log): remove string formatter (#4239)
* BREAKING(log): remove `handlers.ts`

* fix

* BREAKING(log): remove string formatter
2024-01-25 17:03:19 +09:00
Asher Gomez
0e654e37d5
BREAKING(streams): remove readAll(), writeAll() and copy() (#4238) 2024-01-25 16:23:25 +09:00
Asher Gomez
d1614ba4b5
BREAKING(log): single-export handler files (#4236) 2024-01-25 16:22:35 +09:00
Asher Gomez
993143ab4b
BREAKING(io): remove types.d.ts (#4237) 2024-01-25 17:22:09 +11:00
denobot
279ac0092b
0.213.0 (#4235)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2024-01-25 02:27:25 +01:00
Asher Gomez
d91123ee37
fix: ignore linting for Deno.serveHttp() (#4234) 2024-01-25 00:29:16 +00:00
Asher Gomez
6a255d137b
fix: ignore linting rule for Deno.resources() (#4233) 2024-01-25 11:06:54 +11:00
Asher Gomez
845a6f8d97
refactor: use granular --unstable-* CLI flags (#4232)
* refactor: use granular `--unstable-*` CLI flags

* tweak
2024-01-25 07:48:48 +11:00
Asher Gomez
df1954c0cd
refactor(webgpu): use internal Deno.close() for cleanup of WebGPU resources (#4231) 2024-01-25 07:45:29 +11:00
Asher Gomez
14a24c61d0
refactor: use Deno.stdin.isTerminal() (#4230) 2024-01-25 07:36:10 +11:00
(◕ᴥ◕)
e3c9ab2c8d
feat(collections): pass key to mapValues() transformer (#4127) 2024-01-24 19:27:04 +09:00
Tim Reichen
0a32c8f5e8
deprecation(semver): rename eq(), neq(), lt(), lte(), gt() and gte() (#4083)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-01-23 13:04:12 +09:00
Asher Gomez
f5547f4b2d
refactor: remove environment variable functionality notice in warnOnDeprecatedApi() (#4227) 2024-01-23 15:02:31 +11:00
Asher Gomez
88b5f471ed
feat: print warning on use of deprecated API (#4200)
* feat: `warnDeprecatedApi()`

* refactor: fixes and tweaks

* refactor: tweaks and improvements

* refactor: further work

* refactor

* fix

* tweaks

* tweak

* tweak

* tweaks

* tweak

* add test

* tweaks

* make compatible with Deploy

* tweak

* fix
2024-01-22 15:21:31 +11:00
Sylvain Cau
9959b8867d
docs(toml): complete documentation (#4223) 2024-01-20 20:21:55 +09:00
Lino Le Van
18d6a0ee30
deprecation(path): split off all constants into their own files and deprecate old names (#4153)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-18 14:54:39 +09:00
Asher Gomez
5377e3d5aa
docs(msgpack): complete documentation (#4220) 2024-01-18 16:50:35 +11:00
Asher Gomez
10c5121d43
docs(media_types): complete documentation (#4219) 2024-01-18 14:39:45 +09:00
Asher Gomez
53d27bb434
fix(log): make flattenArgs() private (#4214) 2024-01-17 16:18:02 +09:00
Asher Gomez
175601a084
docs(streams): remove Deno.metrics() use in example (#4217) 2024-01-17 16:13:05 +09:00
Asher Gomez
e3cb0cc3bf
refactor(log): tidy imports and exports (#4215) 2024-01-17 13:55:06 +11:00
David Luis
ebe17ad607
test(toml): improve test coverage (#4211) 2024-01-17 10:18:50 +09:00
Tim Reichen
41fd03f417
refactor(console): rename _rle to _run_length.ts (#4212) 2024-01-17 05:41:34 +11:00
Asher Gomez
dbd8a543a5
docs(http): complete documentation (#4209) 2024-01-16 17:17:44 +11:00
Asher Gomez
00ce0f337d
fix(fmt): correct stripColor() deprecation notice (#4208) 2024-01-16 17:17:13 +11:00
Asher Gomez
3d0c810bac
fix(flags): correct deprecation notices (#4207) 2024-01-16 17:16:51 +11:00
Asher Gomez
1e85cb08f7
docs: add "Minimal Exports" explainer (#4194) 2024-01-16 12:18:57 +09:00
David Luis
17cabfa1b0
fix(toml): parse() duplicates the character next to reserved escape sequences (#4192)
* fix(toml): `parse` duplicates the character next to reserved escape sequences

* throwing instead of ignoring

* fmt

* refactor: improve thrown error message and tests

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-16 12:10:32 +11:00
Tim Reichen
690d659fc4
refactor(semver): replace parseComparator() with comparator objects (#4204)
* initial commit

* update

* add uniform return types
2024-01-16 09:24:05 +11:00
BlackGlory
772c4f982a
fix(expect): fix the function signature of toMatchObject() (#4202)
* fix(expect): fix the function signature of `toMatchObject`

* chore: format code
2024-01-16 09:09:30 +11:00
David Sherret
ce9795ab61
chore: add more explicit types for fast check (#4206) 2024-01-16 05:13:18 +11:00
Asher Gomez
5b0ff30bbf
refactor: cleanup deprecated-related APIs in std/io and std/streams (#4201) 2024-01-15 13:23:04 +09:00
Asher Gomez
197fad67d3
feat(log): make handlers disposable (#4195) 2024-01-15 13:06:25 +09:00
Asher Gomez
43e960aca1
chore(crypto): upgrade to rust@1.75.0 and wasmbuild@0.15.5 (#4193) 2024-01-15 15:04:10 +11:00
Anwesh
3fcb0a8b24
refactor(using): use using keyword for Explicit Resource Management (#4143)
* refactor(using): add using keyword for Explicit Resource Management

* refactor(using): fix fmt

* refactor(using): add more fixes

* refactor(using): fix fmt

* refactor: add more `using` cases

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-15 08:35:50 +11:00
Tim Reichen
aa3f026e93
deprecation(semver): deprecate SemVerRange, introduce Range (#4161)
* initial commit

* Update semver/is_range.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* bump deprecation notice

* add test cases

* fmt

* Update types.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* Update types.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* Update is_semver_range.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-01-14 21:19:00 +00:00
Tim Reichen
f62d881ea0
refactor(log): replace deprecated imports (#4188)
* initial commit

* update

* refactor: update more imports

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-15 08:14:48 +11:00
Tim Reichen
05ffa5fbff
deprecation(semver): deprecate outside() (#4185)
* initial commit

* Update outside.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-15 08:03:03 +11:00
Asher Gomez
240a110cc0
feat(io): un-deprecate Buffer (#4184) 2024-01-14 20:18:36 +09:00
Asher Gomez
b0a52a3903
BREAKING(semver): remove FormatStyle (#4182) 2024-01-14 20:16:56 +09:00
Asher Gomez
5f9b85f5ab
BREAKING(semver): remove compareBuild() (#4181) 2024-01-14 20:16:27 +09:00