Skip to content

Bump DefaultEcs from 0.16.2 to 0.17.1#113

Closed
dependabot[bot] wants to merge 1 commit intov3-devfrom
dependabot/nuget/DefaultEcs-0.17.1
Closed

Bump DefaultEcs from 0.16.2 to 0.17.1#113
dependabot[bot] wants to merge 1 commit intov3-devfrom
dependabot/nuget/DefaultEcs-0.17.1

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps DefaultEcs from 0.16.2 to 0.17.1.

Release notes

Sourced from DefaultEcs's releases.

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

... (truncated)

Commits
  • 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)
  • 44fdf88 added to gitignore
  • 27b41e3 removed .vscode
  • 91ba946 Revert "changed DefaultParallelRunner implementation to rely on Thread for ta...
  • 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.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2022
@dependabot dependabot bot requested a review from guerro323 February 14, 2022 04:02
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Feb 21, 2022

Superseded by #114.

@dependabot dependabot bot closed this Feb 21, 2022
@dependabot dependabot bot deleted the dependabot/nuget/DefaultEcs-0.17.1 branch February 21, 2022 04:03
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