Sync to released Jecs 0.5.5-nightly.20250413T001101Z (#32)

Reviewed-on: #32
This commit is contained in:
marked 2025-04-13 02:11:20 +02:00
parent f41558cadc
commit 024bb62b3b
10 changed files with 121 additions and 179 deletions

View file

@ -23,6 +23,8 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
- This should allow a more lenient window for modifying data
- Changed `OnRemove` to lazily lookup which archetype the entity will move to
- Can now have interior structural changes within `OnRemove` hooks
- Optimized `world:has` for both single component and multiple component presence.
- This comes at the cost that it cannot check the component presence for more than 4 components at a time. If this is important, consider calling to this function multiple times.
## [0.5.0] - 2024-12-26