Skip to content

Latest commit

 

History

History
68 lines (30 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

68 lines (30 loc) · 2.81 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.51 (2021-03-17)

Note: Version bump only for package @thi.ng/geom-splines

0.5.50 (2021-03-12)

Note: Version bump only for package @thi.ng/geom-splines

0.5.0 (2020-02-25)

Features

  • geom-splines: add openCubicFromBreakPoints(), refactor, #208 (1882262)
  • geom-splines: add openCubicFromControlPoints(), #208 (1a95d94)
  • geom-splines: add sampleCubicArray(), sampleQuadraticArray(), #208 (bfc09db)

0.4.0 (2019-08-21)

Features

  • geom-splines: add cubicTangentAt / quadraticTangentAt() (e1cf355)

0.3.1 (2019-07-31)

Bug Fixes

  • geom-splines: fix seg count in cubicFromArc(), minor optimizations (e289ade)

0.3.0 (2019-07-12)

Bug Fixes

  • geom-splines: add full circle check for cubicFromArc() (3e386f7)
  • geom-splines: fix #100, replace cubicBounds impl (6c64b88)

Features

  • geom-splines: add closedCubicFromBreak/ControlPoints, update readme (1284f37)

0.2.0 (2019-07-07)

Features

  • geom-splines: enable TS strict compiler flags (refactor) (748417b)

0.1.0 (2019-02-05)

Features

  • geom-splines: extract from geom as new package (027150a)