You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.