specs v0.13.0 Release Notes

Release Date: 2018-10-28 // over 5 years ago
  • ๐Ÿš€ This release can be skipped; please use 0.14 instead.

    • Generation now internally uses the new NonZeroI32 from nonzero_signed, meaning Option<Entity> is the same size as Entity. Note this bumps the minimum supported rust version to 1.28.0 (#447).
    • ๐Ÿ‘Œ Improved saveload and added custom derive for components with Entity (#460)
    • โœ‚ Removed world::Bundle (#486, #505)
    • โšก๏ธ Updated Chapter 7: Setup to be more explicit, updated examples to follow that methodology (#487)
    • โž• Added some comments to the saveload example (#492)
    • โšก๏ธ Updated dependency versions (#494)
    • FlaggedStorage rewrite with single event channel instead of multiple for ordering. (#489)
    • ๐Ÿ‘‰ Make it possible to run on wasm (#495)