- Browser support
- WASM files are now Assets
- Upgraded to Bevy v0.10
- Code is now dual licensed under Apache-2.0 and MIT.
- Added anyhow
- Removed unwraps
- Added GitHub Actions workflow
- The CHANGELOG.md file
- Mods are now entities with a
WasmMod
component. - Mods can now be removed
- Mods can now be sent serialized events individually.
- Files restructured to be easier to understand.
- Protocol version calculation now correctly parses integers.
- Enabled sharing resources with mods.
- Mod startup systems are now run after the first update
- Updated cubes example to orbit around a center point
- Fixed issues with the README
- Protocol version checking
- Crate version now matches the major and minor version of Bevy