Releases: Alorel/rust-indexed-db
Releases Β· Alorel/rust-indexed-db
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
π Features
π Refactors
π Documentation
- d93ec99 Add environment support table
π CI & Build
- 3d4398e Update
alorel-actions/cargo
β Breaking Changes
API redesigned for serde & Stream support & msrv bumped to 1.75. See MIGRATING/v0.6.0.md for details.
4 commits since the previous release, v0.5.0.
- Your friendly neighbourhood π€ semantic release bot
v0.5.0
v0.4.2
π Bug Fixes
- 1d66993 Set MSRV to 1.64 as required by the
IntoFuture
trait
π Maintenance
- 1d46ffa Lint refactors
- 25bfcbd rm dead internal
IdbRequestLike
trait - d1c47c5 Update uuid and corresponding feature flags
π CI & Build
- 04e688b Move releases to dedicated branch
5 commits since the previous release, v0.4.1.
- Your friendly neighbourhood π€ semantic release bot
v0.4.1
v0.4.0
π Features
π CI & Build
- fbcf131 Temporarily remove changelog & release scripts
- e6056a9 Tweak dependabot & Semantic PR config
- 86d7c45 Update automated release workflow
- 1508e05 deps: bump simple-git in /.github/generate-changelog
π Refactors
β Breaking Changes
BREAKING CHANGE: into_future
fns are now using the IntoFuture
trait, IdbObjectStore::transaction()
now returns Option
instead of &Option
, minimum Rust version bumped to 1.60.0
6 commits since the previous release, 0.3.0.
- Your friendly neighbourhood π€ semantic release bot