mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
parent
4685dc1b4d
commit
847720dd41
13
Releases.md
13
Releases.md
@ -1,3 +1,16 @@
|
||||
### 0.180.0 / 2023.03.16
|
||||
|
||||
- BREAKING(csv): move `encoding/csv` to own top-level folder and towards
|
||||
single-export files (#3228)
|
||||
- BREAKING(front_matter): move to top-level folder (#3252)
|
||||
- BREAKING(json): move to top-level folder and towards single-export files
|
||||
(#3236)
|
||||
- BREAKING(jsonc): move to top-level folder and single-export files (#3243)
|
||||
- BREAKING(toml): move to top-level folder and towards single-export files
|
||||
(#3241)
|
||||
- BREAKING(yaml): move to top-level folder (#3251)
|
||||
- feat(http): add http/server_sent_event (#3239)
|
||||
|
||||
### 0.179.0 / 2023.03.10
|
||||
|
||||
- BREAKING(encoding/varint): deprecate Wasm implementation in favour of native
|
||||
|
@ -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.179.0";
|
||||
export const VERSION = "0.180.0";
|
||||
|
Loading…
Reference in New Issue
Block a user