@thi.ng/math
Advanced tools
Comparing version 5.8.4 to 5.9.0
# Change Log | ||
- **Last updated**: 2024-01-30T21:37:19Z | ||
- **Last updated**: 2024-02-06T23:18:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,9 @@ | ||
## [5.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.9.0) (2024-02-06) | ||
#### 🚀 Features | ||
- add easing functions ([e4966fd](https://github.com/thi-ng/umbrella/commit/e4966fd)) | ||
- add easing functions, ported from [@thi.ng/shader-ast-std](https://github.com/thi-ng/umbrella/tree/main/packages/shader-ast-std) pkg | ||
## [5.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.8.0) (2024-01-26) | ||
@@ -14,0 +21,0 @@ |
@@ -7,2 +7,3 @@ export * from "./api.js"; | ||
export * from "./extrema.js"; | ||
export * from "./easing.js"; | ||
export * from "./fit.js"; | ||
@@ -9,0 +10,0 @@ export * from "./int.js"; |
@@ -7,2 +7,3 @@ export * from "./api.js"; | ||
export * from "./extrema.js"; | ||
export * from "./easing.js"; | ||
export * from "./fit.js"; | ||
@@ -9,0 +10,0 @@ export * from "./int.js"; |
{ | ||
"name": "@thi.ng/math", | ||
"version": "5.8.4", | ||
"version": "5.9.0", | ||
"description": "Assorted common math functions & utilities", | ||
@@ -54,2 +54,3 @@ "type": "module", | ||
"cubic", | ||
"easing", | ||
"hermite", | ||
@@ -93,2 +94,5 @@ "interpolation", | ||
}, | ||
"./easing": { | ||
"default": "./easing.js" | ||
}, | ||
"./eqdelta": { | ||
@@ -143,3 +147,3 @@ "default": "./eqdelta.js" | ||
}, | ||
"gitHead": "a86521dfac00768f7e51a607209325eb72004730\n" | ||
"gitHead": "ce8202c237a367c4038d41919a8acf75e1122507\n" | ||
} |
@@ -75,3 +75,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.09 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.63 KB | ||
@@ -78,0 +78,0 @@ ## Dependencies |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95978
46
2140