Skip to content

0.5.0

Compare
Choose a tag to compare
@sholladay sholladay released this 13 Aug 20:49
· 25 commits to master since this release
f1fc12f

Highlights πŸ”

  • Added a sponsors button to the GitHub repository, please consider sponsoring Pogo! πŸŽ‰
  • Added h.directory() and h.file() helpers for serving static assets
  • Added TypeScript docs and support for deno doc
  • Added named exports for all APIs as an alternative to the default export object, so you can now do import { router } instead of import pogo ... pogo.router
  • Added paramNames to routes stored in a router, which can be accessed via request.route.paramNames, for example
  • Added a new React on Server example, demonstrating server-side rendering of static markup with React
  • Updated the minimum supported Deno version to v1.2.0

Bug fixes πŸ›

  • Fixed problems with loading type definitions for React due to upstream changes on the https://deno.land/x registry
  • Fixed support for GitHub's link-to-definition feature in documentation code blocks, so you can click on code in the README, for example, to see where it's defined in the source code

All changes πŸ“š

v0.4.0...v0.5.0

Thanks ❀️

Some awesome people contributed to this release. Thank you to @afaur, @venikman, and @yereby!