mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.139.0 (#2212)
This commit is contained in:
parent
436c3a7b25
commit
c78f1fd612
@ -1,3 +1,12 @@
|
||||
### 0.139.0 / 2022.05.12
|
||||
|
||||
- feat(encoding): add jsonc parser (#2154)
|
||||
- feat(node/dns): Implement Resolver APIs (#2201)
|
||||
- feat(node/net): unix domain socket support (#2146)
|
||||
- feat(testing/snapshot): add "assertSnapshot" options overload (#2179)
|
||||
- fix(node/module): interpret length parameter as optional in blitBuffer (#2199)
|
||||
- fix(node/timers): set custom promisify function (#2198)
|
||||
|
||||
### 0.138.0 / 2022.05.05
|
||||
|
||||
- fix: Export equalSimd and equalsNaive (#2187)
|
||||
|
@ -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.138.0";
|
||||
export const VERSION = "0.139.0";
|
||||
|
Loading…
Reference in New Issue
Block a user