Skip to content

Releases: ipfs-shipyard/ipfs-deploy

v10.0.1

05 Jun 07:13

Choose a tag to compare

Bug Fixes

  • throw if can't determine CID (9f97af9)

v10.0.0

05 Jun 06:13

Choose a tag to compare

🚨 Breaking Changes

  • Hidden files (dot files) are now not added by default in all pinning services. Before, the behavior differed for different services. If you are sure you want to upload them, use the flag -H, --hidden.

v9.0.1

04 Jun 12:14

Choose a tag to compare

🚨 Breaking Changes

  • Unique upload flag replaced by upload flag.
  • Fails if there's a CID inconsistency among services.
  • Do NOT open gateway URLs by default.
  • Node.js >= 14

🌵 Features

  • Adds -c, --cid flag to use a specific CID instead of a directory (closes #181).
  • Adds -q, --quiet flag to only print the CID in the end.
  • Make it more lib-importing friendly.
  • Sweet typings.

🐞 Bug Fixes and Maintenance

  • Fixes #207: exit with non-zero code when there's an error.
  • Fixes #156: do not ignore DNS error.
  • Fixes #116: it should now fail if the response from Infura does not include base directory.
  • Fixes #129: prints error stack trace if available.
  • Remove some dependencies that are not necessary such as ora.
  • Replace old and heavy ipfs-cluster-api dependency by REST API.
  • Improved documentation and nomenclature consistency.
  • Tests were updated to match new specification. Some tests were removed for lack of better alternative. In the future, we should consider improving the testing of this package.

v9.0.0

04 Jun 12:09

Choose a tag to compare

See v9.0.1. This release is missing types.

v8.1.0

01 Jun 08:51

Choose a tag to compare

chore: 8.1.0

License: MIT
Signed-off-by: Henrique Dias <[email protected]

v7.8.0

25 Jun 12:18

Choose a tag to compare

7.8.0 (2019-06-25)

Bug Fixes

  • pinning: error out if hashes don't match (7fd847b)

Features

  • naming: support subdomain dnslink on cloudflare (0cd3e12), closes #5

v7.7.3

15 Jun 20:09

Choose a tag to compare

7.7.3 (2019-06-15)

Bug Fixes

  • clipboard: prevent error on codesandbox.io (ef18271)

v7.7.2

08 Jun 03:13

Choose a tag to compare

7.7.2 (2019-06-08)

Bug Fixes

  • default to open and copy to clipboard (73a9b9d)

v7.7.1

08 Jun 02:05

Choose a tag to compare

7.7.1 (2019-06-08)

Bug Fixes

  • fix --no-open and --no-clipboard (12284a6)

v7.7.0

07 Jun 19:13

Choose a tag to compare

7.7.0 (2019-06-07)

Bug Fixes

  • don't deploy after printing version (4cbe850), closes #6
  • print pinned hash to stdout (2d4e2c9), closes #9

Features