Skip to content

Latest commit

 

History

History
141 lines (55 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

141 lines (55 loc) · 5.28 KB

Changelog

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

2.10.0 (2024-02-04)

Features

  • use 3D positions for circle (5bb9e3b), closes #15

2.9.1 (2022-10-26)

Bug Fixes

  • ccw triangle order for rounded rectangle edges (c04dc96)

2.9.0 (2022-09-22)

Features

  • add phi/thetaOffset (1ea22da)
  • add rounded rectangle and stadium (0dd9d9e)

2.8.0 (2022-09-14)

Features

  • add elliptical geometries (ellipse, superellipse, squircle, reuleux) (ba5b72f)

2.7.0 (2022-06-15)

Features

2.6.0 (2022-04-15)

Features

  • capsule: add roundSegments (4a0ca75)
  • rounded-cube: add roundSegments and edgeSegments (98741b9)

2.5.0 (2022-04-11)

Bug Fixes

  • plane: hardcode normals from direction (18e2423)
  • torus: default radius and minorSegments (14c5256)

Features

Performance Improvements

  • move iterator in increment expression + remove assignment to 0 (default with TypedArrays) (d0dbfbc)
  • circle: extract t value for cos/sin (5d1c7dd)

2.4.0 (2022-04-06)

Bug Fixes

  • capsule: wrong cell order (0aa7efb)

Features

  • add phi/theta for all geometries (b3afdf8)

2.3.0 (2022-04-06)

Features

  • add tetrahedron + add icosahedron (cd341d2)
  • cylinder: add capBaseSegments option (92dc090)
  • add plane direction + refactor computePlane for use in both plane and cube (a5392c3)
  • circle: add theta and closed options (cf34b04)

2.2.0 (2021-10-02)

Features

  • add exports field to package.json (09700e2)

2.1.0 (2021-08-16)

Features

2.0.1 (2021-06-15)

2.0.0 (2021-04-27)

Code Refactoring

  • use ES modules and move to typed arrays (d6f2aed)

BREAKING CHANGES

  • switch to type module and move to typed arrays