Skip to content

Releases: a179346/nextjs-chunk-upload-action

9.0.0

01 Apr 09:45
Compare
Choose a tag to compare

Full Changelog: 8.2.0...9.0.0

refactor

  • Add default FileLike

8.2.0

08 Mar 07:47
Compare
Choose a tag to compare

Full Changelog: 8.1.0...8.2.0

refactor

  • Update FileLike

8.1.0

08 Mar 07:25
Compare
Choose a tag to compare

Full Changelog: 8.0.0...8.1.0

refactor

  • Update FileLike

8.0.0

08 Mar 07:13
Compare
Choose a tag to compare

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

03 Mar 07:01
Compare
Choose a tag to compare

Full Changelog: 7.0.0...7.1.0

docs

  • Update README
  • Add more comments to ChunkUploaderOptions
  • Add API Reference

7.0.0

02 Mar 13:45
Compare
Choose a tag to compare

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

02 Mar 12:36
Compare
Choose a tag to compare

Full Changelog: 6.0.0...6.1.0

feat

  • Pause should not wait for retry delay

6.0.0

02 Mar 11:45
Compare
Choose a tag to compare

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

01 Mar 18:37
Compare
Choose a tag to compare

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

4.0.0

29 Feb 17:17
Compare
Choose a tag to compare

Full Changelog: 3.1.0...4.0.0

feat

  • Update ChunkUploadHandler type

docs

  • Update README example