7.7.3 (2019-06-15)
- clipboard: prevent error on codesandbox.io (ef18271)
7.7.2 (2019-06-08)
- default to open and copy to clipboard (73a9b9d)
7.7.1 (2019-06-08)
- fix --no-open and --no-clipboard (12284a6)
7.7.0 (2019-06-07)
- don't deploy after printing version (4cbe850), closes #6
- print pinned hash to stdout (2d4e2c9), closes #9
7.6.0 (2019-05-17)
- support node 12 (cb9c43f)
7.5.0 (2019-05-17)
- return just gateway url if no cid provided (98e55d4)
- add example ava test (cc1c34d)
7.4.0 (2019-05-16)
- support node 11 (ae1aec7)
7.3.0 (2019-05-03)
- notify when update is available (b5afeef)
7.2.1 (2019-05-03)
- fix missing pinata name when domain empty (8023d82)
7.2.0 (2019-05-02)
- show gateway url for IPFS pinning service (e964d00)
7.1.1 (2019-05-01)
- bin: Handle no path arg when also can't guess (525aeac)
7.1.0 (2019-04-30)
- Prevent Infura timeouts when only pinner (51ef698)
7.0.3 (2019-04-25)
- Publish to correct registry (a6f71f1)
7.0.2 (2019-04-22)
- Promote prettier to regular dependency (24f198e)
7.0.1 (2019-04-22)
- Fix missing dependency (34d8bff)
7.0.0 (2019-04-22)
- daemon: Remove js-ipfsd-ctl (71761c3)
- daemon: - js-ipfs requires manual port forwarding
6.0.1 (2019-04-15)
- ipfsd: Listen to peers outside localhost (618e1a2)
6.0.0 (2019-04-14)
- Guess SSG build path when none provided (184c66f)
-
- 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)
- config: Handle missing envvars informatively (25aee12)
5.0.0 (2019-04-12)
- Guard property access (77b5a05)
- Show size of directory to be deployed (abe44f4)
-
- Remove option to pin only locally for now Detecting an existing running daemon has to be improved
4.0.2 (2019-04-11)
- 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)
- Handle infura pinning error (d6d6559)
4.0.0 (2019-04-08)
- Add return values to API and CLI (90a3395)
-
- Return pinned hash from deploy()
- Return pinned hash from CLI
3.1.1 (2019-04-08)
- Pick public multiaddresses properly (68d238a)
3.1.0 (2019-04-08)
- Spawn bundled daemon when ipfs not installed (2711044)
3.0.0 (2019-04-07)
-
- 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)
- Parameterize binary and library (53ce7a6)
-
- 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)
1.1.0 (2019-04-03)
- fix ora newlines (4335458)
- deploy to infura.io besides pinata.cloud (3502bc7)
- meta: become a published package (380b8ed)