Releases: kovacsv/occt-import-js
Releases · kovacsv/occt-import-js
occt-import-js 0.0.22
occt-import-js 0.0.21
Changes:
- 🐞 Fix unit handling in an edge case.
occt-import-js 0.0.20
occt-import-js 0.0.19
Changes:
- 🚀 Use wasm-exceptions for better performance and lower file size #29
occt-import-js 0.0.18
Changes:
- Include BRep faces in the result #25 (thanks to Florian Kostenzer)
- Reduce wasm file size #26
Important notes:
- 💥 Breaking change:
face_colors
are now replaced withbrep_faces
that contains all the faces from the original b-rep, even if the face has no specified color. - The wasm file size is much smaller now, but it has a slight effect on performance. The wasm file reduced by ~40%, but the speed decreased by ~15%. It was a trade-off, let me know if this breaks your workflow.
occt-import-js 0.0.17
- Colors not working in dm1-id-214.stp #23
occt-import-js 0.0.16
occt-import-js 0.0.15
- Updated emscripten to 3.1.28.
- Updated mingw to 7.1.0.
- Updated occt to V7_7_0.