Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Releases: ipfs/js-ipfs-repo-migrations

v5.0.6

27 Jan 16:25
Compare
Choose a tag to compare
chore: release version v5.0.6

v5.0.5

17 Aug 07:56
Compare
Choose a tag to compare

Bug Fixes

v5.0.4

15 Aug 14:40
Compare
Choose a tag to compare

Bug Fixes

  • only count migrated blocks (d49f338)

v5.0.3

15 Aug 14:15
Compare
Choose a tag to compare

Bug Fixes

  • pass repo options when migration error occurs (267e718)

v5.0.2

15 Aug 13:27
Compare
Choose a tag to compare

Bug Fixes

  • null-guard progress and enable migration 9 (#34) (a42e671)

v5.0.1

15 Aug 12:33
Compare
Choose a tag to compare

Bug Fixes

  • root is not a store inside the store (e4c9a9f)

v5.0.0

15 Aug 11:54
Compare
Choose a tag to compare

Features

BREAKING CHANGES

    • The signature of the onProgress callback has changed

v4.0.0

06 Aug 16:57
Compare
Choose a tag to compare

Bug Fixes

  • require passing repo options to migrator (#31) (725f821)

BREAKING CHANGES

    • migrator.migrate(path, version, opts) has changed to migrator.migrate(path, repoOpts, version, opts)
  • migrator.revert(path, version, opts) has changed to migrator.revert(path, repoOpts, version, opts)

v1.0.1

06 Aug 13:38
Compare
Choose a tag to compare

Bug Fixes

  • require passing repo options to migrator (#30) (d1faaa2)

v3.0.0

05 Aug 06:50
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (#25) (1e7592d)

BREAKING CHANGES

    • node Buffers have been replaced with Uint8Arrays