Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 503 Bytes

RELEASE.md

File metadata and controls

28 lines (19 loc) · 503 Bytes

Release Log

v0.2.9

  • Add Prefix handler to wrap a handler filtered by request url prefix
  • Add Use method for Group for supporting apply middleware with group and resolved #2

v0.2.8

New Features:

  • cookie support
  • custom error handler
  • custom routes' method

Improvements on internal middlewares:

  • return handler
  • static handler added more options

Added external middlewares

  • events
  • debug
  • renders

Added a new example dbweb

v0.1

First version