Skip to content

Releases: dcmjs-org/dicomweb-client

0.8.0

03 Jun 01:11

Choose a tag to compare

Features

  • Request hooks to manipulate HTTP request messages (#36)

v0.7.0

07 May 18:29
b308c59

Choose a tag to compare

0.7.0 (2021-05-07)

Features

  • credentials: 请求时添加withCredentials属性 (#33) (b308c59)

v0.6.0

22 Apr 21:01
ee20303

Choose a tag to compare

0.6.0 (2020-04-22)

Features

  • error interceptor as a callback for non-200 responses (ee20303)

v0.5.2

21 Jul 17:45

Choose a tag to compare

Bug fixes

0.5.1

20 Jul 17:36

Choose a tag to compare

Bug fixes

0.5.0

20 Jul 17:20

Choose a tag to compare

API changes

  • Media Type and Transfer Syntax UID can now be specified for retrieveInstance(), retrieveInstanceFrames() and retrieveInstanceFramesRendered() request methods (adopted from Python implementation https://github.com/clindatsci/dicomweb-client)

0.4.4

10 May 19:23

Choose a tag to compare

Bug fixes

  • correctly decode multipart messages, where each part contains a header (thanks @vsaase!)

0.4.1

20 Nov 19:29

Choose a tag to compare

0.4.1 Pre-release
Pre-release

Bug fixes

Fix URL for WADO-URI RetrieveInstance requests

0.4.0

12 Nov 15:26

Choose a tag to compare

0.4.0 Pre-release
Pre-release

New features

  • Support for DICOMweb services that require a different URL path prefix for WADO-RS, QIDO-RS and STOW-RS
  • Support for Retrieve Rendered Transaction

v0.3.2

26 Sep 09:43

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

[0.3.2] - 2018-09-26

Added

  • Added DICOMWebClient.version and associated NPM script to make it easier to determine which version of the library is running in an application

Changed

  • Added Babel to the Rollup configuration to produce a transpiled version of the library which can run on all browsers above Internet Explorer 11