- Last updated: 2026-04-18T11:32:55Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
2.0.36 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
2.0.0 (2025-02-25)
- switch to using option objects for node ctors (9b85ae7)
- BREAKING CHANGE: replace positional ctor args w/ options objects (aka named params)
- add
CommonNodeOpts,Node2DOpts,Node3DOpts - update all ctors:
ANode,Node2D,Node3D - migrate
enabled/displayflags toISceneNodeinterface - update tests
- add
- add
scaleWithReferencePoint()(60b388c)- add
ISceneNode.scaleWithReferencePoint()and impls inNode2D/Node3D - add/update
ISceneNodedoc strings - minor update/cleanup
ANode - add tests
- add
- add
scaleWithReferencePoint()(3cef74c)- add
ISceneNode.scaleWithReferencePoint()and impls inNode2D/Node3D - add/update
ISceneNodedoc strings - minor update/cleanup
ANode
- add
1.0.41 (2024-04-20)
- update type usage (6bf3ee1)
1.0.0 (2023-11-12)
- update ISceneNode, ANode (a2a2694)
- BREAKING CHANGE: add child ops to ISceneNode interface
- update ANode.deleteChild()
- simplify Node2/3 impls
0.6.32 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
- update/refactor tests to use bun test runner (8f6edb1)
- update/rename test files/imports (still many broken) (1cb3c49)
0.6.0 (2023-04-19)
- add ANode.mapLocalPointToGlobal(), update 2D/3D impls (b1d30ef)