Releases: veliovgroup/Meteor-Files
Releases · veliovgroup/Meteor-Files
v1.9.4
v1.9.3
- Compatibility with
[email protected]
- NPM dependencies update
- Fix #531 , thanks to @OliverColeman
- Fix #532 , thanks to @menelike
- Merge pull request #533 , fix #530 , thanks to @coagmano
v1.9.2
- NPM dependencies update
- Fix #525 , thanks to
- Fix #517 , thanks to @axelvaindal
- Fix #526 , thanks to @hotello
- We are mentioned in Awesome
v1.9.1
- Dependencies update
- Compatibility with
[email protected]
- Compatibility with
[email protected]
v1.9.0
- Compatibility with
[email protected]
- NPM and Atmosphere dependencies update
- No more coffee and CoffeeScript
- Deprecated: globally available
Meteor.Files
- Implemented:
disableUpload
- Disable file upload, useful for server only solutions, see updated Constructor docs - Implemented:
disableDownload
- Disable file download (serving), useful for file management only solutions, see updated Constructor docs - Minor fix in Google Cloud Storage Integration, big thanks to @amos-whitewolf , see #498
- Implemented: Custom headers in
.load()
method (updated), thanks to @zwjcarter , see #501 - Move events interface to
eventemitter3
package - Solve #500 removing 25ms delay before setting
auth-token-cookie
forprotected
downloads, thanks to @vbelolapotkov for pointing this out. Not sure if this will help for initial issue which statedFirst download attempt
, as Meteor's login is async and happens only after DDP connection is established. - Fix
this.user
inonBeforeRemove
hook - Deprecate (temporarily)
throttle
option, not sure if it was working from the beginning
v1.8.3
- Docs update, thanks to @Avijobo
- Fix #474, thanks to @green-coder
- Fix #482, thanks to @daorren
- Overall fixes
- Dependencies update
- Compatibility with
[email protected]
v1.8.2
- Implement #464 , thanks to @jankapunkt , see updated docs
v1.8.1
- Exact code splitting, client part of the library reduced for 35%
- Atmosphere and NPM packages update
- Compatibility with [email protected]
- Fix for #458 - Safari can't handle simultaneous WebSockets connection, and fails to send large data chunks. It's fixed in this release with detecting if browser is Safari with
ddp
used as transport. Note is added to FAQ, Should be fixed in Safari 11. Thanks to @derwok for bringing it in, and @IDCOLL for original issue - Fix resumable uploads, now in 90% upload should survive server reboot and in 98% connection interruption
- Better file stream management with file descriptor caching - should reduce RAM and I/O
v1.8.0
- Exact code splitting for Client and Server to avoid backend NPM package being imported on the Client. Fixing: #450 #445 #444
- Catch Exception on
new Blob
andwindow.URL.createObjectURL
althoughBlob
andURL
is exists on global scope may thrown an error on access in some bizarre browsers - IE support, thanks a lot to @mozibrand and @laosb
v1.7.17
- Compatibility with
[email protected]
- Fix for #437 #432 #427 #420 , thanks a lot to @mgscreativa @stefanve @sotarules @MhdTahsinAlshalabi @marcoschwartz @paulincai @alexgzhou @edwinmp @pozylon @ankibalyan