Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Alorel Alorel released this 17 Aug 23:13
· 48 commits to master since this 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