mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.182.0 (#3298)
Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
This commit is contained in:
parent
87f4a8b4ba
commit
01907e045f
11
Releases.md
11
Releases.md
@ -1,3 +1,14 @@
|
||||
### 0.182.0 / 2023.03.31
|
||||
|
||||
- feat(csv): add `CsvStringifyStream` (#3270)
|
||||
- feat(fs): undo deprecation of `exists` and add permission and type check to it
|
||||
(#2785)
|
||||
- feat(fs/walk): WalkError class (#3054)
|
||||
- feat: disposition on TextDelimiterStream (#3273)
|
||||
- fix(csv/csv_stringify_stream): output headers based on `columns` option
|
||||
(#3293)
|
||||
- fix(encoding/base58): fix base58 decoding missing the first byte (#3275)
|
||||
|
||||
### 0.181.0 / 2023.03.22
|
||||
|
||||
- feat(front_matter): support +++ for TOML block (#3254)
|
||||
|
@ -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.181.0";
|
||||
export const VERSION = "0.182.0";
|
||||
|
Loading…
Reference in New Issue
Block a user