mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
parent
c75454c44b
commit
91e55d6301
10
Releases.md
10
Releases.md
@ -1,3 +1,13 @@
|
||||
### 0.138.0 / 2022.05.05
|
||||
|
||||
- fix: Export equalSimd and equalsNaive (#2187)
|
||||
- BREAKING(testing/snapshot): change multiline string serialization (#2166)
|
||||
- feat(node/dns): support dns promises lookup (#2164)
|
||||
- feat(testing): assertFalse (#2093)
|
||||
- fix(node/dns): export more types (#2185)
|
||||
- fix(node/worker_threads): Don't wait for parent message in web worker (#2182)
|
||||
- fix(testing): Compare circular objects (#2172)
|
||||
|
||||
### 0.137.0 / 2022.04.28
|
||||
|
||||
- feat(testing): infer stub and spy return types from properties (#2137)
|
||||
|
@ -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.137.0";
|
||||
export const VERSION = "0.138.0";
|
||||
|
Loading…
Reference in New Issue
Block a user