- Last updated: 2025-03-09T19:21:53Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-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.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
/display
flags toISceneNode
interface - update tests
- add
- add
scaleWithReferencePoint()
(60b388c)- add
ISceneNode.scaleWithReferencePoint()
and impls inNode2D
/Node3D
- add/update
ISceneNode
doc strings - minor update/cleanup
ANode
- add tests
- add
- add
scaleWithReferencePoint()
(3cef74c)- add
ISceneNode.scaleWithReferencePoint()
and impls inNode2D
/Node3D
- add/update
ISceneNode
doc 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)
0.6.0 (2023-04-19)
- add ANode.mapLocalPointToGlobal(), update 2D/3D impls (b1d30ef)