Skip to content

Releases: robertcorponoi/collider2d

v1.1.1

20 Feb 15:33
Compare
Choose a tag to compare
  • Updated dependencies to their latest versions.

v1.1.0

30 Sep 22:34
Compare
Choose a tag to compare
  • Added genericPoints Array to Polygon which is an Array of all of the points in the Polygon as just numbers instead of Vectors. This is useful for creating triangles from Polygons.

v1.0.1

29 Sep 15:13
0e50150
Compare
Choose a tag to compare

Hotfixes

  • Fixed case sensitive file names not carrying through in the last commit.
  • Fixed typings in package.json from lib/index.d.ts to build/index.d.ts.

v1.0.0

29 Sep 03:27
Compare
Choose a tag to compare
  • 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.