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

Bump DefaultEcs from 0.16.2 to 0.17.2 #114

Open
wants to merge 1 commit into
base: v3-dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Bumps DefaultEcs from 0.16.2 to 0.17.2.

Release notes

Sourced from DefaultEcs's releases.

DefaultEcs 0.17.2

Bug fixes

  • fixed a specific case when an Entity is removed from a EntitySortedSet (thanks to @​Helco)

nuget package

DefaultEcs 0.17.1

Fixes

  • fixed WorldRecord.Set (#148)
  • fixed previous component value retrieval when a component is removed during a added/changed callback (#146)
  • fixed World.Optimize breaking the component references when entities share a component (#156 thanks to @​iHell)

nuget package

DefaultEcs 0.17.0

breaking changes: remove EntityCommandRecorder.CreateEntity method, see new WorldRecord type renamed EntityMap.ContainsEntity method to Contains renamed EntityMultiMap.ContainsEntity method to Contains


added IEntityContainer type as common base interface for all entity container (EntitySet, EntitySortedSet, EntityMap, EntityMultiMap) added EntityCommandRecorder.Record(World) method added WorldRecord type to record action on World added EntitySet.EntityAdded event added EntitySet.EntityRemoved event added EntityMap.EntityAdded event added EntityMap.EntityRemoved event added EntityMultiMap.EntityAdded event added EntityMultiMap.EntityRemoved event added EntitySortedSet type (#113) added EntityQueryBuilder.AsSortedSet methods to create EntitySortedSet added AEntitySortedSetSystem type added debug view for EntitySortedSet added debug view for EntityMap added debug view for EntityMultiMap

nuget package

DefaultEcs 0.17.0-beta1

breaking changes: remove EntityCommandRecorder.CreateEntity method, see new WorldRecord type


added EntityCommandRecorder.Record(World) method added WorldRecord type to record action on World

... (truncated)

Commits
  • 3ecf7e3 Update NEXT_RELEASENOTES.txt
  • aa97a00 Fix EntitySortedSet.Remove while fully used
  • 6877765 Updated RELEASENOTES and documentation api
  • 7d770fd updated documentation (#147)
  • 2d8f8bf updated documentation (closes #139)
  • 91ed85a Update README.md
  • 860e0b6 fixed World.Optimize breaking the component references when entities share a ...
  • 84fd55c fixed previous component value retrieval when a component is removed during a...
  • 62ed594 Fix some typos in the readme
  • 042222a fixed WorldRecord.Set (fixes #148)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [DefaultEcs](https://github.com/Doraku/DefaultEcs) from 0.16.2 to 0.17.2.
- [Release notes](https://github.com/Doraku/DefaultEcs/releases)
- [Changelog](https://github.com/Doraku/DefaultEcs/blob/master/Release.bat)
- [Commits](Doraku/DefaultEcs@0.16.2...0.17.2)

---
updated-dependencies:
- dependency-name: DefaultEcs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2022
@dependabot dependabot bot requested a review from guerro323 February 21, 2022 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant