All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.0 - 2021-02-10
- Medium.com story url to Readme
- updated latest angular version
1.2.5 - 2020-08-10
- Security Patch.
1.2.4 - 2020-07-15
- Readme.
1.2.3 - 2020-06-30
- Done event was not emitting to the output event.
- File upload using xhr request is removed due to done event of upload output was not emitting.
1.2.2 - 2020-06-30
- updated readme for updating the package.
1.2.1 - 2020-06-29
- 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 - 2020-06-23
- Multiple files in multiple request without copying to first requests file to next request.
- 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 - 2020-06-16
- Response type to any from HttpErrorResponse or HttpResponse. Though it will return only this two types of response.
1.1.5 - 2020-06-15
- Readme
1.1.4 - 2020-06-15
- Fixed error event emittion.
- Fixed events emittion on invalid request id.
- Readme
- Changed error response to HttpErrorResponse
- On rejection Http Error response will be returned
1.1.3 - 2020-05-03
- param name changed from id to requestId
1.1.2 - 2020-05-03
- fixed multiple events response
- Fixed on upload first event was error
1.1.0 - 2020-04-29
- Facility to send headers with request
- Fixed on removing file it will send file and the id of deleted file
- Fixed on cancel uploading file it will send file and the id of cencelled file.
1.0.0 - 2020-04-29
- Added File drag drop dirctive
- Added File select directive
- Uploading files in a single request