guerro323 / GameHost

MIT License
0 stars 0 forks source link

Bump DefaultEcs from 0.16.2 to 0.17.2 #114

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

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)