v1.4.0
This release enhances the add feature, by allowing to precisely upload files and directories instead of raw data.
Additions
- Added the
IPFSClient::addFilemethod, which allows for adding files to IPFS.- Added corresponding tests for the new method.
- Added the
IPFSClient::addDirectorymethod, which allows for adding directories to IPFS.- Added corresponding tests for the new method.
- Added the
Directorymodel and corresponding transformer.- Added corresponding tests for the new transformer.
- Other minor additions such as
Helper\FilesytemHelper - Added code examples.
Updates
- Updated
README.mdto use the newIPFSClient::addFilemethod instead ofIPFSClient::addin the provided code example.