Skip to content

v6.2.0

Compare
Choose a tag to compare
@Prozi Prozi released this 23 Jul 22:20
· 332 commits to master since this release
  • added options parameter to createCircle (fixed #29)
  • added options parameter to createPoint
  • resigned from using clockwise(points) on points array of polygon - I thought that was necessary for proper rbush working with polygons but I don't think so anymore, if you encounter any problems with polygons not colliding properly please report asap thank you
  • fixed minor readme typo (in section about inserting bodies to test for collision the body name was collider instead of circle - there was no collider in that scope)
  • regenerated documentation and demos
  • published this version (6.2.0) obviously to npm - as 6.1.0 was missing there (I guess I must've forgotten)
  • fixed dev dependencies vulnerability with terser, now it's all green and clean again