This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
1 parent
98710c6
commit cbd3e94
Showing
36 changed files
with
378 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.151.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.151.0) (2021-09-24) | ||
|
||
|
||
### Features | ||
|
||
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) | ||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` | ||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.150.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.150.4) (2021-09-17) | ||
|
||
**Note:** Version bump only for package interface-ipfs-core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "interface-ipfs-core", | ||
"version": "0.150.4", | ||
"version": "0.151.0", | ||
"description": "A test suite and interface you can use to implement a IPFS core interface.", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"type": "module", | ||
|
@@ -72,7 +72,7 @@ | |
"copyfiles": "^2.4.1", | ||
"delay": "^5.0.0", | ||
"err-code": "^3.0.1", | ||
"ipfs-core-types": "^0.7.3", | ||
"ipfs-core-types": "^0.8.0", | ||
"ipfs-unixfs": "^6.0.3", | ||
"ipfs-unixfs-importer": "^9.0.3", | ||
"ipfs-utils": "^9.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.0) (2021-09-24) | ||
|
||
|
||
### Features | ||
|
||
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) | ||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` | ||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.8.8](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.8) (2021-09-17) | ||
|
||
**Note:** Version bump only for package ipfs-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-09-24) | ||
|
||
|
||
### Features | ||
|
||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.6.6](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.6) (2021-09-17) | ||
|
||
**Note:** Version bump only for package ipfs-client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.0) (2021-09-24) | ||
|
||
|
||
### Features | ||
|
||
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` | ||
|
||
|
||
|
||
|
||
|
||
## [0.10.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.5) (2021-09-17) | ||
|
||
**Note:** Version bump only for package ipfs-core-utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-core-config", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Package to store node and browser specific config for ipfs-core", | ||
"author": "Alex Potsides <[email protected]>", | ||
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme", | ||
|
@@ -106,7 +106,7 @@ | |
}, | ||
"devDependencies": { | ||
"aegir": "^35.1.0", | ||
"rimraf": "^3.0.2", | ||
"ipfs-core-utils": "^0.10.5" | ||
"ipfs-core-utils": "^0.11.0", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.8.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.0) (2021-09-24) | ||
|
||
|
||
### Features | ||
|
||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.7.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.3) (2021-09-17) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-core-types", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"description": "IPFS interface definitions used by implementations for API compatibility.", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"types": "types/src/index.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,29 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.11.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.11.0) (2021-09-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* handle node readable streams properly ([#3890](https://github.com/ipfs/js-ipfs/issues/3890)) ([b0f367d](https://github.com/ipfs/js-ipfs/commit/b0f367d666aceb4ea8bdd532a9d8c3501f8cc78d)), closes [#3882](https://github.com/ipfs/js-ipfs/issues/3882) | ||
|
||
|
||
### Features | ||
|
||
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) | ||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` | ||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.10.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.5) (2021-09-17) | ||
|
||
**Note:** Version bump only for package ipfs-core-utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-core-utils", | ||
"version": "0.10.5", | ||
"version": "0.11.0", | ||
"description": "Package to share code between ipfs and ipfs-http-client", | ||
"author": "Alex Potsides <[email protected]>", | ||
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme", | ||
|
@@ -111,7 +111,7 @@ | |
"browser-readablestream-to-it": "^1.0.1", | ||
"debug": "^4.1.1", | ||
"err-code": "^3.0.1", | ||
"ipfs-core-types": "^0.7.3", | ||
"ipfs-core-types": "^0.8.0", | ||
"ipfs-unixfs": "^6.0.3", | ||
"ipfs-utils": "^9.0.1", | ||
"it-all": "^1.0.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.11.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.11.0) (2021-09-24) | ||
|
||
|
||
### Features | ||
|
||
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) | ||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` | ||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.10.8](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.8) (2021-09-17) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.10.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.0) (2021-09-24) | ||
|
||
|
||
### Features | ||
|
||
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b)) | ||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)` | ||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.9.8](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.8) (2021-09-17) | ||
|
||
**Note:** Version bump only for package ipfs-daemon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,27 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-09-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* handle node readable streams properly ([#3890](https://github.com/ipfs/js-ipfs/issues/3890)) ([b0f367d](https://github.com/ipfs/js-ipfs/commit/b0f367d666aceb4ea8bdd532a9d8c3501f8cc78d)), closes [#3882](https://github.com/ipfs/js-ipfs/issues/3882) | ||
|
||
|
||
### Features | ||
|
||
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* There are no default exports and everything is now dual published as ESM/CJS | ||
|
||
|
||
|
||
|
||
|
||
## [0.6.5](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.5) (2021-09-17) | ||
|
||
**Note:** Version bump only for package ipfs-grpc-client | ||
|
Oops, something went wrong.