Releases: TypedRest/TypedRest-TypeScript
Releases · TypedRest/TypedRest-TypeScript
0.3.7
0.3.6
- Updated dependencies
0.3.5
- Made same-module imports use explicit paths
- Updated dependencies
0.3.4
0.3.3
(Generic)CollectionEndpoint.create()
now returns undefined
when server returns neither Location
header nor entity with ID in response body
0.3.2
- Added missing abort signals for some ElementEndpoint methods
0.3.1
- Added field
data
toHttpError
containing full JSON response
0.3.0
- Support for canceling requests with
AbortSignal
0.2.4
Producer|FunctionEndpoint.invoke()
never returnundefined
ElementEndpoint.set|merge|update()
return undefined instead of void when there is no response body
0.2.3
- Added input validation to
Indexer|CollectionEndpoint.get()