-
Notifications
You must be signed in to change notification settings - Fork 624
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: kt3k <[email protected]>
- Loading branch information
Showing
12 changed files
with
113 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,96 @@ | ||
### 2024.06.21 | ||
|
||
#### @std/archive 0.224.2 (patch) | ||
|
||
- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` | ||
access modifiers (#5077) | ||
|
||
#### @std/async 1.0.0-rc.2 (prerelease) | ||
|
||
- BREAKING(async): simplify `deadline()` logic, remove `DeadlineError` and | ||
improve errors (#5058) | ||
- BREAKING(async): make `abortablePromise()` and `abortableAsyncIterable()` | ||
private (#5056) | ||
|
||
#### @std/cli 1.0.0-rc.1 (prerelease) | ||
|
||
- chore(cli): release `[email protected]` (#5068) | ||
- chore(cli): make spinner unstable/experimental (#5067) | ||
|
||
#### @std/collections 1.0.0 (major) | ||
|
||
- chore(collections): release `[email protected]` (#4773) | ||
|
||
#### @std/dotenv 0.224.1 (patch) | ||
|
||
- docs(dotenv): improve `dotenv` docs (#5095) | ||
|
||
#### @std/expect 0.224.5 (patch) | ||
|
||
- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` | ||
access modifiers (#5077) | ||
|
||
#### @std/fs 1.0.0-rc.1 (prerelease) | ||
|
||
- refactor(fs): improve `expandGlob()` implementation and testing (#5089) | ||
- refactor(fs): reduce the repetition in `exists.ts` (#5088) | ||
- refactor(fs): reduce the repetition in ensure_dir.ts (#5085) | ||
- refactor(fs): resolve directories when checking whether they are the same in | ||
`isSubdir()` (#5076) | ||
- test(fs): improve `copy()` testing (#5084) | ||
- test(fs): improve `ensureSymlink()` test (#5087) | ||
- test(fs): check `ensureDir()` is not racy (#5086) | ||
- chore(fs): release `[email protected]` (#5091) | ||
|
||
#### @std/io 0.224.2 (patch) | ||
|
||
- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` | ||
access modifiers (#5077) | ||
|
||
#### @std/json 1.0.0-rc.1 (prerelease) | ||
|
||
- BREAKING(json): rename /common to /types (#5103) | ||
- BREAKING(json): remove `writableStrategy` and `readableStrategy` options | ||
(#5097) | ||
- docs(json): lint `@std/json` docs (#4798) | ||
- test(json): improve json testing (#5075) | ||
- chore(json): release `[email protected]` (#5102) | ||
|
||
#### @std/jsonc 0.224.3 (patch) | ||
|
||
- test(jsonc): remove dead code and improve testing (#5093) | ||
|
||
#### @std/log 0.224.3 (patch) | ||
|
||
- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` | ||
access modifiers (#5077) | ||
|
||
#### @std/streams 1.0.0-rc.1 (prerelease) | ||
|
||
- BREAKING(streams): remove `iterateReader`, `readableStreamFromReader`, | ||
`readerFromIterable`, `readerFromStreamReader`, `writableStreamFromWriter`, | ||
and `writerFromStreamWriter` (#5060) | ||
- fix(streams): prevent `earlyZipReadableStreams()` from possibly using | ||
excessive memory (#5082) | ||
- test(streams): improve test coverage (#5078) | ||
- test(streams): improve `DelimiterStream` test cases (#5070) | ||
- test(streams): improve `Buffer` test (#5061) | ||
- chore(streams): release `[email protected]` (#5074) | ||
|
||
#### @std/testing 0.225.3 (patch) | ||
|
||
- refactor(testing): remove `FakeTime.start` setter (#5050) | ||
|
||
#### @std/toml 1.0.0-rc.2 (prerelease) | ||
|
||
- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` | ||
access modifiers (#5077) | ||
|
||
#### @std/yaml 0.224.2 (patch) | ||
|
||
- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public` | ||
access modifiers (#5077) | ||
|
||
### 2024.06.17 | ||
|
||
#### @std/async 1.0.0-rc.1 (prerelease) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,45 +12,45 @@ | |
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/", | ||
"graphviz": "npm:node-graphviz@^0.1.1", | ||
|
||
"@std/archive": "jsr:@std/archive@^0.224.1", | ||
"@std/archive": "jsr:@std/archive@^0.224.2", | ||
"@std/assert": "jsr:@std/[email protected]", | ||
"@std/async": "jsr:@std/async@^1.0.0-rc.1", | ||
"@std/async": "jsr:@std/async@^1.0.0-rc.2", | ||
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", | ||
"@std/cli": "jsr:@std/cli@^1.0.0-rc.1", | ||
"@std/collections": "jsr:@std/collections@^1.0.0", | ||
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1", | ||
"@std/csv": "jsr:@std/csv@^0.224.3", | ||
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1", | ||
"@std/datetime": "jsr:@std/datetime@^0.224.1", | ||
"@std/dotenv": "jsr:@std/dotenv@^0.224.0", | ||
"@std/dotenv": "jsr:@std/dotenv@^0.224.1", | ||
"@std/encoding": "jsr:@std/[email protected]", | ||
"@std/expect": "jsr:@std/expect@^0.224.4", | ||
"@std/expect": "jsr:@std/expect@^0.224.5", | ||
"@std/fmt": "jsr:@std/fmt@^0.225.4", | ||
"@std/front-matter": "jsr:@std/front-matter@^0.224.2", | ||
"@std/fs": "jsr:@std/fs@^1.0.0-rc.1", | ||
"@std/html": "jsr:@std/html@^1.0.0-rc.1", | ||
"@std/http": "jsr:@std/http@^0.224.5", | ||
"@std/ini": "jsr:@std/ini@^0.225.1", | ||
"@std/internal": "jsr:@std/internal@^1.0.0", | ||
"@std/io": "jsr:@std/io@^0.224.1", | ||
"@std/io": "jsr:@std/io@^0.224.2", | ||
"@std/json": "jsr:@std/json@^1.0.0-rc.1", | ||
"@std/jsonc": "jsr:@std/jsonc@^0.224.2", | ||
"@std/log": "jsr:@std/log@^0.224.2", | ||
"@std/jsonc": "jsr:@std/jsonc@^0.224.3", | ||
"@std/log": "jsr:@std/log@^0.224.3", | ||
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", | ||
"@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.1", | ||
"@std/net": "jsr:@std/net@^0.224.3", | ||
"@std/path": "jsr:@std/[email protected]", | ||
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1", | ||
"@std/semver": "jsr:@std/semver@^0.224.3", | ||
"@std/streams": "jsr:@std/streams@^1.0.0-rc.1", | ||
"@std/testing": "jsr:@std/testing@^0.225.2", | ||
"@std/testing": "jsr:@std/testing@^0.225.3", | ||
"@std/text": "jsr:@std/text@^1.0.0-rc.1", | ||
"@std/toml": "jsr:@std/toml@^1.0.0-rc.1", | ||
"@std/toml": "jsr:@std/toml@^1.0.0-rc.2", | ||
"@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2", | ||
"@std/url": "jsr:@std/url@^1.0.0-rc.1", | ||
"@std/uuid": "jsr:@std/[email protected]", | ||
"@std/webgpu": "jsr:@std/webgpu@^0.224.4", | ||
"@std/yaml": "jsr:@std/yaml@^0.224.1" | ||
"@std/yaml": "jsr:@std/yaml@^0.224.2" | ||
}, | ||
"tasks": { | ||
"test": "deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-leaks --clean", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters