Skip to content

Latest commit

 

History

History
88 lines (38 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

88 lines (38 loc) · 3.42 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

3.0.2 (2024-07-09)

3.0.1 (2024-02-05)

3.0.0 (2024-02-05)

Bug Fixes

  • check for first array element in fromPoints to determine if flat (c459e84), closes #24

3.0.0-alpha.4 (2023-06-01)

3.0.0-alpha.3 (2022-09-09)

Bug Fixes

3.0.0-alpha.2 (2022-07-12)

Features

3.0.0-alpha.1 (2022-07-07)

Bug Fixes

  • wrong pex-math import path (26b7b8a)

3.0.0-alpha.0 (2022-06-30)

Bug Fixes

  • remove unused import in plane (a880b57)

Code Refactoring

Features

  • add aabb containsPoint (37243ec)
  • add enum for plane side (43897e4)
  • change enum case to pascal case (40a4c06)
  • change hitTestPlane signature to use plane (35c7ca2)
  • handle TypedArray in aabb/rect.fromPoints (440d399)
  • remove getRayIntersection (f6ac708)
  • remove setPoints and change fromPoints signature (76f4b03)
  • rename rect/aabb.getPoints to getCorners (c96bca0)
  • rename setPoints to fromPoints (935451c)
  • update code, docs and tests (0826b88)

Performance Improvements

  • destructure plane.side plane argument (7b5643f)

BREAKING CHANGES

  • API rename and removals
  • switch to type module