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

Latest commit

 

History

History
275 lines (107 loc) · 7.83 KB

CHANGELOG.md

File metadata and controls

275 lines (107 loc) · 7.83 KB

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)