Co-authored-by: littledivy <littledivy@users.noreply.github.com>
This commit is contained in:
denobot 2024-04-25 11:58:55 +09:00 committed by GitHub
parent fc035e9cf6
commit 582a9f2af1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
### 0.224.0 / 2024.04.25
- deprecation(permissions): update removal time for `std/permissions` (#4575)
- deprecation(semver): rename `testRange()` to `satisfies()` (#4364)
- feat(http): file server prints local network address (#4604)
- fix(bytes): `equals()` works with subarray (#4630)
- fix(bytes): improve invalid count error message for `repeat()` (#4603)
- fix(csv): do not print empty header line when no columns are given in
`stringify()` (#4610)
- fix(csv): remove unused `opt` parameter (#4598)
- fix(fs/ensure_dir): allow links to directories (#4132)
- fix(path): export private types used in public API (#4645)
- perf(bytes): improve performance of `equals()` (#4635)
### 0.223.0 / 2024.04.15
- deprecation(expect): rename `addSnapshotSerializers` to

View File

@ -5,4 +5,4 @@
* the cli's API is stable. In the future when std becomes stable, likely we
* will match versions with cli as we have in the past.
*/
export const VERSION = "0.223.0";
export const VERSION = "0.224.0";