Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.59 KB

Changelog

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

Added

  • 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

Changed

  • New logo!
  • Package main entry exports named exports instead of one main class

Removed

  • Remove 3rd party file loader in favour of native three.js example loaders

0.1.3 - 2019-04-06

0.1.2 - 2019-04-04

0.1.1 - 2019-04-04

0.1.0 - 2019-04-04