Releases: oculus42/openscad-poly-tools
Releases · oculus42/openscad-poly-tools
0.10.1
Updated build tools to mitigate vulnerabilities.
0.10.0
- Add 'stl' library for import
- Add load/save/format/process functions to Node package
- Separate exports for Web and Node
- Housekeeping on README
0.9.0
Point package.json "main" to the dist library. Now that we have a UMD version of the library, there's no reason to point people to the dev source.
Add CodeClimate badge.
0.8.0
- Remove lodash dependency.
- Add node/UMD build to Webpack
- Add CHANGELOG
- Add html folder with STL to OpenSCAD convertor based on Riham's original.
0.7.0
Switched to lodash/* package rather than including complete lodash.
Added Webpack 4 build and included dist files in NPM package.
0.6.0
Consistent function signatures. Cleaned up README.