Releases: dcmjs-org/dicomweb-client
Releases · dcmjs-org/dicomweb-client
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
v0.3.1
v0.3.0
[0.3.0] - 2018-09-24
Added
- Added support for WADO-RS [RetrieveStudy](http://dicom.nema
.org/medical/dicom/current/output/chtml/part18/sect_6.5.html#sect_6.5.1) - Added support for WADO-RS RetrieveSeries
- Added support for WADO-RS RetrieveInstance
- Added support for WADO-RS RetrieveBulkData
- Added support for constructing WADO-URI URLs from the necessary parameters
Changed
- Switched from console.error() to throw new Error() for invalid handling input
Fixed
- Removed duplicated tests for StoreInstances
v0.2.0
[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.