v2.3.4
serverstruct
2.3.0
Minor Changes
- 09841cf: Add custom error message for missing context value
- 9121a54: Add
schemas()for defining route schemas
2.2.0
Minor Changes
- 8687fd7: Support
router.mount()mounting multiple sub-apps at once using box
2.1.0
Minor Changes
- 45cd71f: Add
router.document()for serving OpenAPI docs
2.0.0
Major Changes
- 3aadc73: Remove deprecated
OpenApiPaths.routes()— userouter.route()instead - 3aadc73: Remove deprecated
createRouter— useuseRouterinstead - 3aadc73: Upgrade to getbox@v2
1.4.0
Minor Changes
- 597d6f1: Replace
OpenApiPaths.routeswithOpenApiRouter.routeand deprecateOpenApiPaths.routes - 597d6f1: Replace
createRouterwithuseRouterand deprecatecreateRouter
1.3.0
Minor Changes
- 11e53bd: Add
routefunction for defining standalone OpenAPI routes
Patch Changes
- a97a191: Use transient for controller, handler, eventHandler, middleware and route constructors
1.2.0
Minor Changes
- 0031700: Add OpenAPI Integration
- 0031700: Add OpenTelemetry Integration
- 0031700: Re-export
servefunction H3
1.1.0
Minor Changes
-
2d657d5: Add
handler,eventHandlerandmiddlewarefunctionsAdd request-scoped
Contextwith thecontextfunction.
1.0.0
Major Changes
- 78a41c4: Release v1
0.4.0
Minor Changes
-
84d056e: Migrate from
honoandhollywood-ditoh3andgetbox.Replace
createModule()withapplication(fn, box?)andcontroller(fn).
0.3.0
Minor Changes
- bffca37: Rename createRoute to createModule
0.2.0
Minor Changes
- fa4e3da: Replace createController/createModule API with createRoute
0.1.1
Patch Changes
- 609146c: Bump CI node version to v18