Co-authored-by: littledivy <littledivy@users.noreply.github.com>
This commit is contained in:
denobot 2024-02-01 06:37:17 +01:00 committed by GitHub
parent 6935a0cdd1
commit 85c8edc335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
### 0.214.0 / 2024.02.01
- BREAKING(io): remove `types.d.ts` (#4237)
- BREAKING(log): remove string formatter (#4239)
- BREAKING(log): single-export handler files (#4236)
- BREAKING(streams): remove `readAll()`, `writeAll()` and `copy()` (#4238)
- feat(tools,log,http,semver): check mod exports, export items consistently from
mod.ts (#4229)
- fix(expect): add Error object equal check. (#4248)
- fix(expect): align `toEqual` to jest (#4246)
### 0.213.0 / 2024.01.25
- BREAKING(http): remove `CookieMap` (#4179)

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.213.0";
export const VERSION = "0.214.0";