All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2020-04-28
- Migration guide
- Examples for demonstrating and testing purposes
- Contributor Covenant Code of Conduct
- Several tests
- Raycasting voxelization algorithm raycasts from x, y and z direction (#3)
- Color voxelization support
- Modular architecture supporting various voxelization algorithm implementations
- Bundling with Webpack
- Automatic publishing to NPM on release
- Automatic JSDoc genreation with jsdoc-action and upload to GitHub Pages
- Automatic coverage generation and upload to Coveralls
- Automatic testing of the project
- Automatic building of the project
- New logo!
- Package main entry exports named exports instead of one main class
- Remove 3rd party file loader in favour of native three.js example loaders