mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.172.0 (#3106)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
d368e8c029
commit
6f814508e5
@ -1,3 +1,12 @@
|
||||
### 0.172.0 / 2023.01.13
|
||||
|
||||
- feat(collection): add toArray method to BinaryHeap (#3079)
|
||||
- feat(node/cluster): `cluster` module for Node compat (#2271)
|
||||
- fix(datetime): `.quarter` calculation for `difference()` (#3085)
|
||||
- fix(encoding/jsonc): avoid prototype pollution in Node.js and Browser (#3077)
|
||||
- fix(node): support ref & unref of TCP handle (#3102)
|
||||
- fix(path): correctly handle trailing slashes for posix basename (#3088)
|
||||
|
||||
### 0.171.0 / 2023.01.05
|
||||
|
||||
- feat(http): add --header option to file_server (#2977)
|
||||
|
@ -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.171.0";
|
||||
export const VERSION = "0.172.0";
|
||||
|
Loading…
Reference in New Issue
Block a user