Skip to content

5.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 13:49
· 13 commits to main since this release
5.1.0
833e1e3

Changed

  • Renamed World to the more standard name Registry in multiple places.

Deprecated

  • World is now Registry
  • WorldQuery is now BoundQuery
  • .world attributes of Entity and BoundQuery are now .registry

Fixed

  • Updated EntityComponents.__ior__ type hints which were causing false positives.