Skip to content

0.153.0

Compare
Choose a tag to compare
@denobot denobot released this 24 Aug 22:18
· 2552 commits to main since this release
28956f7

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)