Releases: umut-sahin/bevy-persistent
Releases · umut-sahin/bevy-persistent
v0.7.0
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
serialize
feature 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
v0.3.4
New Features
- Better errors for WASM
- Serde errors in gloo-storage is treated as other serde errors now
- Panic message for invalid path now includes the invalid path
v0.3.3
New Features
- Implemented Component for Persistent
- Persistent objects can be used as components now!
- Introduced
library
feature- Targeted to plugin authors, to avoid compilation errors when no storage formats are specified.
v0.3.2
New Features
- New storage formats are added
- Pretty RON with struct names (requires ron and pretty features)