Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #252

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Version Packages #252

merged 1 commit into from
Feb 13, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 13, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

arancini@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.

  • 82289e4: feat: remove arancini/pool entrypoint

    Object pools are no longer used internally, so @arancini/pool is no longer necessary.

Patch Changes

  • Updated dependencies [9096041]
  • Updated dependencies [9096041]
    • @arancini/core@6.2.0
    • @arancini/react@6.2.0
    • @arancini/systems@6.2.0
    • @arancini/events@6.2.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

@arancini/react@6.2.0

Patch Changes

  • Updated dependencies [9096041]
  • Updated dependencies [9096041]
    • @arancini/core@6.2.0

@arancini/systems@6.2.0

Patch Changes

  • Updated dependencies [9096041]
  • Updated dependencies [9096041]
    • @arancini/core@6.2.0

@arancini/events@6.2.0

Copy link

vercel bot commented Feb 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
arancini-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 13, 2024 11:23am

@isaac-mason isaac-mason merged commit c80a3df into main Feb 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant