Skip to content

Latest commit

 

History

History
94 lines (38 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

94 lines (38 loc) · 3.47 KB

Changelog

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)

Features

  • use correct component order for random.quat (7091313)

2.0.0 (2024-02-05)

2.0.0-alpha.2 (2023-08-30)

Features

2.0.0-alpha.1 (2022-09-07)

Features

  • use simplex-noise 4.0.0 (6dcec5d), closes #6

2.0.0-alpha.0 (2022-07-06)

Code Refactoring

Features

  • 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)

Performance Improvements

  • remove intermediary const declaration in vec3InAABB (1210c7a)

BREAKING CHANGES

  • switch to type module

2.0.0 (2022-07-06)

Code Refactoring

Features

  • 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)

Performance Improvements

  • remove intermediary const declaration in vec3InAABB (1210c7a)

BREAKING CHANGES

  • switch to type module