- Fix entity destruction
- Add
em.capacity
- Hit 100% coverage
This release is largely a refactoring release to remove the concept of ComponentRegistry
from makr.
- Remove library namespace (through
makr.*
) - Remove
type
parameter fromEntity
's methods - Remove
System
andWorld
(see recipes for more information) - Use
TypedArray
to improve performances
- Convert library to CommonJS
- Release on NPM
Initial release