Skip to content

Latest commit

 

History

History
572 lines (218 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

572 lines (218 loc) · 19.3 KB

Bug Fixes

Trivial Changes

  • release: 8.2.10 [skip ci] (a8c793e)

Bug Fixes

Bug Fixes

Dependencies

  • bump uint8arrays from 4.0.10 to 5.0.0 (#282) (2cbfd52)

Dependencies

Dependencies

  • dev: bump aegir from 40.0.13 to 41.1.9 (#268) (0aa0944)

Documentation

Dependencies

  • dev: bump aegir from 39.0.13 to 40.0.8 (#241) (00741ff)

Bug Fixes

Documentation

  • Update Blockstore and Datastore implementation lists (#224) (ab3b31b)

Trivial Changes

Dependencies

Features

  • add all blockstore and datastore implementations (#197) (0d85128)

Dependencies

  • update sibling dependencies (7c84601)

Bug Fixes

  • make datastore batch commit option extension optional (#194) (7bb6729)

Features

  • allow extending store method options (#193) (007e8ac)

⚠ BREAKING CHANGES

  • open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore

Features

  • simplify store interface, move query/batch to datastore, add getAll to blockstore (#189) (0b8f1a0)

Dependencies

  • update sibling dependencies (8f7928c)

Dependencies

Trivial Changes

Documentation

  • remove duplicate readme section (851a110)

Documentation

Trivial Changes

  • deps: bump nanoid from 3.3.4 to 4.0.0 in /packages/interface-datastore (#110) (5e40d9c)

Dependencies

  • bump uint8arrays from 3.0.0 to 4.0.1 (#175) (e8d5ea6)
  • update sibling dependencies (94dec57)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.1.2 (2022-06-22)

Note: Version bump only for package interface-datastore

6.1.1 (2022-01-26)

Note: Version bump only for package interface-datastore

6.1.0 (2021-09-17)

Features

6.0.3 (2021-09-08)

Bug Fixes

6.0.2 (2021-09-08)

Note: Version bump only for package interface-datastore

6.0.1 (2021-09-08)

Note: Version bump only for package interface-datastore

6.0.0 (2021-09-08)

chore

BREAKING CHANGES

  • deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages

5.1.3 (2021-09-02)

Bug Fixes

5.1.2 (2021-08-20)

Note: Version bump only for package interface-datastore

5.1.1 (2021-06-30)

Note: Version bump only for package interface-datastore

5.1.0 (2021-06-30)

Features

5.0.0 (2021-06-28)

Features

  • import interface-datastore (294b249)

BREAKING CHANGES

  • the compliance tests for interface-datastore have been removed - use the interface-datastore-tests module instead

4.0.2 (2021-06-10)

4.0.1 (2021-05-04)

4.0.0 (2021-04-15)

Features

  • split .query into .query and .queryKeys (#87) (4bb5ebc)

3.0.6 (2021-04-14)

3.0.5 (2021-04-06)

3.0.4 (2021-02-05)

Bug Fixes

  • renames .ts to .d.ts and copies to dist/src on build (#71) (568ee54), closes #68 #69

3.0.3 (2021-01-22)

Bug Fixes

3.0.2 (2021-01-22)

Bug Fixes

3.0.1 (2021-01-17)

3.0.0 (2021-01-15)

Bug Fixes

Features

  • ts types, github ci and clean up (2afd9be)

2.0.1 (2020-11-09)

2.0.0 (2020-07-29)

Bug Fixes

BREAKING CHANGES

    • node Buffers have been replaced with Uint8Arrays
  • key.toBuffer has been replaced with key.uint8Array()

1.0.4 (2020-06-10)

1.0.3 (2020-06-10)

Bug Fixes

  • remove .has method from interface (a0ebd3a)

BREAKING CHANGES

    • The .has method has been removed, call .get instead

1.0.2 (2020-05-07)

Features

1.0.1 (2020-05-07)

1.0.0 (2020-05-07)

Features

  • add streaming methods and allow passing AbortSignals (#36) (6dace38)

0.8.3 (2020-04-07)

0.8.2 (2020-04-01)

Bug Fixes

0.8.1 (2020-02-17)

Bug Fixes

  • do not stringify potentially invalid characters (#34) (0034ede)

0.8.0 (2019-08-09)

Features

  • concat operation on Key (8c9226c)

0.7.0 (2019-05-01)

Features

0.6.0 (2018-10-24)

Bug Fixes

  • add _key to the API functions using the instance (5a377ed)

Features

0.5.0 (2018-09-17)

Features

0.4.2 (2017-12-05)

0.4.1 (2017-11-04)

0.4.0 (2017-11-03)

Bug Fixes

  • make datastore OS agnostic (path things) (#13) (5697173)

0.3.1 (2017-09-07)

0.3.0 (2017-07-22)

0.2.2 (2017-06-03)

Bug Fixes

  • use os specific path separator (d7ec65a)

0.2.1 (2017-05-23)

0.2.0 (2017-03-23)

Features

0.1.1 (2017-03-15)

Bug Fixes

  • libp2p-crypto is a regular dependency (3db267b)