-
Notifications
You must be signed in to change notification settings - Fork 634
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
8 changed files
with
54 additions
and
12 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,45 @@ | ||
### 2024.06.17 | ||
|
||
#### @std/async 1.0.0-rc.1 (prerelease) | ||
|
||
- BREAKING(async): stop exporting ERROR_WHILE_MAPPING_MESSAGE (#5041) | ||
- docs(async): improve module docs (#5039) | ||
- docs(async): avoid memory leak in example (#5040) | ||
- chore(async): release `[email protected]` (#5035) | ||
- chore(async): mark `Tuple` and `TupleOf` as `@internal` (#5042) | ||
|
||
#### @std/cli 0.224.7 (patch) | ||
|
||
- refactor(cli): minor cleanups (#5052) | ||
- test(cli): improve spinner test coverage (#5047) | ||
- test(cli): improve test coverage (#5046) | ||
|
||
#### @std/http 0.224.5 (patch) | ||
|
||
- feat(http): support partitioned cookies (#5044) | ||
|
||
#### @std/msgpack 1.0.0-rc.1 (prerelease) | ||
|
||
- chore(msgpack): release `[email protected]` (#5030) | ||
|
||
#### @std/path 1.0.0-rc.2 (prerelease) | ||
|
||
- test(path): improve test coverage (#5038) | ||
|
||
#### @std/streams 0.224.5 (patch) | ||
|
||
- chore(streams): remove unused test util (#5048) | ||
|
||
#### @std/testing 0.225.2 (patch) | ||
|
||
- docs(testing): improve the docs of `@std/testing` (#5033) | ||
- refactor(testing): remove use of `public` keyword (#5051) | ||
|
||
#### @std/ulid 1.0.0-rc.2 (prerelease) | ||
|
||
- refactor(ulid): remove `len` argument from `encodeTime()` and `encodeRandom()` | ||
(#5054) | ||
|
||
### 2024.06.12 | ||
|
||
#### @std/assert 1.0.0-rc.2 (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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"@std/assert": "jsr:@std/[email protected]", | ||
"@std/async": "jsr:@std/async@^1.0.0-rc.1", | ||
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", | ||
"@std/cli": "jsr:@std/cli@^0.224.6", | ||
"@std/cli": "jsr:@std/cli@^0.224.7", | ||
"@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.3", | ||
|
@@ -29,7 +29,7 @@ | |
"@std/front-matter": "jsr:@std/front-matter@^0.224.2", | ||
"@std/fs": "jsr:@std/fs@^0.229.3", | ||
"@std/html": "jsr:@std/html@^1.0.0-rc.1", | ||
"@std/http": "jsr:@std/http@^0.224.4", | ||
"@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", | ||
|
@@ -39,14 +39,14 @@ | |
"@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].1", | ||
"@std/path": "jsr:@std/[email protected].2", | ||
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1", | ||
"@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/streams": "jsr:@std/streams@^0.224.5", | ||
"@std/testing": "jsr:@std/testing@^0.225.2", | ||
"@std/text": "jsr:@std/text@^1.0.0-rc.1", | ||
"@std/toml": "jsr:@std/toml@^1.0.0-rc.1", | ||
"@std/ulid": "jsr:@std/ulid@^1.0.0-rc.1", | ||
"@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", | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@std/ulid", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"exports": "./mod.ts" | ||
} |