Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

v4.1.0

Compare
Choose a tag to compare
@vanruesc vanruesc released this 28 Jan 15:35
· 89 commits to main since this release
  • Demo
    • Added dispose method that can be overriden to free custom resources and listeners.
    • Added update method that can be overriden to update the demo's state each frame.
    • Removed ready field.
  • DemoManager
    • Improved error handling.
    • Renamed ConstructorParameters to DemoManagerOptions and included this interface in the documentation.
  • Updated dependencies.
  • Improved documentation.
  • Doc comments will now be included in the npm package alongside types.
  • Improved GitHub actions workflows.
  • Removed build and public folder from the repository.