Skip to content

2.13

Latest

Choose a tag to compare

@Quillraven Quillraven released this 24 Mar 07:57
· 3 commits to master since this release

Changelog:

  • NEW: add firstNotNullOf and firstNotNullOfOrNull to family and EntityBag
  • NEW: new functionality for one-shot components (#178)
  • NEW: new wasRemoved extension function to check if an entity was removed from the world. This is useful if you reference entities in components and before you do something with them, you can now use this method to check if the reference is still valid
  • UPDATE: EMPTY_COMPARATOR has now public visibility (#176)
  • UPDATE: ComponentHolder are now also public (#177)
  • UPDATE: use qualified names instead of simple names for injectables (#175)
  • UPDATE: add operator keyword to some EntityBag iterator methods (#181)
  • UPDATE: fix documentation of some bag methods that incorrectly mentioned that they return a list instead of a bag
  • UPDATE: update following versions
    • Gradle 8.14.4
    • Kotlin 2.3.20
    • kotlinx-benchmark: 4.16
    • kotlinx-serialization: 1.10.0
    • Dokka: 2.1.0

New Contributors