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

Latest commit

 

History

History
293 lines (118 loc) · 9.3 KB

CHANGELOG.md

File metadata and controls

293 lines (118 loc) · 9.3 KB

10.0.1 (2021-09-13)

Bug Fixes

10.0.0 (2021-08-23)

Bug Fixes

Features

BREAKING CHANGES

  • adds a new migration, should go out as a major

9.0.1 (2021-07-30)

Bug Fixes

9.0.0 (2021-07-07)

chore

  • upgrade to new multiformats module (#98) (dad30b6)

BREAKING CHANGES

  • Uses new CID class

Co-authored-by: Rod Vagg rod@vagg.org

8.0.0 (2021-04-15)

7.0.3 (2021-03-21)

Bug Fixes

  • remove hacks from build and test (#82) (18c0793)

7.0.2 (2021-03-15)

7.0.1 (2021-03-04)

Bug Fixes

7.0.0 (2021-03-04)

Features

BREAKING CHANGES

  • where there were previously no types, now there are types

6.0.0 (2021-01-29)

Features

5.0.6 (2021-01-27)

5.0.5 (2020-08-17)

Bug Fixes

5.0.4 (2020-08-15)

Bug Fixes

  • only count migrated blocks (d49f338)

5.0.3 (2020-08-15)

Bug Fixes

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

5.0.2 (2020-08-15)

Bug Fixes

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

5.0.1 (2020-08-15)

Bug Fixes

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

5.0.0 (2020-08-15)

Features

BREAKING CHANGES

    • The signature of the onProgress callback has changed

4.0.0 (2020-08-06)

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)

3.0.0 (2020-08-05)

Bug Fixes

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

BREAKING CHANGES

    • node Buffers have been replaced with Uint8Arrays

2.0.1 (2020-07-21)

Bug Fixes

  • make recursive pins depth infinity (ef95579)

2.0.0 (2020-07-21)

Features

  • add migration 9 to migrate pins to the datastore and back (#15) (2b14578)

1.0.0 (2020-06-25)

0.2.2 (2020-06-23)

Bug Fixes

  • ci: add empty commit to fix lint checks on master (cf10410)

0.2.1 (2020-04-28)

Bug Fixes

0.2.0 (2020-04-14)

Bug Fixes

  • remove datastore-level from the readme and deps (dabab4e)
  • remove node globals (8b51f8d)
  • update datastore-idb (3dc05ef)

0.1.1 (2019-11-09)

Bug Fixes

  • provide empty migrations for all previous versions (6ecba01)
  • validate presence for all migrations in a range (076f300)

0.1.0 (2019-11-06)

Bug Fixes

Features

  • confirm migration of irreversible migrations (9477d57)
  • empty 7-th migration (dc886f0)
  • initial implementation (#1) (aae9aec)
  • release metadata mentioned in README (cf2409a)
  • require toVersion in migrate() (1596dfe)
  • using browser field for browsers environment (1474d5e)