Skip to content

2.10

Latest
Compare
Choose a tag to compare
@Quillraven Quillraven released this 05 Nov 09:14

Changelog:

  • NEW: new single and singleOrNull functions for EntityBag
  • UPDATE: comparator and sortingType of a system are protected again instead of private
  • UPDATE: update following versions
    • gradle 8.10 -> 8.10.2
    • Kotlin 2.0.20 -> 2.0.21
    • kotlinx-serialization: 1.7.2 -> 1.7.3
    • kotlinx-benchmark: 4.11 -> 4.12
  • BUGFIX: fixed hashCode function of EntityBag. This fixes an issue if you have more than 64 components. (#159)

Shoutout to @AnderWoche for reporting the issues and helping in resolving them!