Skip to content

Releases: johanhelsing/bevy_pkv

v0.11.1

02 Aug 11:31
Compare
Choose a tag to compare

What's Changed

  • Actually working wasm storage clear by @v-kat in #58

Full Changelog: v0.11.0...v0.11.1

v0.11.0

10 Jul 19:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

03 Mar 14:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

12 Jan 09:38
Compare
Choose a tag to compare

What's Changed

  • Fix PkvStore::get not returning NotFound on empty db when building for native (redb) by @richardhozak in #46

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

06 Nov 19:03
bc654c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Aug 17:21
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @HyperAlch made their first contribution in #21
  • @PhaestusFox made their first contribution in #36
  • @josekoalas made their first contribution in #38
  • @StaffEngineer made their first contribution in #39
  • @idanarye made their first contribution in #41

Full Changelog: v0.7.0...v0.8.0

v0.7.0

07 Mar 07:50
Compare
Choose a tag to compare
  • Update bevy feature for Bevy 0.10

Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Nov 08:21
456c9f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

11 May 07:19
Compare
Choose a tag to compare

What's Changed

  • Native: Use MessagePack instead of bincode #5
  • Native: Place db in platform specific project data dir #8
  • Wasm: Add app-specific local storage prefix #8
  • Remove dependency on Bevy #8

Bug fixes

  • Wasm: set_string was broken on Wasm #10

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 May 11:11
Compare
Choose a tag to compare
  • Wasm support #1

Full Changelog: v0.3.0...v0.4.0