Skip to content

Releases: jalik/meteor-jalik-ufs

v0.2.5

06 Aug 09:05
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/jalik/jalik-ufs

v0.2.4

04 Aug 04:55
Compare
Choose a tag to compare
version 0.2.4

- added https option in config to use https URL for file access

v0.2.3

01 Aug 21:45
Compare
Choose a tag to compare
version 0.2.3

- added UploadFS.Config
- added UploadFS.config.simulateReadDelay = int;
- added UploadFS.config.simulateWriteDelay = int;
- added transformRead(from, to, fileId, file) to store options
- renamed transform to transformWrite(from, to, fileId, file)

v0.2.2

29 Jul 07:04
Compare
Choose a tag to compare
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