Skip to content

Releases: TypedRest/TypedRest-TypeScript

0.3.7

10 Apr 20:26

Choose a tag to compare

  • Updated dependencies

0.3.6

12 Mar 12:25

Choose a tag to compare

  • Updated dependencies

0.3.5

13 Jul 15:41
6b2a013

Choose a tag to compare

  • Made same-module imports use explicit paths
  • Updated dependencies

0.3.4

18 Dec 11:08

Choose a tag to compare

Updated urijs dependency to 1.19.6

0.3.3

30 Nov 15:38

Choose a tag to compare

(Generic)CollectionEndpoint.create() now returns undefined when server returns neither Location header nor entity with ID in response body

0.3.2

03 Nov 12:37

Choose a tag to compare

  • Added missing abort signals for some ElementEndpoint methods

0.3.1

24 Sep 10:53

Choose a tag to compare

  • Added field data to HttpError containing full JSON response

0.3.0

23 Sep 12:33

Choose a tag to compare

  • Support for canceling requests with AbortSignal

0.2.4

18 Sep 08:08

Choose a tag to compare

  • Producer|FunctionEndpoint.invoke() never return undefined
  • ElementEndpoint.set|merge|update() return undefined instead of void when there is no response body

0.2.3

14 Sep 08:27

Choose a tag to compare

  • Added input validation to Indexer|CollectionEndpoint.get()