mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
parent
9c6532915a
commit
699ba98572
12
Releases.md
12
Releases.md
@ -1,3 +1,15 @@
|
||||
### 0.186.0 / 2023.05.04
|
||||
|
||||
- BREAKING(path): deprecate path.sep (#3342)
|
||||
- feat(async): support `signal` on `deadline()` (#3347)
|
||||
- feat(async/pool): use browser compatible APIs (#3350)
|
||||
- feat(http): add HTTP_METHODS, HttpMethod, and isHttpMethod (#3309)
|
||||
- feat(uuid): add pre-defined namespace UUIDs (#3352)
|
||||
- fix(http/file_server): fix `Range` header handling (#3354)
|
||||
- fix(http/server): flaky 'address in use' error (#3333)
|
||||
- fix(http/server_sent_event): fix Uncaught TypeError if created without
|
||||
optional EventInit (#3356)
|
||||
|
||||
### 0.185.0 / 2023.04.27
|
||||
|
||||
- feat(dotenv): allow reading from `.env` files without granting env access
|
||||
|
@ -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.185.0";
|
||||
export const VERSION = "0.186.0";
|
||||
|
Loading…
Reference in New Issue
Block a user