10.0.1 (2021-09-13)
10.0.0 (2021-08-23)
- adds a new migration, should go out as a major
9.0.1 (2021-07-30)
9.0.0 (2021-07-07)
- Uses new CID class
Co-authored-by: Rod Vagg rod@vagg.org
8.0.0 (2021-04-15)
7.0.3 (2021-03-21)
7.0.2 (2021-03-15)
7.0.1 (2021-03-04)
7.0.0 (2021-03-04)
- where there were previously no types, now there are types
6.0.0 (2021-01-29)
- migration 10 to allow upgrading level in the browser (#59) (7dc562b), closes Level/level-js#179
5.0.6 (2021-01-27)
5.0.5 (2020-08-17)
5.0.4 (2020-08-15)
- only count migrated blocks (d49f338)
5.0.3 (2020-08-15)
- pass repo options when migration error occurs (267e718)
5.0.2 (2020-08-15)
5.0.1 (2020-08-15)
- root is not a store inside the store (e4c9a9f)
5.0.0 (2020-08-15)
-
- The signature of the
onProgress
callback has changed
- The signature of the
4.0.0 (2020-08-06)
-
migrator.migrate(path, version, opts)
has changed tomigrator.migrate(path, repoOpts, version, opts)
migrator.revert(path, version, opts)
has changed tomigrator.revert(path, repoOpts, version, opts)
3.0.0 (2020-08-05)
-
- node
Buffer
s have been replaced withUint8Array
s
- node
2.0.1 (2020-07-21)
- make recursive pins depth infinity (ef95579)
2.0.0 (2020-07-21)
1.0.0 (2020-06-25)
0.2.2 (2020-06-23)
- ci: add empty commit to fix lint checks on master (cf10410)
0.2.1 (2020-04-28)
- linter (2a20542)
0.2.0 (2020-04-14)
- remove datastore-level from the readme and deps (dabab4e)
- remove node globals (8b51f8d)
- update datastore-idb (3dc05ef)
0.1.1 (2019-11-09)
- provide empty migrations for all previous versions (6ecba01)
- validate presence for all migrations in a range (076f300)