Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 462 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 462 Bytes

Change Log

[1.2.2]

Bugfix

  • Tags not remounting after middlware (issue #4)

[1.2.1]

Added

  • Change Middleware callback parameters to (ctx,next,page)
  • Allowed use and tag to be used together on the same route declaration

[1.2.0]

Added

  • Middleware, tag can now be replace with use within route, which accepts a callback

[1.1.0]

Added

  • Default routes using '/', allowing subroutes to autoload when parent routehandler changes