Skip to content

Releases: kukhariev/ngx-uploadx

v2.5.0

10 Mar 22:42
Compare
Choose a tag to compare

Bug Fixes

Features

v2.4.6

06 Mar 14:44
Compare
Choose a tag to compare

Bug Fixes

  • HttpRequests not aborted on pause and cancel (7de869e)
  • delete is not send to server on cancel (583771f), closes #22
  • handle expired uploads (6ee8c30)

v2.4.5

04 Mar 12:50
Compare
Choose a tag to compare

Bug Fixes

  • 'upload' action (37a2229), closes #18
  • app: missing error handler example (e8b886f)
  • app: missing onPush example (aa04673)
  • do not processQueue on progress events (6f1693d)
  • kill request listeners on cancel (25009ae)
  • send delete request on cancel (d6899be), closes #20
  • autoUpload default value (ff5e58b)
  • make Uploader public (0804e58)
  • reset queue on init (e9cd7da)

Features

v2.4.0

28 Feb 08:36
Compare
Choose a tag to compare

Bug Fixes

  • add UploadStatus cast in the code (58e9987)
  • avoid possible logic error with negative numbers in slice function (6b6bb62)
  • handlers files methods are not async any more (5ed593e)
  • unnecessary processQueue calls (939764f)
  • update autoUoloadFiles method to put as queue the added files (301a2b5)
  • upload more than the concurrent limit (750ea5a)
  • use forEach instead map (7bf8144)
  • app: sass deprecation warning (135aa10)

Features

  • start queue upload if some upload finish (0fe11de)

v2.3.4

24 Feb 15:53
Compare
Choose a tag to compare

Bug Fixes

v2.3.3

29 May 11:22
Compare
Choose a tag to compare

Bug Fixes

  • first chunk abort (2bea469)
  • not fire event if status not changed (04a94e3)

v2.3.2

24 Feb 12:21
Compare
Choose a tag to compare

Bug Fixes

  • allow to upload images in the server (701e651)
  • don't delete completed uploads (3aa88a2)
  • new example way tests (ca2accb)
  • refactoring all files dependencies with the angular specifications (7e2f231)
  • Remove package-lock.json file from version control (b2068cb)
  • serviceCodeWay component tests (c5437f9)
  • stop using fileList as array for avoid test error (89bc6cb)

Features

  • Create new example to upload files by code and add handleFile method to the uploadx service (94a2b8d)

v2.2.1

19 Feb 10:21
Compare
Choose a tag to compare

Bug Fixes

v2.2.0

18 Feb 10:38
Compare
Choose a tag to compare

Bug Fixes

Features

  • allow keys in response (5c640c2)
  • metadata getter (4f857b1)
  • parse IE response (eb20990)
  • pass function as token, headers, metadata (9614c05)

v2.1.0

13 Feb 00:17
Compare
Choose a tag to compare

Bug Fixes

Features