mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.199.0 (#3554)
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
This commit is contained in:
parent
fd5722bbb6
commit
72d6e6641e
@ -1,3 +1,12 @@
|
||||
### 0.199.0 / 2023.08.21
|
||||
|
||||
- fix(collections): redblack tree and bst not being exported from mod (#3528)
|
||||
- fix(http/cookie_map): add maxAge to set/delete options (#3524)
|
||||
- fix(log): fix serializing BigInt value in object (#3550)
|
||||
- fix(path): typo in comment in _resolve (#3545)
|
||||
- fix(testing/time): fix FakeTime.restoreFor accuracy for sync callbacks (#3531)
|
||||
- perf: repoint internal imports to single-export files (#3537)
|
||||
|
||||
### 0.198.0 / 2023.08.10
|
||||
|
||||
- feat(path): single file exports (#3510)
|
||||
|
@ -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.198.0";
|
||||
export const VERSION = "0.199.0";
|
||||
|
Loading…
Reference in New Issue
Block a user