Releases: SalemC/EntTS
Releases · SalemC/EntTS
v1.2.0
What's Changed
- Improved performance in EntityManager
getAllEntitiesWithComponentsmethod. - Removed abstract requirement for System
onUpdatemethod. - Added ability to retrieve systems from the SystemManager.
- Added more robust tests.
Full Changelog: v1.1.0...v1.2.0
QoL Changes
- Added
onEntityAddedandonEntityRemovedmethods to theSystemclass that are automatically called throughout the lifecycle of each System. - Added ability to 'destroy' entities, removing them entirely.
- Added
getAllEntitiesWithComponentsmethod to theEntityManagerclass.
Full Changelog: v1.0.3...v1.1.0
v1.0.3 - Public Release
1.0.3