Skip to content

Releases: Alorel/rust-indexed-db

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