Skip to content

Releases: jayprajapati857/ngx-uploader-directive

1.3.0

10 Feb 08:34
Compare
Choose a tag to compare

Added

  • Medium.com story url to Readme

Changed

  • updated latest angular version

1.2.4

15 Jul 14:50
Compare
Choose a tag to compare

Changed

  • Readme.

1.2.3

30 Jun 10:07
Compare
Choose a tag to compare

Fixed

  • Done event was not emitting to the output event.

Changed

  • File upload using xhr request is removed due to done event of upload output was not emitting.

1.2.2

30 Jun 04:52
Compare
Choose a tag to compare

Changed

  • updated readme for updating the package.

1.2.1

29 Jun 16:39
Compare
Choose a tag to compare

Added

  • Cancel uploading request.
  • XHR request instead of http client request because when unsubscribing the uploading event it was not cancelling the uploading request.

1.2.0

23 Jun 15:40
Compare
Choose a tag to compare

Fixed

  • Multiple files in multiple request without copying to first requests file to next request.

Changed

  • IUploadInput formdata to data with key value pair instead of formdata. Because taking as formdata and sending to api call its copying previous requests formdata to new request also.

1.1.7

16 Jun 08:57
Compare
Choose a tag to compare

Fixed

  • Response type to any from HttpErrorResponse or HttpResponse. Though it will return only this two types of response.

1.1.5

15 Jun 09:54
305588d
Compare
Choose a tag to compare

Changed

  • Readme

1.1.4

15 Jun 06:02
Compare
Choose a tag to compare

Fixed

  • Fixed error event emittion.
  • Fixed events emittion on invalid request id.

Changed

  • Readme
  • Changed error response to HttpErrorResponse
  • On rejection Http Error response will be returned

1.1.3

03 May 18:10
Compare
Choose a tag to compare

Changed

  • param name changed from id to requestId