Skip to content

Releases: Alorel/rust-indexed-db

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

0.1.2: Backport of 0.2.0

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

This version contains all the changes from 0.2.0 except the breaking ones.

0.1.1

14 Aug 15:59
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Bug fixes

  • idb_transaction: IDBTransaction should no longer panic on error [132601e, #1]

Build

  • Add changelog generator [99a0f83]
  • Loosen cargo cache restore key [8bd93e7]

Maintenance

  • Bump package version to 0.1.1 [86a70ac]

Testing

  • idb_database: Add more IDBDatabase tests [efb82f1]

Initial 0.1 release

26 Jul 18:00
Compare
Choose a tag to compare
Initial 0.1 release Pre-release
Pre-release

Initial implementation