Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 723 Bytes

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 723 Bytes

[1.0.7] - 2022-09-01

  • Fixed wrong location for the ts types definitions

[1.0.6] - 2022-08-01

  • Fixed issue #3
  • Added tests

[1.0.5] - 2022-05-17

  • Added more tests
  • Fixed issue #1
  • Moved three to peerDependencies

[1.0.4] - 2022-05-17

  • Moved three to devDependencies

[1.0.3] - 2022-03-04

  • Added a triangles intersection demo
  • Fix an issue where an intersection is found while the first three intersection tests are all positive or negative

[1.0.2] - 2022-03-02

  • Added rollup config to generate esm and cjs

[1.0.1] - 2022-03-01

  • Updated documentation in Readme
  • Updated package info

[1.0.0] - 2022-02-21

  • Added base code for `trianglesIntersect function and associated tests.