mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.154.0
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
598b95fd51
commit
5a3206d6eb
19
Releases.md
19
Releases.md
@ -1,3 +1,22 @@
|
||||
### 0.154.0 / 2022.09.01
|
||||
|
||||
- BREAKING(encoding/csv): remove ColumnOptions (#2536)
|
||||
- BREAKING: replace ALL CAPS acronyms in public API names (#2582)
|
||||
- feat(encoding): add base58 encoding/decoding feature (#2539)
|
||||
- feat(fs): support URL params (#2573)
|
||||
- feat(node): add Server.setTimeout() stub (#2564)
|
||||
- feat(node/fs): add `opendir` and `opendirSync` (#2576)
|
||||
- feat(testing): better assertFalse types (#2562)
|
||||
- feat(testing): better assertNotInstanceOf types (#2558)
|
||||
- fix(encoding/json): improve safety of `JSONValue` object type (#2565)
|
||||
- fix(encoding/jsonc): Improve safety of `JSONValue` object type in `jsonc.ts`
|
||||
(#2568)
|
||||
- fix(fs): use Deno.errors.AlreadyExists where appropriate (#2547)
|
||||
- fix(node): change Promise.All to Promise.all (#2569)
|
||||
- fix(node/fs): fix accessSync permission handling (#2570)
|
||||
- fix(node/process): fix BadResource issue of stdin.isTTY (#2590)
|
||||
- fix(node/readline): fix Interface constructor (#2588)
|
||||
|
||||
### 0.153.0 / 2022.08.24
|
||||
|
||||
- feat(async/delay): add persistent option (#2527)
|
||||
|
@ -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.153.0";
|
||||
export const VERSION = "0.154.0";
|
||||
|
Loading…
Reference in New Issue
Block a user