Releases: InsightSoftwareConsortium/ITK-Wasm
Releases · InsightSoftwareConsortium/ITK-Wasm
v4.0.0
v3.0.0
<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:
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
v2.1.0
v2.0.0
<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:
- build: uglify generated web workers (a4449cbb)
- readers: implement readImageFile (a538ec7c)
Breaking Changes
- Emscripten modules no longer wrapped as UMD modules.
(a538ec7c)