Skip to content

v0.2.2

Compare
Choose a tag to compare
@jalik jalik released this 29 Jul 07:04
· 166 commits to master since this release
version 0.2.2

- added UploadFS.config.storesPath to set the endpoint URL path
- added UploadFS.Store.prototype.onRead method that is called before returning a file from a http request
- added UploadFS.Store.prototype.getFileURL method logic directly in this package
- added UploadFS.Store.prototype.getURL method to get the store URL
- automatically remove the temp file before removing the document
- do not retry upload if the error is 404 or 400