mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.202.0 (#3657)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
9479524eac
commit
00ba7e663a
20
Releases.md
20
Releases.md
@ -1,3 +1,23 @@
|
||||
### 0.202.0 / 2023.09.19
|
||||
|
||||
- BREAKING(collections): move RedBlackTree, BinarySearchTree, and BinaryHeap to
|
||||
'unstable' subdir (#3628)
|
||||
- BREAKING(crypto): clean up module (#3630)
|
||||
- BREAKING(csv): deprecate error message exports (#3602)
|
||||
- BREAKING(datetime): deprecate to_imf.ts (#3633)
|
||||
- BREAKING(media_types): deprecate typeByExtension (#3622)
|
||||
- BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces
|
||||
(#3640)
|
||||
- feat(encoding): add encodeHex, decodeHex (#3642)
|
||||
- feat(streams): to ArrayBuffer/Blob/Json/Text (#3631)
|
||||
- feat(ulid): port /x/ulid module (#3582)
|
||||
- fix(streams): DelimiterStream regression (#3611)
|
||||
- fix(stripAnsiCode): escape erase character (#3608)
|
||||
- fix(testing/snapshot): distinguish between singular and plural forms (#3625)
|
||||
- fix(testing/time): fix FakeTime.next to return false if all timers are cleared
|
||||
(#3638)
|
||||
- fix(url): fixes for url functions and new tests. (#3607)
|
||||
|
||||
### 0.201.0 / 2023.09.01
|
||||
|
||||
- BREAKING(bytes): deprecate BytesList class (#3589)
|
||||
|
@ -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.201.0";
|
||||
export const VERSION = "0.202.0";
|
||||
|
Loading…
Reference in New Issue
Block a user