Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klpprd committed Jul 15, 2020
1 parent b930434 commit c759c42
Show file tree
Hide file tree
Showing 151 changed files with 7,199 additions and 4,476 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 1.7.0 - 2020-07-15
### Added
- new command to download a folder

## 1.6.0 - 2020-07-09

### Added
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import Client, { File, Folder, Tag, Share } from "nextcloud-node-client";
# Documentation
* [Installation](#installation)
* [Upload files and folders](./docs/upload.md)
* [Download files and folders](./docs/download.md)
* [Get files recursively](./docs/getFiles.md)
* [User Management](./docs/userManagement.md)
* [Tagging](./docs/tagging.md)
Expand Down Expand Up @@ -429,8 +430,8 @@ A code coverage of 100% is aspired
* support also the nextcloud server url instead of the WebDAV url only

### Download
* download file to local disk
* download folder contents to disk recursively
* <strike>download folder contents example</strike>
* <strike>download folder contents to disk recursively</strike>

### Search
* Search for files api
Expand Down
Loading

0 comments on commit c759c42

Please sign in to comment.