Co-authored-by: levex <levex@users.noreply.github.com>
This commit is contained in:
denobot 2023-05-04 16:26:44 +02:00 committed by GitHub
parent 9c6532915a
commit 699ba98572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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";