guerro323 / GameHost

MIT License
0 stars 0 forks source link

Bump DefaultEcs from 0.14.3 to 0.15.1 #74

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps DefaultEcs from 0.14.3 to 0.15.1.

Release notes

Sourced from DefaultEcs's releases.

DefaultEcs 0.15.1

added Entity.Set with no parameter (fix for Unity IL2CPP)
added EntityRecord.Set with no parameter (fix for Unity IL2CPP)

nuget package

DefaultEcs 0.15.0

breaking changes:
removed Entity.SetAsChildOf
removed Entity.SetAsParentOf
removed Entity.RemoveFromChildrenOf
removed Entity.RemoveFromParentsOf
removed Entity.GetChildren
removed EntityRecord.SetAsChildOf
removed EntityRecord.SetAsParentOf
removed EntityRecord.RemoveFromChildrenOf
removed EntityRecord.RemoveFromParentsOf
removed AEntityBufferedSystem changed TextSerializer format for pure List and Dictionary types
changed TextSerializer format for Guid changed EntityCommandRecorder.CreateEntity parameters, now takes directly the world on which to create the entity
changed EntityCommandRecorder.Execute parameters, now takes no parameter
renamed AEntitySystem to AEntitySetSystem renamed AEntitiesSystem to AEntityMultiMapSystem renamed EntitiesMap to EntityMultiMap

fixed invalid IsEnable component state when serializing with a SerializationContext

added World.SubscribeWorldDisposed method
added AComponentSystem.World property
added AEntitySetSystem.Set property added AEntitySetSystem.World property
added AEntitySetSystem constructor override with factory
added AEntitySetSystem constructor override with boolean useBuffer to replace AEntityBufferedSystem
added EntityMultiMap.MultiMap property added EntityMultiMap.World property
added EntityMultiMap constructor override with factory
added EntityMultiMap constructor override with boolean useBuffer added EntityRuleBuilder.AsEnumerable method
added EitherBuilder.AsEnumerable method

nuget package

DefaultEcs 0.14.4

added quote and multiline string support to TextSerializer added EntityRuleBuilder.Copy to duplicate an EntityRuleBuilder added EntityRuleBuilder.AsMap with capacity parameter added EntityRuleBuilder.AsMultiMap with capacity parameter added EntitiesMap.Count to get the number of entities for a given key added AResourceManager.Resources to get all resources loaded

... (truncated)

Commits
  • 1a30755 updated releasenotes
  • c5c1217 changed test
  • f7daabd added Entity.Set with no parameter (fix for Unity IL2CPP)
  • e68cb19 Create FUNDING.yml
  • b5c74a3 added Svelto.ECS to benchmark
  • cd9a17e added triple compoent benchmark
  • d4e0438 added Leopotam.Ecs to benchmark
  • e9ea2d6 fixed DefaultSlap sample
  • 1a9b8ff updated samples with DefaultEcs.Analyzer
  • 89111ad Updated RELEASENOTES and documentation api
  • 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 3 years ago

Looks like DefaultEcs is up-to-date now, so this is no longer needed.