Skip to content

Releases: simple-uploader/Uploader

v0.5.1

28 Jun 03:24
Compare
Choose a tag to compare

Fixes

  • FormData: append undefined bug

v0.5.0

01 Mar 02:45
Compare
Choose a tag to compare

Breaking Changes

  • checkChunkUploadedByResponse option now can control the first chunk's uploaded state, not using xhr status

v0.4.2

15 Nov 09:01
Compare
Choose a tag to compare

Fixes

  • Do not trigger complate event when files is empty

v0.4.0

27 Aug 03:13
Compare
Choose a tag to compare

Features

  • New processParams to process xhr params, default function (params) {return params}

v0.3.0

09 Aug 10:11
Compare
Choose a tag to compare

New options

  • initialPaused Initial paused state, default false.
  • processResponse Process xhr response, default function (response, cb) { cb(null, response) }.

New events

  • .change(event) File input change event.
  • .dragover(event) Drop area dragover event.
  • .dragenter(event) Drop area dragenter event.
  • .dragleave(event) Drop area dragleave event.

v0.2.2

04 May 02:13
Compare
Choose a tag to compare

v0.2.0

27 Oct 10:27
Compare
Choose a tag to compare

New

  • add checkChunkUploadedByResponse.
    Optional function to check chunk was uploaded by XHR response. To the function it will be passed the Uploader.Chunk and the response message. You do not need to upload(test) all chunks now, see Issue #1 for details and reasons.

v0.1.1

17 Oct 15:53
Compare
Choose a tag to compare

Fixes

  • fix #1 ,if ignore file(s) the fileList is errored

Hoo

06 Sep 10:24
Compare
Choose a tag to compare
Hoo

Better readme docs

Format samples

Can use in production without terrible bugs

With Vue.js

Vue component https://github.com/simple-uploader/vue-uploader

v0.0.6

22 Aug 07:58
Compare
Choose a tag to compare

Fixes

  • formatSize always call toFixed

  • fix remove file alse remove folder too