Releases: Alorel/rust-indexed-db
Releases · Alorel/rust-indexed-db
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
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
Bug fixes
- IdbObjectStore: index_names method now requires indices feature as indented [87248cf]
Build
Documentation
- cursors: Add examples [2607e7c]
Features
- cursors: Allow collecting cursors into a vector [0702d15]
Maintenance
- rm IdbObjectStore::delete_object_store method [c485690]
Refactorings
- idb_transaction: Consolidated some similar event listener code [0160918]
Testing
Breaking changes
- Removed extraneous
IdbObjectStore::delete_object_store
method IdbObjectStore::index_names
now requires indices feature as indented