Releases: dcmjs-org/dicomweb-client
Releases · dcmjs-org/dicomweb-client
0.8.0
v0.7.0
v0.6.0
v0.5.2
Bug fixes
- Place quotation mark at correct position in accept header field in case transfer syntax is specified (this time for real, see ImagingDataCommons/dicom-microscopy-viewer#32 (comment))
0.5.1
Bug fixes
- Place quotation mark at correct position in accept header field in case transfer syntax is specified (addresses ImagingDataCommons/dicom-microscopy-viewer#32)
0.5.0
API changes
- Media Type and Transfer Syntax UID can now be specified for
retrieveInstance(),retrieveInstanceFrames()andretrieveInstanceFramesRendered()request methods (adopted from Python implementation https://github.com/clindatsci/dicomweb-client)
0.4.4
0.4.1
0.4.0
v0.3.2
[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