Features
rest.get<RequestType, ResponseType, RequestParamsType>(url, resolver)
- Validates the value given to the
setupWorker
/setupServer
functions to be a spread list of handlers, not an Array (#400, #402).
Bug fixes
- Fixes an issue that caused a TypeScript compilation to fail when importing the
graphql
handler by exporting theGraphQLRequestParsedResult
type from the package (#425).