mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.153.0
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
98bf54e536
commit
28956f7957
19
Releases.md
19
Releases.md
@ -1,3 +1,22 @@
|
||||
### 0.153.0 / 2022.08.24
|
||||
|
||||
- feat(async/delay): add persistent option (#2527)
|
||||
- feat(crypto): add KeyStack for rotatable key data signing (#2303)
|
||||
- feat(encoding/csv): sync parse (#2491)
|
||||
- feat(http): add CookieMap and SecureCookieMap (#2502)
|
||||
- feat(http): support cert, key options in serveTls (#2508)
|
||||
- feat(http/cookie): add set-cookie headers parser (#2475)
|
||||
- feat(http/file_server): return 404 response if file not found (#2529)
|
||||
- feat(node): add types to fs/promises (#2518)
|
||||
- feat(node): Handle "upgrade" event (#2457)
|
||||
- feat(node): use Deno.serve() API for Node http polyfill (#2537)
|
||||
- feat(testing/asserts): add assertNotInstanceOf (#2530)
|
||||
- fix(collections): edge cases for BinaryHeap (#2525)
|
||||
- fix(node): zlib bindings should use nextTick import (#2560)
|
||||
- fix(node/events): export static setMaxListeners, listenerCount (#2523)
|
||||
- fix(node/util.types): stricter checking of TypedArray (#2528)
|
||||
- fix(testing): better assertEqual diff for object getters (#2509)
|
||||
|
||||
### 0.152.0 / 2022.08.11
|
||||
|
||||
- feat(crypto): add subtle.timingSafeEqual() (#2503)
|
||||
|
@ -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.152.0";
|
||||
export const VERSION = "0.153.0";
|
||||
|
Loading…
Reference in New Issue
Block a user