Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
435 lines (193 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

435 lines (193 loc) · 12.8 KB

Change Log

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

6.0.1 (2023-05-25)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.18.0 to ^0.18.1

6.0.0 (2023-01-11)

⚠ BREAKING CHANGES

  • update multiformats to v11.x.x and related depenendcies (#4277)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.17.0 to ^0.18.0

5.0.0 (2022-10-24)

⚠ BREAKING CHANGES

Features

Bug Fixes

  • replace slice with subarray for increased performance (#4210) (dfc43d4)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.16.1 to ^0.17.0

4.0.1 (2022-09-21)

Bug Fixes

  • update @multiformats/multiadd to 11.0.0 (2a830bf)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.16.0 to ^0.16.1

4.0.0 (2022-09-06)

⚠ BREAKING CHANGES

deps

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.15.0 to ^0.16.0

3.0.4 (2022-06-24)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.15.3 to ^0.15.4

3.0.3 (2022-06-22)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.15.2 to ^0.15.3

3.0.2 (2022-06-13)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.15.1 to ^0.15.2

3.0.1 (2022-06-01)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.15.0 to ^0.15.1

3.0.0 (2022-05-27)

⚠ BREAKING CHANGES

  • This module is now ESM only and there return types of some methods have changed

Features

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.14.3 to ^0.15.0

2.0.3 (2022-04-20)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.14.2 to ^0.14.3

2.0.2 (2022-03-01)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.14.1 to ^0.14.2

2.0.1 (2022-02-06)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.14.0 to ^0.14.1

2.0.0 (2022-01-27)

⚠ BREAKING CHANGES

  • peerstore methods are now all async, the repo is migrated to v12

Features

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • ipfs-core bumped from ^0.13.0 to ^0.14.0

1.0.6 (2021-12-15)

Note: Version bump only for package ipfs-http-response

1.0.5 (2021-11-24)

Note: Version bump only for package ipfs-http-response

1.0.4 (2021-11-19)

Note: Version bump only for package ipfs-http-response

1.0.3 (2021-11-12)

Note: Version bump only for package ipfs-http-response

1.0.2 (2021-09-28)

Bug Fixes

  • add types versions to http-response (f8cc058)

1.0.1 (2021-09-08)

1.0.0 (2021-09-07)

Bug Fixes

0.7.0 (2021-07-12)

chore

BREAKING CHANGES

  • pulls in new multiformats modules

0.6.4 (2021-04-16)

0.6.3 (2021-04-12)

0.6.2 (2021-03-17)

Bug Fixes

0.6.1 (2020-12-22)

0.6.0 (2020-08-14)

Bug Fixes

BREAKING CHANGES

    • All deps of this module use Uint8Arrays instead of node Buffers
  • chore: remove browser build steps

0.5.1 (2020-06-30)

Bug Fixes

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

0.5.0 (2020-01-07)

Code Refactoring

BREAKING CHANGES

  • Switch to using async/await and async iterators.

0.4.0 (2019-10-14)

Chores

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await

Co-authored-by: PedroMiguelSS [email protected]

0.3.1 (2019-06-06)

Bug Fixes

  • create .npmignore to include dist on npm (#16) (7746dab)

Chores

Features

  • load files/dirs from hamt shards (#19) (25edfbc)

BREAKING CHANGES

  • v1 CIDs created by this module now default to base32 encoding when stringified

Not a direct dependency of this module but ipld-dag-pb changed the case of some property names that are used by this module.

License: MIT Signed-off-by: Alan Shaw [email protected]

0.3.0 (2019-05-21)

BREAKING CHANGE: v1 CIDs created by this module now default to base32 encoding when stringified

Not a direct dependency of this module but ipld-dag-pb changed the case of some property names that are used by this module.

0.2.2 (2019-01-19)

0.2.1 (2018-11-09)

Bug Fixes

  • use .cid property before falling back to .multihash (#12) (1c1a478)

0.2.0 (2018-09-28)

0.1.4 (2018-08-02)

Bug Fixes

  • fix content-type by doing a fall-back using extensions (#5) (19acbae)

0.1.3 (2018-07-28)

Bug Fixes

  • firefox using readable stream (#3) (0bff82d)

0.1.2 (2018-06-01)

Bug Fixes

Features