UNPKG

1.82 kBMarkdownView Raw
1# Change log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
5
6## [2.0.0] - 2017-11-25
7### Changed
8- GitHub batch fixes and optimization
9- Code factorization
10- Remove parameters mutations
11- `.readFile()` now always return a `Buffer`
12- [Dropbox] Retrieve account when providing only the token
13- [Dropbox] Normalize errors (as for #103)
14
15### Added
16- Tools, index and FS are 100% covered
17- Coverage for all connectors
18- [Dropbox] Add some security check
19
20### Fixed
21- In SFTP, directory type is now set to 'application/directory'
22- [Dropbox] Fixes batch upload (Closes ##114)
23
24### Removed
25- WebDAV connector is now a separate plugin
26- `unifile.connectors` is now private
27
28## [1.2.0] - 2017-06-01 - 2017-11-25
29### Added
30- SFTP support
31- `.stat()` method that return information abouth the given path
32- Connector constructor now accepts `infos` to override static infos
33- FS connector now has a sandbox to restrict file access
34
35### Fixed
36- `.getInfos()` now correctly get the session
37- Takes GitHub `redirectUri` into account for OAuth requests
38- Fixes Dropbox batch operation
39- Fixes Dropbox infos when account has not been set yet
40
41### Changed
42- Dropbox is now more tolerant with the path (first `/` is optional)
43 - Includes connector documentation to the global one
44 - Includes README in documentation
45
46## [1.1.0] - 2017-04-26 - 2017-11-25
47### Added
48 - Local filesystem support
49
50## 1.0.0 - 2017-04-05
51### Changed
52 - Total rework of the philosphy
53
54[2.0.0]: https://github.com/silexlabs/unifile/compare/v1.2.0...v2.0.0
55[1.2.0]: https://github.com/silexlabs/unifile/compare/v1.1.0...v1.2.0
56[1.1.0]: https://github.com/silexlabs/unifile/compare/v1.0.0...v1.1.0
\No newline at end of file