Skip to content

Releases: dcmjs-org/dicomweb-client

v0.5.2

21 Jul 17:45
Compare
Choose a tag to compare

Bug fixes

0.5.1

20 Jul 17:36
Compare
Choose a tag to compare

Bug fixes

0.5.0

20 Jul 17:20
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.3.1

26 Sep 09:43
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

[0.3.1] - 2018-09-25

Fixed

  • Removed reference to 'window' so the library can be used in Node.js more easily

v0.3.0

24 Sep 09:37
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

[0.3.0] - 2018-09-24

Added

Changed

  • Switched from console.error() to throw new Error() for invalid handling input

Fixed

  • Removed duplicated tests for StoreInstances

v0.2.0

20 Sep 10:57
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

[0.2.0] - 2018-09-20

Added

  • Added support for STOW-RS StoreInstances

Changed

  • Switched from Mochify to Karma for running tests

Fixed

  • Fixed exit code from test.sh script to ensure Continuous Integration server properly reports failures.