specs v0.12.0 Release Notes

Release Date: 2018-06-26 // almost 6 years ago
    • Join::open() and Storage::unprotected_storage_mut() have been marked unsafe. Thanks to @andrewhickman for discovering this unsoundness!
    • ➕ Add common Builder trait to EntityBuilder and LazyBuilder (#426)
    • ➕ Add common MarkedBuilder trait to EntityBuilder and LazyBuilder (#426)
    • ➕ Add LazyUpdate::exec_mut which allows adding a resource from a system (#433)
    • ➕ Add build_entity() to EntitiesRes so you can use builder syntax in a system.
    • ➕ Add marked() to LazyBuilder to keep parity with EntityBuilder (#420)
    • 🛠 Fix U64MarkerAllocator's internal index not being updated on saveload::DeserializeComponents (#420)