Skip to content

Releases: umut-sahin/bevy-persistent

v0.7.0

05 Dec 16:14
Compare
Choose a tag to compare

New Features

  • Updated to Bevy v0.15

v0.6.0

07 Jul 18:17
Compare
Choose a tag to compare

New Features

  • Updated to Bevy v0.14

v0.5.0

20 Feb 14:00
Compare
Choose a tag to compare

New Features

  • Updated to Bevy v0.13

v0.4.3

11 Jan 06:15
Compare
Choose a tag to compare

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

03 Dec 10:22
Compare
Choose a tag to compare

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

01 Dec 11:36
Compare
Choose a tag to compare

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

v0.4.0

01 Dec 11:32
Compare
Choose a tag to compare

New Features

v0.3.4

24 Aug 12:16
Compare
Choose a tag to compare

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

11 Aug 17:05
Compare
Choose a tag to compare

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

04 Aug 18:58
Compare
Choose a tag to compare

New Features

  • New storage formats are added
    • Pretty RON with struct names (requires ron and pretty features)