- [Updated] Rollup config to include
three
,lodash
, andseedrandom
as external dependencies. (greatly reduced bundle size) - [Updated] Version requirement for
three
to>=0.137.0
- [Added] Rollup as the new bundling tool
- [Added]
CHANGELOG.md
- [Updated]
.gitignore
to only include relevant entries - [Updated] Copyright in license to 2023
- [Updated] Project dependencies to latest versions
- [Moved]
three
andlodash
to peer dependencies to prevent clashes from duplicate imports - [Removed] Infiniforge Server
- [Removed] Web server graphical demo
- [Removed] Webpack as the bundling tool
- [Removed]
tsconfig.esm
andtsconfig.cjs
in favor ofrollup.config.js
- [Removed] Extraneous scripts in
package.json
- [Removed] AirBnB style plugins from eslint