Releases: isaac-mason/arancini
Releases · isaac-mason/arancini
@arancini/react@6.2.0
@arancini/events@6.3.1
@arancini/events@6.3.1
@arancini/events@6.3.0
@arancini/events@6.3.0
@arancini/events@6.2.0
@arancini/events@6.2.0
@arancini/core@6.3.1
Patch Changes
- 56437fc: fix: when adding components with world.update add components before emitting events
- @arancini/events@6.3.1
@arancini/core@6.3.0
@arancini/core@6.2.0
Minor Changes
-
9096041: feat: stop using bitsets for query evaluation, evaluate queries using object keys
The bitset implementation as-is is slower than just checking object keys, even for large numbers of component types.
This may be revisited in the future, but for now, arancini will use object keys for query evaluation to improve performance and simplify the library.
-
9096041: feat: remove World components constructor parameter and
registerComponents
There is no longer any need to register components when creating a world.
Patch Changes
- @arancini/events@6.2.0