Skip to content

Releases: emgyrz/cubic_spline

1.0.0

16 Dec 12:23
Compare
Choose a tag to compare

Remove all deprecated items
Move demo page source outside of this repo

0.9.9

04 Nov 00:29
Compare
Choose a tag to compare

Make a cubic_spline::Result with the second default generic parameter

0.9.8

02 Nov 00:43
Compare
Choose a tag to compare

Refactor almost everything. See documentation for details.

0.9.3

25 Jul 23:43
Compare
Choose a tag to compare

Features:

  • Add options to bend ends of graph: hidden_point_at_start and hidden_point_at_end

0.9.2

25 Apr 22:23
Compare
Choose a tag to compare

Fix from @minecrawler: add rlib to crate-type for wasm32 targets

0.9.1

08 Feb 21:19
Compare
Choose a tag to compare
  • Add SplineOptsBuilder
  • Add two invert options: invert_x_with_width and invert_y_with_height
  • Update demo

0.9.0

08 Feb 19:42
Compare
Choose a tag to compare
  • Remove disallow_x_stepping_back option
  • Update demo