UNPKG

2.56 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## [Unreleased]
7
8## [2.0.1] - 2017-12-11
9### Fixed
10- [Dropbox] Batch correctly overwrite existing files (https://github.com/silexlabs/unifile/issues/131)
11- [Dropbox] Batch now correctly rejects the promise if one action failed (https://github.com/silexlabs/unifile/issues/131)
12- [Dropbox] Batch upload uses `Buffer` for file content and supports UTF-8 (https://github.com/silexlabs/unifile/issues/130)
13- [Dropbox] All the methods support non-ASCII char in filename and content (https://github.com/silexlabs/unifile/issues/134)
14
15## [2.0.0] - 2017-11-25
16### Changed
17- GitHub batch fixes and optimization
18- Code factorization
19- Remove parameters mutations
20- `.readFile()` now always return a `Buffer`
21- [Dropbox] Retrieve account when providing only the token
22- [Dropbox] Normalize errors (https://github.com/silexlabs/unifile/issues/103)
23
24### Added
25- Tools, index and FS are 100% covered
26- Coverage for all connectors
27- [Dropbox] Add some security check
28
29### Fixed
30- In SFTP, directory type is now set to 'application/directory'
31- [Dropbox] Fixes batch upload (https://github.com/silexlabs/unifile/issues/114)
32
33### Removed
34- WebDAV connector is now a separate plugin
35- `unifile.connectors` is now private
36
37## [1.2.0] - 2017-06-01 - 2017-11-25
38### Added
39- SFTP support
40- `.stat()` method that return information abouth the given path
41- Connector constructor now accepts `infos` to override static infos
42- FS connector now has a sandbox to restrict file access
43
44### Fixed
45- `.getInfos()` now correctly get the session
46- Takes GitHub `redirectUri` into account for OAuth requests
47- Fixes Dropbox batch operation
48- Fixes Dropbox infos when account has not been set yet
49
50### Changed
51- Dropbox is now more tolerant with the path (first `/` is optional)
52 - Includes connector documentation to the global one
53 - Includes README in documentation
54
55## [1.1.0] - 2017-04-26 - 2017-11-25
56### Added
57 - Local filesystem support
58
59## 1.0.0 - 2017-04-05
60### Changed
61 - Total rework of the philosphy
62
63[Unreleased]: https://github.com/silexlabs/unifile/compare/v2.0.1...HEAD
64[2.0.1]: https://github.com/silexlabs/unifile/compare/v2.0.0...v2.0.1
65[2.0.0]: https://github.com/silexlabs/unifile/compare/v1.2.0...v2.0.0
66[1.2.0]: https://github.com/silexlabs/unifile/compare/v1.1.0...v1.2.0
67[1.1.0]: https://github.com/silexlabs/unifile/compare/v1.0.0...v1.1.0