Skip to content

Releases: TypedRest/TypedRest-TypeScript

0.4.1

Choose a tag to compare

@github-actions github-actions released this 02 May 10:02

NPM package

Changes

  • Fixed multipart form upload
  • Tolerate malformed JSON bodies in error responses

0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Feb 13:11

NPM package

Changes

  • Renamed BlobEndpoint.upload() to .uploadFrom()
  • Renamed UploadEndpoint.upload() to .uploadFrom()
  • Made UploadEndpoint.uploadFrom() extract file name from File object instead of separate fileName parameter

0.3.7

Choose a tag to compare

@github-actions github-actions released this 10 Apr 20:26
  • Updated dependencies

0.3.6

Choose a tag to compare

@github-actions github-actions released this 12 Mar 12:25
  • Updated dependencies

0.3.5

Choose a tag to compare

@github-actions github-actions released this 13 Jul 15:41
6b2a013
  • Made same-module imports use explicit paths
  • Updated dependencies

0.3.4

Choose a tag to compare

@github-actions github-actions released this 18 Dec 11:08

Updated urijs dependency to 1.19.6

0.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Nov 15:38

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

0.3.2

Choose a tag to compare

@github-actions github-actions released this 03 Nov 12:37
  • Added missing abort signals for some ElementEndpoint methods

0.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Sep 10:53
  • Added field data to HttpError containing full JSON response

0.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 12:33
  • Support for canceling requests with AbortSignal