guerro323 / GameHost

MIT License
0 stars 0 forks source link

Bump DefaultEcs from 0.16.2 to 0.17.0 #110

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps DefaultEcs from 0.16.2 to 0.17.0.

Release notes

Sourced from DefaultEcs's releases.

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 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

Commits
  • ba8e14d updated dependencies
  • 6735cf6 added IEntityContainer.World property
  • c3dc2bb renamed EntityMap.ContainsEntity method to Contains
  • c22eb4d added EntitySet.EntityAdded event
  • bfd84e7 updated DefaultDocumentation
  • fd388e4 updated faq (closes #133)
  • fc7a000 remove EntityCommandRecorder.CreateEntity method, see new WorldRecord type
  • f25440b updated documentation about thread safety (closes #128)
  • 909f992 updated CodeCoverage ci
  • ef9fb36 fixed test
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #113.