Releases: ipfs/js-ipfs-repo-migrations
Releases · ipfs/js-ipfs-repo-migrations
v5.0.6
27 Jan 16:25
Compare
Sorry, something went wrong.
No results found
chore: release version v5.0.6
v5.0.5
17 Aug 07:56
Compare
Sorry, something went wrong.
No results found
v5.0.4
15 Aug 14:40
Compare
Sorry, something went wrong.
No results found
Bug Fixes
only count migrated blocks (d49f338 )
v5.0.3
15 Aug 14:15
Compare
Sorry, something went wrong.
No results found
Bug Fixes
pass repo options when migration error occurs (267e718 )
v5.0.2
15 Aug 13:27
Compare
Sorry, something went wrong.
No results found
Bug Fixes
null-guard progress and enable migration 9 (#34 ) (a42e671 )
v5.0.1
15 Aug 12:33
Compare
Sorry, something went wrong.
No results found
Bug Fixes
root is not a store inside the store (e4c9a9f )
v5.0.0
15 Aug 11:54
Compare
Sorry, something went wrong.
No results found
Features
BREAKING CHANGES
The signature of the onProgress callback has changed
v4.0.0
06 Aug 16:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
require passing repo options to migrator (#30 ) (d1faaa2 )
v3.0.0
05 Aug 06:50
Compare
Sorry, something went wrong.
No results found
Bug Fixes
replace node buffers with uint8arrays (#25 ) (1e7592d )
BREAKING CHANGES
node Buffers have been replaced with Uint8Arrays