mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.127.0
This commit is contained in:
parent
14a0dcc1e6
commit
97dc903738
10
Releases.md
10
Releases.md
@ -1,3 +1,13 @@
|
||||
### 0.127.0 / 2022.02.24
|
||||
|
||||
- feat(async): add `abortable` to async module. (#1939)
|
||||
- feat(dotenv): add dotenv library (#1877)
|
||||
- feat(http): expose serveDir function from file_server.ts (#1944)
|
||||
- feat(node): add fs.realpath.native (#1951)
|
||||
- feat(node/tls): basic support of tls.createServer (#1948)
|
||||
- feat(testing): add `assertAlmostEquals` (#1906)
|
||||
- fix(node): don't use globalThis.setTimeout types in node/timers (#1934)
|
||||
|
||||
### 0.126.0 / 2022.02.17
|
||||
|
||||
- feat(node): add tls.connect (#1923)
|
||||
|
@ -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.126.0";
|
||||
export const VERSION = "0.127.0";
|
||||
|
Loading…
Reference in New Issue
Block a user