DefaultEcs 0.17.0
breaking changes:
remove EntityCommandRecorder.CreateEntity method, see new WorldRecord type
renamed EntityMap.ContainsEntity method to Contains
renamed EntityMultiMap.ContainsEntity method to Contains
added IEntityContainer type as common base interface for all entity container (EntitySet, EntitySortedSet, EntityMap, EntityMultiMap)
added EntityCommandRecorder.Record(World) method
added WorldRecord type to record action on World
added EntitySet.EntityAdded event
added EntitySet.EntityRemoved event
added EntityMap.EntityAdded event
added EntityMap.EntityRemoved event
added EntityMultiMap.EntityAdded event
added EntityMultiMap.EntityRemoved event
added EntitySortedSet type (#113)
added EntityQueryBuilder.AsSortedSet methods to create EntitySortedSet
added AEntitySortedSetSystem type
added debug view for EntitySortedSet
added debug view for EntityMap
added debug view for EntityMultiMap