All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
2.1.2 (2024-08-14)
2.1.1 (2024-07-09)
2.1.0 (2024-04-12)
- use correct component order for random.quat (7091313)
2.0.0 (2024-02-05)
2.0.0-alpha.2 (2023-08-30)
- add random quat (574efcd)
2.0.0-alpha.1 (2022-09-07)
2.0.0-alpha.0 (2022-07-06)
- add variadic random.fbm + add random.create for local PRNGs (6b5ea1f), closes #4
- remove default export (e43efec)
- use default argument values (59f05a1)
- use Number.MAX_SAFE_INTEGER (b57697a)
- remove intermediary const declaration in vec3InAABB (1210c7a)
- switch to type module
2.0.0 (2022-07-06)
- add variadic random.fbm + add random.create for local PRNGs (6b5ea1f), closes #4
- remove default export (e43efec)
- use default argument values (59f05a1)
- use Number.MAX_SAFE_INTEGER (b57697a)
- remove intermediary const declaration in vec3InAABB (1210c7a)
- switch to type module