Skip to content

v1.0.0

Compare
Choose a tag to compare
@robertcorponoi robertcorponoi released this 29 Sep 03:27
· 5 commits to master since this release
  • Made the Vector, Box, Circle, and Polygon classes into their own individual exports instead of having to be created through the Collider2d class.
  • Removed the reference to Box in Polygon to clear up a circular dependency.
  • Updated documentation to reflect new API.
  • Updated tests to match new API.
  • Removed unnecessary types.
  • Started renaming filse to use underscores to follow JavaScript guidelines.
  • Updated dev-dependencies to their latest versions and fixed all security vulnerabilities.
  • Updated npm scripts to remove existing files before building/bundling to avoid issues with old code.
  • Renamed lib directory to build to be consistent with other projects.