Releases: umut-sahin/bevy-persistent
Releases · umut-sahin/bevy-persistent
v0.10.0
v0.9.0
New Features
- Updated to
bevyv0.17 - Update to
ronv0.11 - Update to
tomlv0.9
v0.8.0
New Features
- Updated to Bevy v0.16
v0.7.0
New Features
- Updated to Bevy v0.15
v0.6.0
New Features
- Updated to Bevy v0.14
v0.5.0
New Features
- Updated to Bevy v0.13
v0.4.3
Fixes
- Double logging on reverting to default in memory failure is removed.
- Serializing to the invalid type (Option instead of ) is fixed.
v0.4.2
Chores
- Serialize feature of Bevy is disabled
- It turns out that it wasn't necessary either. With this change, the library doesn't depend on any features of Bevy, including the default ones, which should be nice for libraries built on top.
v0.4.1
Chores
- Default features of Bevy are disabled
- Only
serializefeature was required for the library, so the remaining features are disabled for better compatibility with other Bevy libraries
- Only
v0.4.0
New Features
- Updated to Bevy v0.12
- Note that reflection is not working due to bevyengine/bevy#10393