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.
- Fix - Fail to find the image element in a DICOM file with corrupt private Sequence/SIEMENS tags. Issue #114
- Re-added named exports that were accidentally deleted in 1.8.2
- Added default export named 'dicomParser' to the module
- Fix module field inside package.json was pointing to src file that is not present in new npm module, pointed it to dist folder now. (issue#91)
- (Webpack) Issue #85: Output global object must be 'this'
- Updated Webpack to version 4
- DIST folder is now removed from the repository
- Add an example of DICOM PDF parsing and display (https://rawgit.com/cornerstonejs/dicomParser/master/examples/encapsulatedPDF/index.html) (thanks @andrebot)
- Fix module name in webpack (thanks @adreyfus)
- Fix import / export extensions for use as a native ES6 module (thanks @kofifus)