Skip to content

Releases: Alorel/rust-indexed-db

v0.6.0

27 Oct 13:49
Compare
Choose a tag to compare

🔗 Features

  • a522c42 Accept async upgradeneeded closures [#30]

🔗 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

26 Jul 20:42
Compare
Choose a tag to compare

🔗 Features

  • efee807 Add missing get_all_with_key_and_limit method [#31]

🔗 Maintenance

🔗 CI & Build

  • ad16bb7 Update master branch post-release
  • ff5dd3d Move release action to manual dispatch
  • 0f76291 Don't run on manually triggered workflows

7 commits since the previous release, v0.4.2.

- Your friendly neighbourhood 🤖 semantic release bot

v0.4.2

26 Jul 19:32
Compare
Choose a tag to compare

🔗 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

29 Oct 04:44
Compare
Choose a tag to compare

🔗 Bug Fixes

  • 593a711 Fix invalid CI badge link

1 commit since the previous release, v0.4.0.

- Your friendly neighbourhood 🤖 semantic release bot

v0.4.0

29 Oct 00:19
Compare
Choose a tag to compare

🔗 Features

  • 0254bd4 add transaction to IDBVersionChangeEvent [#20]

🔗 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

03 Dec 16:39
Compare
Choose a tag to compare

Features

  • factory supports Node.js if a polyfill is present. [f62842f]

0.2.3

09 Feb 18:49
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Bug fixes

  • get IDB factory in scopes other than Window [8d07a53]

0.2.2

27 Dec 08:23
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Documentation

  • Fix set_on_upgrade_needed example [376ad64]

0.2.1

06 Dec 21:06
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Bug fixes

  • add missing index & delete_index fns on IdbObjectStore [28fe40d]

Maintenance

0.2.0

17 Aug 23:13
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Bug fixes

  • IdbObjectStore: index_names method now requires indices feature as indented [87248cf]

Build

  • set changelog generator headings to ### [1d12fc3]
  • speed up CI pipeline [bbc7a62]

Documentation

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

  • cursors: Add cursor tests [46009d0]
  • Add idb_object_store tests [b714f18]

Breaking changes

  • Removed extraneous IdbObjectStore::delete_object_store method
  • IdbObjectStore::index_names now requires indices feature as indented