Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.47 KB

Change Log

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.

1.0.41 (2024-04-20)

♻️ Refactoring

1.0.0 (2023-11-12)

🛑 Breaking changes

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

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

0.6.0 (2023-04-19)

🚀 Features

  • add ANode.mapLocalPointToGlobal(), update 2D/3D impls (b1d30ef)