Releases: jayprajapati857/ngx-uploader-directive
Releases · jayprajapati857/ngx-uploader-directive
1.3.0
1.2.4
Changed
- Readme.
1.2.3
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
Changed
- updated readme for updating the package.
1.2.1
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
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
Fixed
- Response type to any from HttpErrorResponse or HttpResponse. Though it will return only this two types of response.
1.1.5
Changed
- Readme
1.1.4
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
Changed
- param name changed from id to requestId