Skip to content

Latest commit

 

History

History
281 lines (170 loc) · 8.65 KB

CHANGELOG.md

File metadata and controls

281 lines (170 loc) · 8.65 KB

7.7.3 (2019-06-15)

Bug Fixes

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

7.7.2 (2019-06-08)

Bug Fixes

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

7.7.1 (2019-06-08)

Bug Fixes

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

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

7.6.0 (2019-05-17)

Features

7.5.0 (2019-05-17)

Bug Fixes

  • return just gateway url if no cid provided (98e55d4)

Features

7.4.0 (2019-05-16)

Features

7.3.0 (2019-05-03)

Features

  • notify when update is available (b5afeef)

7.2.1 (2019-05-03)

Bug Fixes

  • fix missing pinata name when domain empty (8023d82)

7.2.0 (2019-05-02)

Features

  • show gateway url for IPFS pinning service (e964d00)

7.1.1 (2019-05-01)

Bug Fixes

  • bin: Handle no path arg when also can't guess (525aeac)

7.1.0 (2019-04-30)

Features

  • Prevent Infura timeouts when only pinner (51ef698)

7.0.3 (2019-04-25)

Bug Fixes

  • Publish to correct registry (a6f71f1)

7.0.2 (2019-04-22)

Bug Fixes

  • Promote prettier to regular dependency (24f198e)

7.0.1 (2019-04-22)

Bug Fixes

7.0.0 (2019-04-22)

Code Refactoring

  • daemon: Remove js-ipfsd-ctl (71761c3)

BREAKING CHANGES

  • daemon: - js-ipfs requires manual port forwarding

6.0.1 (2019-04-15)

Bug Fixes

  • ipfsd: Listen to peers outside localhost (618e1a2)

6.0.0 (2019-04-14)

Features

  • Guess SSG build path when none provided (184c66f)

BREAKING CHANGES

    • Make [path] parameter optional for good
  • Use list of destination directories of common static site generators to guess directory to be deployed when none provided

5.0.1 (2019-04-13)

Bug Fixes

  • config: Handle missing envvars informatively (25aee12)

5.0.0 (2019-04-12)

Bug Fixes

Features

  • Show size of directory to be deployed (abe44f4)

BREAKING CHANGES

    • Remove option to pin only locally for now Detecting an existing running daemon has to be improved

4.0.2 (2019-04-11)

Bug Fixes

  • bin: Make path mandatory (4a634a5)
  • clipboard: Hide clipboard msgs when disabled (4e74497)
  • daemon: Handle ipfs daemon connection errors (e56506b)

4.0.1 (2019-04-11)

Bug Fixes

  • Handle infura pinning error (d6d6559)

4.0.0 (2019-04-08)

Features

  • Add return values to API and CLI (90a3395)

BREAKING CHANGES

    • Return pinned hash from deploy()
  • Return pinned hash from CLI

3.1.1 (2019-04-08)

Bug Fixes

  • Pick public multiaddresses properly (68d238a)

3.1.0 (2019-04-08)

Features

  • Spawn bundled daemon when ipfs not installed (2711044)

3.0.0 (2019-04-07)

Features

  • Add ipd as shorter binary alias (089f23e)
  • Remove friction from first use (000d323)

BREAKING CHANGES

    • Make 'public' default deploy path for binary
  • Open public gateway URL on browser by default, use -O to opt-out
  • Don't require signing up for anything with default options
  • Don't upload to pinata by default
  • Don't update cloudflare DNS by default, use -d cloudflare
  • Keep uploading to infura, which doesn't require signup
  • Rework API options for deploy()

2.0.0 (2019-04-04)

Features

  • Parameterize binary and library (53ce7a6)

BREAKING CHANGES

    • Ask for path to deploy when running binary
  • Move dotenv call from library to binary
  • Use IPFS_DEPLOY prefix in env variables and change their names
  • Change deploy() signature to take credentials & domain as parameters

1.2.0 (2019-04-04)

Features

  • Add --help and parameterize CLI and library (726fd8d)
  • Add ipfs-deploy executable (51db254)

1.1.0 (2019-04-03)

Bug Fixes

Features

  • deploy to infura.io besides pinata.cloud (3502bc7)

1.0.0 (2019-04-03)

Features

  • meta: become a published package (380b8ed)