Releases: johanhelsing/bevy_pkv
Releases · johanhelsing/bevy_pkv
v0.11.1
v0.11.0
What's Changed
- Update deps by @feelingsonice in #53
- sled: match redb behaviour and flush after any write by @extrawurst in #54
- update bevy dependency by @extrawurst in #57
- Fix localstorage remove by @v-kat in #56
New Contributors
- @feelingsonice made their first contribution in #53
- @extrawurst made their first contribution in #54
- @v-kat made their first contribution in #56
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Update redb by @richardhozak in #45
- Update README.md by @Kees-van-Beilen in #48
- Bump Bevy version to 0.13 by @Leinnan in #51
New Contributors
- @Kees-van-Beilen made their first contribution in #48
- @Leinnan made their first contribution in #51
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- Fix
PkvStore::get
not returningNotFound
on empty db when building for native (redb
) by @richardhozak in #46
New Contributors
- @richardhozak made their first contribution in #46
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Bump version for bevy-0.12 by @TristanCacqueray in #44
New Contributors
- @TristanCacqueray made their first contribution in #44
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Fix examples broken on wasm, make bevy dependency optional by @johanhelsing in #22
- feat: RocksDB Backend Support by @HyperAlch in #21
- Feat: Custom path constructor by @HyperAlch in #26
- Move native-specific path helper out of lib.rs by @johanhelsing in #29
- Minor docs fixes by @johanhelsing in #33
- chore: Update directories dependency by @johanhelsing in #35
- made set and get take AsRef by @PhaestusFox in #36
- Update to Bevy 0.11-dev by @josekoalas in #38
- Add redb adapter by @StaffEngineer in #39
- bump redb by @StaffEngineer in #40
- Upgrade to bevy 0.11 by @idanarye in #41
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
- Update
bevy
feature for Bevy 0.10
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Support clear data by @nickming in #12
- Bevy 0.9 Resource support by @Aultus-defora in #16
- Crate level rustdocs
New Contributors
- @nickming made their first contribution in #12
- @Aultus-defora made their first contribution in #16
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.0
- Wasm support #1
Full Changelog: v0.3.0...v0.4.0