Skip to content

2.11

Latest
Compare
Choose a tag to compare
@Quillraven Quillraven released this 04 Jan 17:57
· 3 commits to master since this release

Changelog:

  • NEW: add plusAssign and minusAssign to MutableEntityBag
  • NEW: add most of the EntityBag functions to the Family class. This makes it a little shorter to write. E.g. instead of family.entities.all you can now write family.all
  • NEW: add toString to MutableEntityBag and Bag
  • NEW: add entityBagOf, mutableEntityBagOf and emptyEntityBag functions
  • NEW: add plusAssign of a family to MutableEntityBag
  • NEW: new EntityBagIterator class (see wiki)
  • NEW: add indexOfFirst and indexOfLast to EntityBag and Family
  • UPDATE: update following versions
    • gradle 8.11.1 -> 8.12
    • Kotlin 2.0.21 -> 2.1.0
    • dokka 1.9.20 -> 2.0.0
    • kotlinx-benchmark: 4.12 -> 4.13
  • BUGFIX: fix documentation issue in take function of EntityBag