-
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
21 changed files
with
171 additions
and
38 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,136 @@ | ||
### 2024.06.06 | ||
|
||
#### @std/archive 0.224.1 (patch) | ||
|
||
- refactor(archive): cleanup use of `@std/assert` (#4975) | ||
|
||
#### @std/assert 1.0.0-rc.1 (prerelease) | ||
|
||
- BREAKING(assert): make `unreachable()` consistent with `@std/assert` (#4943) | ||
- BREAKING(assert): `assertAlmostEquals()` sets useful tolerance automatically | ||
(#4460) | ||
- docs(assert): remove outdated API docs (#4937) | ||
- refactor(assert): minor cleanups (#4941) | ||
- chore(assert): release `[email protected]` (#4934) | ||
|
||
#### @std/async 0.224.2 (patch) | ||
|
||
- refactor(async): cleanup use of `@std/assert` (#4950) | ||
|
||
#### @std/bytes 1.0.0 (major) | ||
|
||
- chore(bytes): release `[email protected]` (#4746) | ||
|
||
#### @std/cli 0.224.6 (patch) | ||
|
||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
- refactor(cli): cleanup use of `@std/assert` (#4966) | ||
|
||
#### @std/csv 0.224.3 (patch) | ||
|
||
- refactor(csv): cleanup use of `@std/assert` (#4976) | ||
|
||
#### @std/data-structures 0.225.2 (patch) | ||
|
||
- refactor(data-structures): remove use of `public` keyword (#4983) | ||
|
||
#### @std/datetime 0.224.1 (patch) | ||
|
||
- docs(datetime): trim module documentation (#4971) | ||
|
||
#### @std/encoding 1.0.0-rc.2 (prerelease) | ||
|
||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
|
||
#### @std/fmt 0.225.4 (patch) | ||
|
||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
|
||
#### @std/fs 0.229.2 (patch) | ||
|
||
- refactor(fs): cleanup use of `@std/assert` (#4948) | ||
|
||
#### @std/html 1.0.0-rc.1 (prerelease) | ||
|
||
- chore(html): release `[email protected]` (#4962) | ||
|
||
#### @std/http 0.224.4 (patch) | ||
|
||
- refactor(http): cleanup use of `@std/assert` (#4974) | ||
|
||
#### @std/io 0.224.1 (patch) | ||
|
||
- refactor(io): cleanup use of `@std/assert` (#4979) | ||
|
||
#### @std/jsonc 0.224.2 (patch) | ||
|
||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
- refactor(jsonc): cleanup use of `@std/assert` (#4968) | ||
|
||
#### @std/log 0.224.2 (patch) | ||
|
||
- refactor(log): cleanup use of `@std/assert` (#4973) | ||
|
||
#### @std/path 1.0.0-rc.1 (prerelease) | ||
|
||
- BREAKING(path): remove `path.posix` and `path.win32` (#4953) | ||
- BREAKING(path): remove separator argument from `common()` (#4947) | ||
- BREAKING(path): remove `GlobToRegExpOptions.os` and `OSType` export (#4928) | ||
- docs(path): fix typo in `normalize` doc (#4959) | ||
- docs(path): improve `join` jsdoc (#4958) | ||
- docs(path): fix typo (#4956) | ||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
- refactor(path): clean `isWindows` logic (#4972) | ||
- refactor(path): cleanup `join()` implementations (#4946) | ||
- test(path): improve `windows.parse()` test (#4952) | ||
- test(path): improve `normalizeGlob()` test coverage (#4940) | ||
- test(path): improve `normalize()` coverage (#4939) | ||
- chore(path): release `[email protected]` (#4951) | ||
- chore(path): use `assertPath()` in `windows.join()` (#4960) | ||
|
||
#### @std/semver 0.224.3 (patch) | ||
|
||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
|
||
#### @std/streams 0.224.4 (patch) | ||
|
||
- refactor(streams): cleanup use of `@std/assert` (#4980) | ||
|
||
#### @std/testing 0.225.1 (patch) | ||
|
||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
|
||
#### @std/text 0.224.3 (patch) | ||
|
||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
- refactor(text): cleanup use of `@std/assert` (#4977) | ||
|
||
#### @std/toml 1.0.0-rc.1 (prerelease) | ||
|
||
- BREAKING(toml): rename `FormatOptions` to `StringifyOptions` (#4963) | ||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
- chore(toml): release `[email protected]` (#4969) | ||
- chore(toml): minor cleanup (#4964) | ||
|
||
#### @std/url 0.224.1 (patch) | ||
|
||
- docs(url): complete documentation (#4965) | ||
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This | ||
module is browser compatible" note (#4945) | ||
|
||
#### @std/webgpu 0.224.4 (patch) | ||
|
||
- refactor(webgpu): cleanup use of `@std/assert` (#4978) | ||
|
||
### 2024.06.03 | ||
|
||
#### @std/assert 0.226.0 (minor) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,44 +12,44 @@ | |
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/", | ||
"graphviz": "npm:node-graphviz@^0.1.1", | ||
|
||
"@std/archive": "jsr:@std/archive@^0.224.0", | ||
"@std/archive": "jsr:@std/archive@^0.224.1", | ||
"@std/assert": "jsr:@std/[email protected]", | ||
"@std/async": "jsr:@std/async@^0.224.1", | ||
"@std/async": "jsr:@std/async@^0.224.2", | ||
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", | ||
"@std/cli": "jsr:@std/cli@^0.224.5", | ||
"@std/cli": "jsr:@std/cli@^0.224.6", | ||
"@std/collections": "jsr:@std/collections@^1.0.0-rc.1", | ||
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1", | ||
"@std/csv": "jsr:@std/csv@^0.224.2", | ||
"@std/data-structures": "jsr:@std/data-structures@^0.225.1", | ||
"@std/datetime": "jsr:@std/datetime@^0.224.0", | ||
"@std/csv": "jsr:@std/csv@^0.224.3", | ||
"@std/data-structures": "jsr:@std/data-structures@^0.225.2", | ||
"@std/datetime": "jsr:@std/datetime@^0.224.1", | ||
"@std/dotenv": "jsr:@std/dotenv@^0.224.0", | ||
"@std/encoding": "jsr:@std/[email protected].1", | ||
"@std/encoding": "jsr:@std/[email protected].2", | ||
"@std/expect": "jsr:@std/expect@^0.224.4", | ||
"@std/fmt": "jsr:@std/fmt@^0.225.3", | ||
"@std/fmt": "jsr:@std/fmt@^0.225.4", | ||
"@std/front-matter": "jsr:@std/front-matter@^0.224.2", | ||
"@std/fs": "jsr:@std/fs@^0.229.1", | ||
"@std/fs": "jsr:@std/fs@^0.229.2", | ||
"@std/html": "jsr:@std/html@^1.0.0-rc.1", | ||
"@std/http": "jsr:@std/http@^0.224.3", | ||
"@std/http": "jsr:@std/http@^0.224.4", | ||
"@std/ini": "jsr:@std/ini@^0.225.0", | ||
"@std/internal": "jsr:@std/internal@^1.0.0", | ||
"@std/io": "jsr:@std/io@^0.224.0", | ||
"@std/io": "jsr:@std/io@^0.224.1", | ||
"@std/json": "jsr:@std/json@^0.224.1", | ||
"@std/jsonc": "jsr:@std/jsonc@^0.224.1", | ||
"@std/log": "jsr:@std/log@^0.224.1", | ||
"@std/jsonc": "jsr:@std/jsonc@^0.224.2", | ||
"@std/log": "jsr:@std/log@^0.224.2", | ||
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", | ||
"@std/msgpack": "jsr:@std/msgpack@^0.224.2", | ||
"@std/net": "jsr:@std/net@^0.224.2", | ||
"@std/path": "jsr:@std/[email protected]", | ||
"@std/regexp": "jsr:@std/regexp@^0.224.1", | ||
"@std/semver": "jsr:@std/semver@^0.224.2", | ||
"@std/streams": "jsr:@std/streams@^0.224.3", | ||
"@std/testing": "jsr:@std/testing@^0.225.0", | ||
"@std/text": "jsr:@std/text@^0.224.2", | ||
"@std/semver": "jsr:@std/semver@^0.224.3", | ||
"@std/streams": "jsr:@std/streams@^0.224.4", | ||
"@std/testing": "jsr:@std/testing@^0.225.1", | ||
"@std/text": "jsr:@std/text@^0.224.3", | ||
"@std/toml": "jsr:@std/toml@^1.0.0-rc.1", | ||
"@std/ulid": "jsr:@std/ulid@^0.224.1", | ||
"@std/url": "jsr:@std/url@^0.224.0", | ||
"@std/url": "jsr:@std/url@^0.224.1", | ||
"@std/uuid": "jsr:@std/[email protected]", | ||
"@std/webgpu": "jsr:@std/webgpu@^0.224.3", | ||
"@std/webgpu": "jsr:@std/webgpu@^0.224.4", | ||
"@std/yaml": "jsr:@std/yaml@^0.224.1" | ||
}, | ||
"tasks": { | ||
|
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
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