Skip to content

Releases: GGAlanSmithee/Entities

3.0.0

19 Nov 13:59
e93df15
Compare
Choose a tag to compare

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

31 May 06:41
b82be15
Compare
Choose a tag to compare

Fixes an issue where EntityManager.newEntity would use all registered components instead of just the ones passed in.

Version 2.2.0

31 May 06:10
8a563c2
Compare
Choose a tag to compare

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

26 May 13:21
Compare
Choose a tag to compare

Adds package.module entry, pointing to the es6 module export for better wepack compatability.

Version 2.0.0

04 Apr 13:33
Compare
Choose a tag to compare

A YUUUUUUGE update which improves the library in any and every way. Read the docs for more info