Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.22 KB

changelog.md

File metadata and controls

33 lines (25 loc) · 1.22 KB

Changelog

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.

[1.8.5] - 2020-02-28

Fixed

  • Fix - Fail to find the image element in a DICOM file with corrupt private Sequence/SIEMENS tags. Issue #114

[1.8.3] - 2018-12-05

Fixed

  • Re-added named exports that were accidentally deleted in 1.8.2

[1.8.2] - 2018-12-05

Added

  • Added default export named 'dicomParser' to the module

[1.8.1] - 2018-05-16

Fix

  • 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'

[1.8.0] - 2018-04-12

Changed

  • Updated Webpack to version 4
  • DIST folder is now removed from the repository

[1.7.6] - 2017-11-04