-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: add ipfs http response package #3884
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f236f1b - Browse repository at this point
Copy the full SHA f236f1bView commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d9d0c08 - Browse repository at this point
Copy the full SHA d9d0c08View commit details -
Merge pull request #1 from ipfs/feat/initial-implementation
feat: initial implementation
Configuration menu - View commit details
-
Copy full SHA for 0bf6694 - Browse repository at this point
Copy the full SHA 0bf6694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b99b3 - Browse repository at this point
Copy the full SHA 91b99b3View commit details
Commits on May 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a02a518 - Browse repository at this point
Copy the full SHA a02a518View commit details
Commits on Jun 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d9e56b8 - Browse repository at this point
Copy the full SHA d9e56b8View commit details -
Merge pull request #2 from ipfs/feat/export-resolver
feat: export resolver
Configuration menu - View commit details
-
Copy full SHA for da7bccf - Browse repository at this point
Copy the full SHA da7bccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c83e1 - Browse repository at this point
Copy the full SHA 13c83e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e4fce - Browse repository at this point
Copy the full SHA 47e4fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3db7d - Browse repository at this point
Copy the full SHA 1f3db7dView commit details
Commits on Jul 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0bff82d - Browse repository at this point
Copy the full SHA 0bff82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f02ae1 - Browse repository at this point
Copy the full SHA 3f02ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3f64f - Browse repository at this point
Copy the full SHA ca3f64fView commit details
Commits on Aug 2, 2018
-
fix: fix content-type by doing a fall-back using extensions (#5)
The service-worker-gateway was only responding with the correct content-type for some mime-types, see https://github.com/sindresorhus/file-type#supported-file-types. This commit now fall-backs to detecting based on the extension as well. Note that SVGs aren't supported by the `file-type` module.
Configuration menu - View commit details
-
Copy full SHA for 19acbae - Browse repository at this point
Copy the full SHA 19acbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cca137d - Browse repository at this point
Copy the full SHA cca137dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f1ace2 - Browse repository at this point
Copy the full SHA 4f1ace2View commit details
Commits on Sep 28, 2018
-
Add support for CIDv1 and Base32 (#9)
* feat: support cidv1b32 in resolver - feat: CID support, added resolver.cid - feat: basic support for HAMD sharded directory - not real support, we need ipfs.resolve for that - fix: return data from raw dag without resolv step License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34a2f68 - Browse repository at this point
Copy the full SHA 34a2f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163c527 - Browse repository at this point
Copy the full SHA 163c527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd7310 - Browse repository at this point
Copy the full SHA 7dd7310View commit details
Commits on Nov 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1c1a478 - Browse repository at this point
Copy the full SHA 1c1a478View commit details -
Configuration menu - View commit details
-
Copy full SHA for cab4cac - Browse repository at this point
Copy the full SHA cab4cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 076fde3 - Browse repository at this point
Copy the full SHA 076fde3View commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba6a6dd - Browse repository at this point
Copy the full SHA ba6a6ddView commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e15f57c - Browse repository at this point
Copy the full SHA e15f57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c6ffcd - Browse repository at this point
Copy the full SHA 3c6ffcdView commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7746dab - Browse repository at this point
Copy the full SHA 7746dabView commit details
Commits on Apr 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 18a6d21 - Browse repository at this point
Copy the full SHA 18a6d21View commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47ccbe1 - Browse repository at this point
Copy the full SHA 47ccbe1View commit details
Commits on May 21, 2019
-
chore: update ipld formats (#25)
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. License: MIT Signed-off-by: Alan Shaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 529613a - Browse repository at this point
Copy the full SHA 529613aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c39d66 - Browse repository at this point
Copy the full SHA 1c39d66View commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a88d61 - Browse repository at this point
Copy the full SHA 9a88d61View commit details
Commits on Jun 6, 2019
-
feat: load files/dirs from hamt shards (#19)
Use the HAMT support and IPFS overlay build in to the mfs related files commands to enable loading files from HAMT shards.
Configuration menu - View commit details
-
Copy full SHA for 25edfbc - Browse repository at this point
Copy the full SHA 25edfbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d2f2c5 - Browse repository at this point
Copy the full SHA 6d2f2c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9e3e3 - Browse repository at this point
Copy the full SHA 5f9e3e3View commit details
Commits on Oct 14, 2019
-
chore: convert to async await syntax (#28)
BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await Co-authored-by: PedroMiguelSS <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a22900a - Browse repository at this point
Copy the full SHA a22900aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 893e302 - Browse repository at this point
Copy the full SHA 893e302View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6d61e - Browse repository at this point
Copy the full SHA ae6d61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8828822 - Browse repository at this point
Copy the full SHA 8828822View commit details
Commits on Jan 7, 2020
-
refactor: use new IPFS async/await APIs (#30)
BREAKING CHANGE: Switch to using async/await and async iterators.
Configuration menu - View commit details
-
Copy full SHA for 68f1204 - Browse repository at this point
Copy the full SHA 68f1204View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb442f - Browse repository at this point
Copy the full SHA ffb442fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5420944 - Browse repository at this point
Copy the full SHA 5420944View commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0b7b10a - Browse repository at this point
Copy the full SHA 0b7b10aView commit details
Commits on May 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4686a08 - Browse repository at this point
Copy the full SHA 4686a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db03b0 - Browse repository at this point
Copy the full SHA 1db03b0View commit details
Commits on Jun 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dca4577 - Browse repository at this point
Copy the full SHA dca4577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fab6a2 - Browse repository at this point
Copy the full SHA 3fab6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0674f10 - Browse repository at this point
Copy the full SHA 0674f10View commit details
Commits on Jul 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71dcbc6 - Browse repository at this point
Copy the full SHA 71dcbc6View commit details
Commits on Aug 14, 2020
-
fix: replace node buffers with uint8arrays (#55)
* fix: replace node buffers with uint8arrays BREAKING CHANGES: - All deps of this module use Uint8Arrays instead of node Buffers * chore: remove browser build steps
Configuration menu - View commit details
-
Copy full SHA for 710a96d - Browse repository at this point
Copy the full SHA 710a96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c61a36 - Browse repository at this point
Copy the full SHA 0c61a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for c874e17 - Browse repository at this point
Copy the full SHA c874e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6558058 - Browse repository at this point
Copy the full SHA 6558058View commit details
Commits on Aug 19, 2020
-
chore(deps-dev): bump aegir from 25.1.0 to 26.0.0 (#57)
Bumps [aegir](https://github.com/ipfs/aegir) from 25.1.0 to 26.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v25.1.0...v26.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e28c54a - Browse repository at this point
Copy the full SHA e28c54aView commit details
Commits on Sep 1, 2020
-
chore(deps-dev): bump ipfsd-ctl from 6.0.0 to 7.0.0 (#59)
Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases) - [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md) - [Commits](ipfs/js-ipfsd-ctl@v6.0.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8833685 - Browse repository at this point
Copy the full SHA 8833685View commit details -
chore(deps): bump file-type from 14.7.1 to 15.0.0 (#58)
Bumps [file-type](https://github.com/sindresorhus/file-type) from 14.7.1 to 15.0.0. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v14.7.1...v15.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58d10c6 - Browse repository at this point
Copy the full SHA 58d10c6View commit details
Commits on Sep 7, 2020
-
chore(deps-dev): bump ipfs from 0.49.1 to 0.50.1 (#60)
Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.49.1 to 0.50.1. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.50.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f7995a - Browse repository at this point
Copy the full SHA 6f7995aView commit details
Commits on Oct 6, 2020
-
chore(deps-dev): bump aegir from 26.0.0 to 27.0.0 (#61)
Bumps [aegir](https://github.com/ipfs/aegir) from 26.0.0 to 27.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v26.0.0...v27.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6a91b50 - Browse repository at this point
Copy the full SHA 6a91b50View commit details
Commits on Oct 26, 2020
-
chore(deps): bump file-type from 15.0.1 to 16.0.0 (#62)
Bumps [file-type](https://github.com/sindresorhus/file-type) from 15.0.1 to 16.0.0. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v15.0.1...v16.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b7f734 - Browse repository at this point
Copy the full SHA 9b7f734View commit details -
chore(deps-dev): bump aegir from 27.0.0 to 28.0.2 (#63)
Bumps [aegir](https://github.com/ipfs/aegir) from 27.0.0 to 28.0.2. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v27.0.0...v28.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5253b9 - Browse repository at this point
Copy the full SHA f5253b9View commit details
Commits on Nov 10, 2020
-
chore(deps-dev): bump ipfs from 0.50.2 to 0.52.0 (#65)
Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.50.2 to 0.52.0. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.52.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a4b1ef2 - Browse repository at this point
Copy the full SHA a4b1ef2View commit details
Commits on Nov 24, 2020
-
chore(deps-dev): bump aegir from 28.2.0 to 29.0.1 (#66)
Bumps [aegir](https://github.com/ipfs/aegir) from 28.2.0 to 29.0.1. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v28.2.0...v29.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef48207 - Browse repository at this point
Copy the full SHA ef48207View commit details
Commits on Dec 21, 2020
-
chore(deps-dev): bump uint8arrays from 1.1.0 to 2.0.5 (#69)
Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 1.1.0 to 2.0.5. - [Release notes](https://github.com/achingbrain/uint8arrays/releases) - [Changelog](https://github.com/achingbrain/uint8arrays/blob/master/CHANGELOG.md) - [Commits](achingbrain/uint8arrays@v1.1.0...v2.0.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c011fbd - Browse repository at this point
Copy the full SHA c011fbdView commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fdbdfef - Browse repository at this point
Copy the full SHA fdbdfefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d887d - Browse repository at this point
Copy the full SHA 98d887dView commit details
Commits on Jan 26, 2021
-
chore(deps-dev): bump aegir from 29.2.2 to 30.3.0 (#70)
Bumps [aegir](https://github.com/ipfs/aegir) from 29.2.2 to 30.3.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v29.2.2...v30.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c5541ed - Browse repository at this point
Copy the full SHA c5541edView commit details
Commits on Feb 15, 2021
-
chore(deps-dev): bump ipfs from 0.52.3 to 0.54.2 (#76)
* chore(deps-dev): bump ipfs from 0.52.3 to 0.54.2 Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.52.3 to 0.54.2. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.54.2) Signed-off-by: dependabot-preview[bot] <[email protected]> * chore: add before install node-pre-gyp Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Vasco Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46b2004 - Browse repository at this point
Copy the full SHA 46b2004View commit details
Commits on Mar 1, 2021
-
chore(deps-dev): bump aegir from 30.3.0 to 31.0.0
Bumps [aegir](https://github.com/ipfs/aegir) from 30.3.0 to 31.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v30.3.0...v31.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33d7c32 - Browse repository at this point
Copy the full SHA 33d7c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f7488 - Browse repository at this point
Copy the full SHA f7f7488View commit details
Commits on Mar 15, 2021
-
chore(deps-dev): bump aegir from 31.0.4 to 32.0.2 (#80)
Bumps [aegir](https://github.com/ipfs/aegir) from 31.0.4 to 32.0.2. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v31.0.4...v32.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb665a6 - Browse repository at this point
Copy the full SHA eb665a6View commit details
Commits on Mar 17, 2021
-
chore(deps): bump multihashes from 3.1.2 to 4.0.2 (#79)
Bumps [multihashes](https://github.com/multiformats/js-multihash) from 3.1.2 to 4.0.2. - [Release notes](https://github.com/multiformats/js-multihash/releases) - [Changelog](https://github.com/multiformats/js-multihash/blob/master/CHANGELOG.md) - [Commits](multiformats/js-multihash@v3.1.2...v4.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee4c81f - Browse repository at this point
Copy the full SHA ee4c81fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcc821 - Browse repository at this point
Copy the full SHA 9fcc821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5917b - Browse repository at this point
Copy the full SHA 3d5917bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10db886 - Browse repository at this point
Copy the full SHA 10db886View commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ea880f7 - Browse repository at this point
Copy the full SHA ea880f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f050f5d - Browse repository at this point
Copy the full SHA f050f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7388821 - Browse repository at this point
Copy the full SHA 7388821View commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0844465 - Browse repository at this point
Copy the full SHA 0844465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8591870 - Browse repository at this point
Copy the full SHA 8591870View commit details -
Configuration menu - View commit details
-
Copy full SHA for b797d2f - Browse repository at this point
Copy the full SHA b797d2fView commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 89434e4 - Browse repository at this point
Copy the full SHA 89434e4View commit details
Commits on Jul 12, 2021
-
chore: update to new multiformats (#98)
I had to skip a couple of tests as they use the ipfs api directly which hasn't been migrated yet so it doesn't understand the new CID class. They can be unskipped once js-ipfs ships with the new multiformats module, or the circular dependency between this module and js-ipfs is broken. BREAKING CHANGE: pulls in new multiformats modules
Configuration menu - View commit details
-
Copy full SHA for 1641cef - Browse repository at this point
Copy the full SHA 1641cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for ead69e1 - Browse repository at this point
Copy the full SHA ead69e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ccbfee - Browse repository at this point
Copy the full SHA 7ccbfeeView commit details
Commits on Aug 9, 2021
-
chore(deps): bump filesize from 6.4.0 to 7.0.0 (#100)
Bumps [filesize](https://github.com/avoidwork/filesize.js) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/avoidwork/filesize.js/releases) - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](avoidwork/filesize.js@6.4.0...7.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9dc7d10 - Browse repository at this point
Copy the full SHA 9dc7d10View commit details
Commits on Aug 10, 2021
-
chore(deps-dev): bump ipfsd-ctl from 8.0.2 to 10.0.1 (#103)
Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 8.0.2 to 10.0.1. - [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases) - [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md) - [Commits](ipfs/js-ipfsd-ctl@v8.0.2...v10.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea8bcdd - Browse repository at this point
Copy the full SHA ea8bcddView commit details -
chore(deps-dev): bump ipfs-core from 0.8.0 to 0.9.1 (#102)
Bumps [ipfs-core](https://github.com/ipfs/js-ipfs) from 0.8.0 to 0.9.1. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Vasco Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9a998a - Browse repository at this point
Copy the full SHA b9a998aView commit details
Commits on Sep 7, 2021
-
- Adds types - Converts to ESM - Uses [ejs](https://www.npmjs.com/package/ejs) for html templating
Configuration menu - View commit details
-
Copy full SHA for 319e2b4 - Browse repository at this point
Copy the full SHA 319e2b4View commit details -
chore: upgrade to GitHub-native Dependabot (#91)
* Upgrade to GitHub-native Dependabot * chore: remove ignores Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 596a342 - Browse repository at this point
Copy the full SHA 596a342View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9628b - Browse repository at this point
Copy the full SHA fa9628bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9635881 - Browse repository at this point
Copy the full SHA 9635881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402fa19 - Browse repository at this point
Copy the full SHA 402fa19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 188acd1 - Browse repository at this point
Copy the full SHA 188acd1View commit details
Commits on Sep 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c1f121 - Browse repository at this point
Copy the full SHA 7c1f121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a251d - Browse repository at this point
Copy the full SHA 88a251dView commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e68b815 - Browse repository at this point
Copy the full SHA e68b815View commit details -
Merge branch 'master' of ../js-ipfs-http-response into chore/add-ipfs…
…-http-response-package
Configuration menu - View commit details
-
Copy full SHA for 6bc4187 - Browse repository at this point
Copy the full SHA 6bc4187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d7dfdf - Browse repository at this point
Copy the full SHA 9d7dfdfView commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d335628 - Browse repository at this point
Copy the full SHA d335628View commit details
Commits on Sep 24, 2021
-
chore: apply suggestions from code review
Co-authored-by: Alex Potsides <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 654d84f - Browse repository at this point
Copy the full SHA 654d84fView commit details -
Merge remote-tracking branch 'origin/master' into chore/add-ipfs-http…
…-response-package
Configuration menu - View commit details
-
Copy full SHA for 3059b0e - Browse repository at this point
Copy the full SHA 3059b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d1cb1 - Browse repository at this point
Copy the full SHA 26d1cb1View commit details
Commits on Sep 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f8cc058 - Browse repository at this point
Copy the full SHA f8cc058View commit details