Releases: ipfs/js-ipfs-repo-migrations
Releases · ipfs/js-ipfs-repo-migrations
v5.0.6
chore: release version v5.0.6
v5.0.4
Bug Fixes
- only count migrated blocks (d49f338)
v5.0.3
Bug Fixes
- pass repo options when migration error occurs (267e718)
v5.0.2
Bug Fixes
- null-guard progress and enable migration 9 (#34) (a42e671)
v5.0.1
Bug Fixes
- root is not a store inside the store (e4c9a9f)
v5.0.0
Features
BREAKING CHANGES
-
- The signature of the
onProgress
callback has changed
v4.0.0
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
Bug Fixes
- require passing repo options to migrator (#30) (d1faaa2)
v3.0.0
Bug Fixes
- replace node buffers with uint8arrays (#25) (1e7592d)
BREAKING CHANGES
-
- node
Buffer
s have been replaced with Uint8Array
s