Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release vue-uploader 2.0.0 (#69)
🤖 I have created a release *beep* *boop* --- ## [2.0.0](vue-uploader-v1.0.1...vue-uploader-v2.0.0) (2022-10-01) ### ⚠ BREAKING CHANGES * The uploader-core API has been augmented with a new method to support chunked CAR uploads `uploadCarChunks`. The static `encode*` functions are now exported directly from the `*-uploader` modules instead of being injected by the provider and have different signatures to allow for streaming DAG generation. The `uploadCar` method of the provider has been replaced with the more friendly `uploadFile` and `uploadDirectory` functions (and `uploadCarChunks` to allow for direct CAR uploads). ### Features * add CAR splitting ([#66](#66)) ([1c57dba](1c57dba)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information