2.2
- BUGFIX: fixed an issue that was introduced in version 2.1 which caused families to not get updated properly when used in a nested iteration way. Thanks to @ernespn for reporting this issue!
- NEW: added the
get
operator to theEntityBag
interface. This allows to do a normal for loop over a family. Thanks to @ScottHamper for the proposal and contribution! - UPDATE: updated Kotlin to 1.7.21