Releases: nonphoto/spring
Releases · nonphoto/spring
v3.0.1
v3.0.0
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 topositionAt
,velocity
renamed tovelocityAt
.
@nonphoto/spring-vector-v1.0.0
@nonphoto/spring-v1.0.1
@nonphoto/spring-v1.0.0
@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 topositionAt
,velocity
renamed tovelocityAt
.- Update function exports to use @thi.ng/vectors for