v7.0.1
- optimized Array functions
- optimized checkCollisions for case when both bodies are convex
- improved readme
- fixed corner case with concave detection when any of polygons having nonzero position
breaking changes since detect-collisions@^6:
- Types -> BodyType
- BodyOptions.center -> BodyOptions.isCentered
- Collider -> BodyProps
- RaycastResult -> RaycastHit | null
- System.CollisionState -> removed