Skip to content

Releases: akanass/rx-file-upload

v2.3.0

11 Oct 11:14
Compare
Choose a tag to compare
  • deps(package): Update all packages.

v2.2.0

15 Sep 13:22
Compare
Choose a tag to compare
  • deps(package): Update all packages.

v2.1.0

27 Jul 16:52
Compare
Choose a tag to compare
  • deps(package): Update all packages.

v2.0.0

17 Jun 17:09
Compare
Choose a tag to compare
  • feat(rxFileUpload): Build only in ESNEXT because the applications will take care of compiling in the version they want.
  • deps(package): Update all packages.
  • doc(readme): Update documentation.

v1.2.0

27 May 17:24
Compare
Choose a tag to compare
  • feat(rxFileUpload): Add new fields in chunkData and update File instance for chunk binary with the same values than chunkData. All details are there.
  • deps(package): Update all packages and use latest rxjs version (7.1.0).
  • doc(readme): Update documentation.

v1.1.0

13 May 01:31
Compare
Choose a tag to compare
  • feat(rxFileUploadId): Add unique identifier used to identify a transaction. This value will be in the FormData in rxFileUploadId field and in X-RxFileUpload-ID header.
  • feat(progress): Allow the user to disable the progress completion, through the RxFileUploadConfig, at the end of the .upload method. This is useful if the user want to keep the same instance of RxFileUpload and call the .upload method several times without having to subscribe again to the .progress$ Observable.
  • feat(rxFileUpload): Code improvement.
  • fix(rxFileUpload): RxFileUpload instance can be used several times without being in conflict with its internal data when the .upload method is called several times in a row. An error will be thrown if the process isn't finished before calling another time the .upload method.
  • fix(formdata): switch the order of the fields in the FormData instance in order to be able to receive them before the file in the backend. Like this, the data can be used to process files or chunks without having to parse or save the file first.
  • deps(package): Update all packages and use latest rxjsversion (7.0.1).
  • doc(readme): Update documentation.

v1.0.1

10 May 18:50
Compare
Choose a tag to compare

Full implementation of RxFileUpload library.