Skip to content

Releases: umut-sahin/bevy-persistent

v0.10.0

26 Jan 06:15
9a15477

Choose a tag to compare

New Features

  • Updated to bevy v0.18

v0.9.0

25 Oct 09:42
350f724

Choose a tag to compare

New Features

  • Updated to bevy v0.17
  • Update to ron v0.11
  • Update to toml v0.9

v0.8.0

25 Oct 09:42
29e9955

Choose a tag to compare

New Features

  • Updated to Bevy v0.16

v0.7.0

05 Dec 16:14

Choose a tag to compare

New Features

  • Updated to Bevy v0.15

v0.6.0

07 Jul 18:17

Choose a tag to compare

New Features

  • Updated to Bevy v0.14

v0.5.0

20 Feb 14:00

Choose a tag to compare

New Features

  • Updated to Bevy v0.13

v0.4.3

11 Jan 06:15

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

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

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

Choose a tag to compare

New Features