Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.19 KB

changelog.md

File metadata and controls

28 lines (21 loc) · 1.19 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.

[0.2.1] - 2018-10-17

Added

  • Added Adapters and Utilities to support translation between common imaging toolkits (Cornerstone, VTK.js) and DICOM Structured Reports. Utilities are tied to the DICOM Standard and help build compliant files. Adapters are specific to the toolkits in question and help make it easier for developers to use the Utilities.

Note: These are generally still a work in progress. We are currently only confident in the Cornerstone Length adapter, and the Utilities (TID1500, TID1501, TID300, Length) which back it.

[0.2.0] - 2018-10-02

Added

Changed

  • BitArray class provides static methods to pack and unpack bit and bytes to support dicom SEG encoding.

[0.1.5] - 2018-08-23

Fixed

  • Fixed dcmjs compatibility with IE11

[0.1.4] - 2018-08-23

Added

  • Added Webpack and babel to replace Rollup