Skip to content

Releases: Alorel/rust-indexed-db

v0.6.4

11 May 14:05
Compare
Choose a tag to compare

πŸ”— Documentation

πŸ”— CI & Build

  • f632d11 Notify closed issues using environment API token

2 commits since the previous release, v0.6.3.

- Your friendly neighbourhood πŸ€– semantic release bot

v0.6.3

05 May 19:58
Compare
Choose a tag to compare

πŸ”— Bug Fixes

πŸ”— CI & Build

  • 05ce034 Fix CI not testing for MSRV 1.75.0
  • 31f8b35 Disable Safari tests
  • 747b327 Refactor release pipeline

4 commits since the previous release, v0.6.2.

- Your friendly neighbourhood πŸ€– semantic release bot

v0.6.2

28 Apr 19:57
Compare
Choose a tag to compare

πŸ”— Bug Fixes

πŸ”— Maintenance

πŸ”— CI & Build

  • a188a15 Add test commit type
  • 851983e Add test commit type to changelog generator
  • 4b95806 Add CONTRIBUTING.md

5 commits since the previous release, v0.6.1.

- Your friendly neighbourhood πŸ€– semantic release bot

v0.6.1

16 Mar 14:45
Compare
Choose a tag to compare

πŸ”— Bug Fixes

πŸ”— Dependency updates

πŸ”— CI & Build

  • a6f7229 Fix release-crate action not triggering
  • 2143e15 Fix release action git user
πŸ”— Others

7 commits since the previous release, v0.6.0.

- Your friendly neighbourhood πŸ€– semantic release bot

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]