Releases: silexlabs/unifile
Releases · silexlabs/unifile
2.0.8
2.0.4
2.0.3
Fixed
- [FTP] Prevents server crash when unable to connect to server (silexlabs/CloudExplorer2#57)
2.0.2
2.0.1
v2.0.0
Changed
- GitHub batch fixes and optimization
- Code factorization
- Remove parameters mutations
.readFile()
now always return aBuffer
- [Dropbox] Retrieve account when providing only the token
- [Dropbox] Normalize errors (as for #103)
Added
- Tools, index and FS are 100% covered
- Coverage for all connectors
- [Dropbox] Add some security check
Fixed
- In SFTP, directory type is now set to 'application/directory'
- [Dropbox] Fixes batch upload (Closes ##114)
Removed
- WebDAV connector is now a separate plugin
unifile.connectors
is now private
v1.2.0
Added
- SFTP support
.stat()
method that return information abouth the given path- Connector constructor now accepts
infos
to override static infos - FS connector now has a sandbox to restrict file access
Fixed
.getInfos()
now correctly get the session- Takes GitHub
redirectUri
into account for OAuth requests - Fixes Dropbox batch operation
- Fixes Dropbox infos when account has not been set yet
Changed
- Dropbox is now more tolerant with the path (first
/
is optional) - Includes connector documentation to the global one
- Includes README in documentation
v1.1.0
Release 1.0.0
Complete makeover of the library