You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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