update roadmap

This commit is contained in:
BlackMATov
2024-12-09 12:33:23 +07:00
parent 6470b0a72b
commit 605bfff612

View File

@@ -22,3 +22,7 @@
- [x] add registry.batch_set
- [x] rename include/exclude/execute to query_include/exclude/execute
- [x] rename entities/components to chunk_entities/components
- [ ] remove registry.apply to avoid encouraging incorrect patterns
- [ ] add on_set, on_assign, on_insert, on_remove callbacks
- [ ] add initial component fragment
- [ ] add constructor component fragment