Skip to content

v0.28.3-dev.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 04:44

⛰️ Features

  • Allow untracking queries, and systems at runtime. Use AutoCloseable interface to allow untracking inline. - (08d84b3)

🚜 Refactor

  • Mark parts of observer builder as internal to not pollute api - (10104cc)

⚡ Performance

  • Switch to MutableObjectList in ArchetypeQueryManager, avoids list allocation on archetype creation. - (08d84b3)