Yoshiya Hinosawa
75cb7674f1
chore: avoid deno.lock incompatibility in ci ( #5726 )
2024-08-19 22:01:51 +09:00
Yoshiya Hinosawa
19675cd695
chore: fix formatting of markdown file ( #5721 )
2024-08-19 13:21:30 +09:00
Yusuke Tanaka
43f2a2dffd
chore: support expect-error
directive in code snippets evaluator ( #5688 )
...
This commit adds support for `expect-error` directive in code snippets
evaluator, which allows example snippets to have ones that are expected to fail
either at compile time or runtime.
2024-08-16 02:58:01 -07:00
lionel-rowe
0c64f32cc3
feat(cache/unstable): add memoize()
and LruCache
( #4725 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-09 01:12:24 +09:00
Asher Gomez
602396adf7
chore: update graph ( #5648 )
2024-08-07 21:35:59 +09:00
Yoshiya Hinosawa
89c642d808
chore: add random scope in title ci check ( #5629 )
2024-08-05 17:36:55 +09:00
Yoshiya Hinosawa
fab93bb71d
chore: fix workspace publish workflow ( #5623 )
2024-08-02 20:38:18 +09:00
Yoshiya Hinosawa
b315e049b6
chore: clarify the policy about new features ( #5581 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-31 12:33:03 +09:00
Asher Gomez
72e246222b
fix(http): update localhost strings in tests ( #5563 )
...
* fix(http): update localhost strings in tests
* fix
2024-07-29 13:59:32 +10:00
Yoshiya Hinosawa
3fbc223f98
chore: allow manual dispatch of workspace_publish ( #5556 )
2024-07-26 20:13:22 +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
00645f09bf
chore: document how to document unstable APIs ( #5484 )
2024-07-19 12:59:38 +09:00
Yoshiya Hinosawa
13d587f8b9
chore: allow scope/unstable
notation in commit title ( #5474 )
2024-07-18 13:18:34 +09:00
Asher Gomez
7d169f5b4b
chore: answer versioning questions in FAQ ( #5469 )
2024-07-18 14:14:56 +10:00
Asher Gomez
e68eaf70eb
chore: document how to find changed API ( #5435 )
2024-07-16 14:12:17 +10:00
Yoshiya Hinosawa
0f4ff71948
feat(ulid): add single-export endpoints ( #5426 )
2024-07-12 16:48:01 +09:00
Yoshiya Hinosawa
94fff63978
chore: re-enable CI with CLI v1 ( #5430 )
2024-07-12 16:45:39 +09:00
Asher Gomez
ef28e1315a
chore: temporarily disable v1.x in CI ( #5418 )
...
* chore: temporarily disable v1.x in CI
* tweak
* reset CI
* reset CI
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-07-11 22:14:43 +00:00
Yoshiya Hinosawa
26d6d2b510
chore: use new format for workspaces and re-enable using Deno canary and v1.x ( #5375 )
...
* chore: use new format for workspaces
* fixes
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-11 10:24:30 +10:00
Asher Gomez
2308f8263f
chore(fmt): release fmt@1.0.0-rc.1
( #5372 )
...
* chore(fmt): release `fmt@1.0.0-rc.1`
* update graph
2024-07-10 15:05:25 +10:00
Asher Gomez
1f26aa503b
chore: update dependency graph ( #5362 )
2024-07-09 16:20:18 +10:00
Yoshiya Hinosawa
10be0e3fde
chore: run test in Node.js ( #5258 )
...
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-04 14:36:47 +09:00
Asher Gomez
fc2975b21f
chore: temporarily disable canary ( #5290 )
...
* chore: temporarily disable canary
* fix
* fix
* more fixing
* fix
* fixing...
2024-07-04 13:47:53 +09:00
Asher Gomez
aaf09a8027
docs: cleanup README ( #5174 )
2024-06-27 18:55:45 +10:00
Asher Gomez
410053bf68
chore(csv): release csv@1.0.0-rc.1
( #5159 )
2024-06-27 16:27:19 +09:00
Asher Gomez
1adff2da9b
chore(testing): release testing@1.0.0-rc.1
( #5142 )
...
* chore(testing): release `testing@1.0.0-rc.1`
* update
* update
2024-06-26 07:36:35 +00:00
Asher Gomez
3db13cb886
refactor(testing): remove @std/fmt/colors
dependency from snapshot
module ( #5145 )
2024-06-26 15:23:17 +10:00
Asher Gomez
051ab73026
BREAKING(http): remove deprecated server
module ( #5100 )
2024-06-22 15:47:02 +10:00
Asher Gomez
f863a2b241
chore(fs): release fs@1.0.0-rc.1
( #5091 )
...
* chore(fs): release `fs@1.0.0-rc.1`
* graph
2024-06-20 16:43:18 +10:00
Asher Gomez
6c598d5db5
chore: re-enable running v1.x in CI ( #5080 )
2024-06-19 15:56:14 +10:00
Yoshiya Hinosawa
8ec230fea3
chore: fix dependency graph ( #5069 )
2024-06-18 13:38:08 +09:00
Yoshiya Hinosawa
4ba4beeb8e
chore: update dependency_graph.svg ( #5063 )
2024-06-17 19:42:09 +09:00
Asher Gomez
cb06f797ff
refactor(io): cleanup use of @std/assert
( #4979 )
...
* refactor(io): cleanup use of `@std/assert`
* update graph
* Update io/buf_reader.ts
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-06-05 23:37:24 +00:00
Asher Gomez
9130ff65f5
refactor(streams): cleanup use of @std/assert
( #4980 )
...
* refactor(streams): cleanup use of `@std/assert`
* work
* update graph
2024-06-05 22:12:42 +00:00
Asher Gomez
e1e7c09abb
refactor(webgpu): cleanup use of @std/assert
( #4978 )
...
* refactor(webgpu): cleanup use of `@std/assert`
* update graph
2024-06-05 22:08:56 +00:00
Asher Gomez
48440b807e
refactor(text): cleanup use of @std/assert
( #4977 )
...
* refactor(text): cleanup use of `@std/assert`
* x
* x
* update graph
2024-06-05 22:02:17 +00:00
Asher Gomez
3eec370343
refactor(csv): cleanup use of @std/assert
( #4976 )
...
* refactor(csv): cleanup use of `@std/assert`
* update graph
2024-06-05 21:55:49 +00:00
Asher Gomez
2e54f46670
refactor(archive): cleanup use of @std/assert
( #4975 )
...
* refactor(archive): cleanup use of `@std/assert`
* update graph
2024-06-05 21:52:06 +00:00
Asher Gomez
0bbd47b522
refactor(http): cleanup use of @std/assert
( #4974 )
...
* refactor(http): cleanup use of `@std/assert`
* graph
* update graph
2024-06-05 21:47:07 +00:00
Asher Gomez
a7c09261e6
refactor(log): cleanup use of @std/assert
( #4973 )
...
* refactor(log): cleanup use of `@std/assert`
* update graph
2024-06-05 21:43:22 +00:00
Asher Gomez
dc2fcd882a
chore: improve circular dependencies checker ( #4970 )
...
* chore: improve circular dependencies checker
* update graph
2024-06-05 21:38:40 +00:00
Asher Gomez
d82d76abd4
refactor(jsonc): cleanup use of @std/assert
( #4968 )
...
* refactor(jsonc): cleanup use of `@std/assert`
* fix
* graph
2024-06-05 21:28:11 +00: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
fbfcd24f41
refactor(fs): cleanup use of @std/assert
( #4948 )
...
* refactor(fs): cleanup use of `@std/assert`
* tweaks
* update
2024-06-05 10:39:33 +09:00
Asher Gomez
da7b395d37
refactor(async): cleanup use of @std/assert
( #4950 )
...
* refactor(async): cleanup use of `@std/assert`
* graph
2024-06-05 01:13:11 +00:00
Asher Gomez
a2af1d0a21
refactor(path): cleanup join()
implementations ( #4946 )
...
* refactor(path): remove dependency on `@std/assert`
* work
* work
* tweaks
2024-06-05 02:49:50 +02:00
Asher Gomez
d2a4516688
refactor(crypto): cleanup redundant assertion in timingSafeEqual()
( #4907 )
2024-05-30 20:16:58 +10:00
Asher Gomez
7717c29173
chore: update dependency graph ( #4881 )
2024-05-29 19:25:36 +10:00
Yoshiya Hinosawa
655ff10086
chore: draw only direct dependencies in dep diagram ( #4870 )
2024-05-29 15:21:26 +09:00
Yoshiya Hinosawa
bce7d8e38b
chore: generate dependency graph image ( #4869 )
2024-05-29 13:49:22 +09:00