Skip to content

0.186.0

Compare
Choose a tag to compare
@denobot denobot released this 04 May 14:33
· 2038 commits to main since this release
699ba98

0.186.0 / 2023.05.04

  • BREAKING(path): deprecate path.sep (#3342)
  • feat(async): support signal on deadline() (#3347)
  • feat(async/pool): use browser compatible APIs (#3350)
  • feat(http): add HTTP_METHODS, HttpMethod, and isHttpMethod (#3309)
  • feat(uuid): add pre-defined namespace UUIDs (#3352)
  • fix(http/file_server): fix Range header handling (#3354)
  • fix(http/server): flaky 'address in use' error (#3333)
  • fix(http/server_sent_event): fix Uncaught TypeError if created without
    optional EventInit (#3356)