0.11.0
- Feat:
useContext
utility to access the SSR context (initialState
, etc) from anywhere. - Feat:
redirect
andwriteResponse
utilities to change response headers and status. #55 - Fix: Vite config properties such as
outDir
were ignored. #53 #62 - Fix: Types for
request
andresponse
object. #54 - Fix: Compatibility with
vite-plugin-legacy
. #63 #58