All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added DICOMWebClient.version and associated NPM script to make it easier to determine which version of the library is running in an application
- Added Babel to the Rollup configuration to produce a transpiled version of the library which can run on all browsers above Internet Explorer 11
- Removed reference to 'window' so the library can be used in Node.js more easily
- 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
- Switched from console.error() to throw new Error() for invalid handling input
- Removed duplicated tests for StoreInstances
- Added support for STOW-RS StoreInstances
- Switched from Mochify to Karma for running tests
- Fixed exit code from test.sh script to ensure Continuous Integration server properly reports failures.