Releases: GGAlanSmithee/Entities
Releases · GGAlanSmithee/Entities
3.0.0
Total rewrite for better performance and a more intuitive API. Visit the changelog for changes and the migration guide for how to update from version 2.
Version 2.3.0
Fixes an issue where EntityManager.newEntity
would use all registered components instead of just the ones passed in.
Version 2.2.0
Fixes a critical bug where EntityManager.registerSystem
would register a system on entities with all registered components instead of just those passed in.
Version 2.1.4
Adds package.module
entry, pointing to the es6 module export for better wepack compatability.
Version 2.0.0
A YUUUUUUGE update which improves the library in any and every way. Read the docs for more info