Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

1.1.0

Choose a tag to compare

@Hladikes Hladikes released this 24 Jul 20:42
· 8 commits to master since this release

Features

  • Now you can write http-method-specific routes within a route path string (GET /post/:id, POST /post (documentation section comming soon))
  • You can import Routes type in case you want to define your routes object outside the createHandler function

Chore

  • json, text and redirect util methods moved to util.ts (still exported in mod.ts)