Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 812 Bytes

BREAKING_CHANGES.md

File metadata and controls

23 lines (15 loc) · 812 Bytes

itk-wasm breaking changes

This is a log of itk-wasm breaking changes in the 1.0 beta pre-release. We work to limit any breaking changes to when they are needed, provide backwards compatible interfaces when possible, and document breaking changes. However, for long-term improvement of the package, breaking changes are occasionally needed. These changes are noted here.

For a log and guide when transitioning from itk.js to itk-wasm, please see the migration guide.

From 1.0.0-b.61 to 1.0.0-b.62

  • WASM renamed to Wasm in C++ classes.

From 1.0.0-b.51 to 1.0.0-b.52

  • The default itkwasm CLI build directory is emscripten-build instead of web-build.

From 1.0.0-b.49 to 1.0.0-b.50

  • Image.metadata is now a Map instead of an Object.