Skip to content

Releases: InsightSoftwareConsortium/ITK-Wasm

v4.0.0

11 Jun 01:35
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2017-06-11)

Features

  • formats: add BioRad support. (e96e7339)

v3.0.0

07 Jun 03:01
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2017-06-06)

Bug Fixes

  • config: improve default configuration for ImageIOs and WebWorkers paths (edf6a367)

Features

  • Formats: add support for the VTK legacy file format (04a7e70c)
  • config: make the location of the ImageIOs and web workers configurable (61db76a1)
  • formats:
  • readers:
    • implement itkreadImageBlob (a1daf8d4)
    • implement readImageArrayBuffer (7cc55013)

Breaking Changes

  • require('itk/itkreadImageFile.js') is now require('itk/readImageFile.js')

(fafb86e7)

  • require('itk/dist/itkreadImageFile.js') is now require('itk/itkreadImageFile.js')

(0e6b4ba1)

v2.2.0

31 May 03:46
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2017-05-31)

Features

v2.1.0

30 May 20:51
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-05-30)

Features

  • Formats: add support for the VTK legacy file format (04a7e70c)
  • readers:
    • implement itkreadImageBlob (a1daf8d4)
    • implement readImageArrayBuffer (7cc55013)

v2.0.0

29 May 15:03
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-05-29)

Bug Fixes

  • dependencies: add promise-worker-transferable and promise-file-reader to dependencies (e74338f3)
  • readers: remote itkreadImage.js and itkreadBlob.js (a14417dd)

Features

  • Docker: enable all IO modules in the Docker image (6aa7136a)
  • Matrix:
    • add getMatrixElement, setMatrixElement (96b133a1)
    • add copy constructor (7a6490ce)
  • build: uglify generated web workers (a4449cbb)
  • readers: implement readImageFile (a538ec7c)

Breaking Changes

  • Emscripten modules no longer wrapped as UMD modules.

(a538ec7c)

v1.0.1

25 May 03:33
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-05-25)

Bug Fixes

  • release: Remove unwanted file in npm dist (2e7aa149)

v1.0.0

24 May 23:57
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-05-24)

Bug Fixes

  • circle: Try to fix build (0821168c)
  • module-api: update calls from ITKPNGImageIO to ITKImageIO (5540edf8)

Features

  • formats: add initial DICOM format support (dc4efb41)