Skip to content

Releases: nonphoto/spring

v3.0.1

05 Oct 19:56
Compare
Choose a tag to compare

3.0.1 (2024-10-05)

Bug Fixes

  • Add files to package.json (f250dee)

v3.0.0

05 Oct 19:41
Compare
Choose a tag to compare

3.0.0 (2024-10-05)

Bug Fixes

  • Incorrect name order on Spring type (10dcb89)
  • Incorrect spring duration (1e142f7)
  • Update author field (a9e0a7d)

Features

  • Add more utility functions for working with SpringOptions (39a3f30)
  • Rework Spring type as array (d6e54e7)

BREAKING CHANGES

  • Spring is now an array, not an object. position renamed to positionAt, velocity renamed to velocityAt.

@nonphoto/spring-vector-v1.0.0

05 Oct 19:11
Compare
Choose a tag to compare

@nonphoto/spring-vector-v1.0.0 (2024-10-05)

Bug Fixes

@nonphoto/spring-v1.0.1

05 Oct 19:10
Compare
Choose a tag to compare

@nonphoto/spring-v1.0.1 (2024-10-05)

Bug Fixes

@nonphoto/spring-v1.0.0

05 Oct 19:02
Compare
Choose a tag to compare

@nonphoto/spring-v1.0.0 (2024-10-05)

Bug Fixes

  • Fixed incorrect calculation of damping and amplitude (d68b2f1)
  • Incorrect name order on Spring type (10dcb89)
  • Incorrect spring duration (1e142f7)
  • Update access to public (7b45eba)
  • Update package.json (4273288)

Features

  • Add more utility functions for working with SpringOptions (39a3f30)
  • Add support for multidimensional springs (8fa2a23)
  • Rename exports (0547d8c)
  • Rework Spring type as array (d6e54e7)

BREAKING CHANGES

  • Spring is now an array, not an object. position renamed to positionAt, velocity renamed to velocityAt.
  • Update function exports to use @thi.ng/vectors for

v2.0.1

09 Sep 00:45
Compare
Choose a tag to compare

2.0.1 (2024-09-09)

Bug Fixes

  • Fixed incorrect calculation of damping and amplitude (d68b2f1)

v2.0.0

08 Sep 22:57
Compare
Choose a tag to compare

2.0.0 (2024-09-08)

Features

  • Add support for multidimensional springs (8fa2a23)

BREAKING CHANGES

  • Update function exports to use @thi.ng/vectors for

v1.1.0

24 Aug 02:17
Compare
Choose a tag to compare

1.1.0 (2024-08-24)

Features