Skip to content

Latest commit

 

History

History
189 lines (61 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

189 lines (61 loc) · 6.58 KB

Change Log

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

0.5.1 (2021-06-05)

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

0.5.0 (2021-05-26)

Features

  • allow passing the id of a network peer to ipfs.id (#3386) (00fd709)

0.4.0 (2021-05-10)

Bug Fixes

chore

Features

  • support identity hash in block.get + dag.get (#3616) (28ad9ad)

BREAKING CHANGES

  • all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules

0.3.4 (2021-03-10)

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

0.3.3 (2021-03-09)

Bug Fixes

0.3.2 (2021-02-08)

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

0.3.1 (2021-02-02)

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

0.3.0 (2021-02-01)

chore

BREAKING CHANGES

  • ipfs-repo upgrade requires repo migration to v10

0.2.2 (2021-01-22)

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

0.2.1 (2021-01-20)

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

0.2.0 (2021-01-15)

Features

0.1.4 (2020-12-16)

Bug Fixes

0.1.3 (2020-11-25)

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

0.1.2 (2020-11-16)

Bug Fixes

  • align behaviour between go and js for content without paths (#3385) (334873d)

0.1.1 (2020-11-09)

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

0.1.0 (2020-10-28)

Bug Fixes

Features

BREAKING CHANGES

  • types returned by ipfs.files.ls are now strings, in line with the docs but different to previous behaviour

Co-authored-by: Geoffrey Cohler g.cohler@computer.org