Releases: a179346/nextjs-chunk-upload-action
Releases · a179346/nextjs-chunk-upload-action
9.0.0
8.2.0
8.1.0
8.0.0
Full Changelog: 7.1.0...8.0.0
feat
- Replace File with FileLike
docs
- Update API reference with information on how status changes
7.1.0
Full Changelog: 7.0.0...7.1.0
docs
- Update README
- Add more comments to ChunkUploaderOptions
- Add API Reference
7.0.0
Full Changelog: 6.1.0...7.0.0
feat
- Pause should not wait for retry delay
- Allow pausing when the last chunk is being uploaded
- Allow aborting when status is 'error'
6.1.0
6.0.0
Full Changelog: 5.0.0...6.0.0
feat
- Add pause, resume, and abort functionality
- Refactor ChunkUploaderOptions onStatusChange signature
- Add getter methods for file, canStart, canPause, canResume, and canAbort
- Refactor ChunkUploader's onAborted callback to include metadata
docs
- Update start comment
- Update options comment
5.0.0
Full Changelog: 4.0.0...5.0.0
refactor
- Refactor uploadChunk into uploadNextChunk
- Refactor chunk uploading logic
style
- prettier post build
docs
- Update README example
chore
- Update project configuration