mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.128.0
This commit is contained in:
parent
b3cdf0a8b0
commit
b24aadfefe
@ -1,3 +1,11 @@
|
||||
### 0.128.0 / 2022.03.03
|
||||
|
||||
- feat(node): add crypto.webcrypto (#1961)
|
||||
- feat(streams): TextLineStream (#1978)
|
||||
- fix(dotenv): avoid top-level-await in load.ts (#1964)
|
||||
- fix(node): fix http client reqs with bodies (#1983)
|
||||
- fix(testing): fix assertObjectMatch for RegExp/Map/Set (#1967)
|
||||
|
||||
### 0.127.0 / 2022.02.24
|
||||
|
||||
- feat(async): add `abortable` to async module. (#1939)
|
||||
|
@ -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.127.0";
|
||||
export const VERSION = "0.128.0";
|
||||
|
Loading…
Reference in New Issue
Block a user