MyGit

3.0.0

vercel-community/deno

版本发布时间: 2023-02-20 04:49:07

vercel-community/deno最新发布版本:3.1.1(2024-07-17 02:12:25)

The main breaking change in version 3 is that the function signature now uses the W3C standard Request and Response classes directly:

export default (req: Request) => {
  return new Response(`Hello, from Deno v${Deno.version.deno}!`);
};

Please see the migration guide for further details.

Major Changes

Minor Changes

Patches

Credits

Huge thanks to @katsuki-yuri and @kidonng for helping!

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-02-20发行的版本