Skip to content

v1.6.2

Compare
Choose a tag to compare
@yusukebe yusukebe released this 06 Jul 02:02

Summary

BREAKING CHANGES (Deno) !!

Obsolete app.fire() for Deno. Instead of that, write this:

serve((req) => app.fetch(req))

What's Changed

  • refactor(deno): [BREAKING] obsolete app.fire() by @yusukebe in #343

Full Changelog: v1.6.1...v1.6.2