Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JbIPS committed Jun 1, 2017
1 parent 8a94491 commit 5f1572d
Show file tree
Hide file tree
Showing 23 changed files with 671 additions and 113 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.2.0] - 2017-06-01
### Added
- SFTP support
- `.stat()` method that return information abouth the given path
Expand All @@ -29,5 +29,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Changed
- Total rework of the philosphy

[Unreleased]: https://github.com/silexlabs/unifile/compare/v1.1.0...HEAD
[1.2.0]: https://github.com/silexlabs/unifile/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/silexlabs/unifile/compare/v1.0.0...v1.1.0
4 changes: 2 additions & 2 deletions docs/DropboxConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h4 class="name" id="DropboxConnector"><span class="type-signature"></span>new D

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-dropbox.js.html">unifile-dropbox.js</a>, <a href="unifile-dropbox.js.html#line116">line 116</a>
<a href="unifile-dropbox.js.html">unifile-dropbox.js</a>, <a href="unifile-dropbox.js.html#line118">line 118</a>
</li></ul></dd>


Expand Down Expand Up @@ -371,7 +371,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 22 2017 17:38:29 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Jun 01 2017 17:12:38 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
120 changes: 118 additions & 2 deletions docs/FsConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="name" id="FsConnector"><span class="type-signature"></span>new FsConn

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-fs.js.html">unifile-fs.js</a>, <a href="unifile-fs.js.html#line24">line 24</a>
<a href="unifile-fs.js.html">unifile-fs.js</a>, <a href="unifile-fs.js.html#line28">line 28</a>
</li></ul></dd>


Expand Down Expand Up @@ -187,6 +187,85 @@ <h6>Properties</h6>
<tbody>


<tr>

<td class="name"><code>sandbox</code></td>


<td class="type">


<span class="param-type">string</span>
|

<span class="param-type">Array.&lt;string></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last"><p>Restrict connector access to this path (if string)
or these paths (if array)</p></td>
</tr>



<tr>

<td class="name"><code>rootPath</code></td>


<td class="type">


<span class="param-type">string</span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last"><p>Path against all relative paths will be resolved.
Default to the first sandbox path if given or /.</p></td>
</tr>



<tr>

<td class="name"><code>showHiddenFiles</code></td>
Expand Down Expand Up @@ -225,6 +304,43 @@ <h6>Properties</h6>
</tr>



<tr>

<td class="name"><code>infos</code></td>


<td class="type">


<span class="param-type"><a href="global.html#ConnectorStaticInfos">ConnectorStaticInfos</a></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last"><p>Connector infos to override</p></td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -282,7 +398,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 22 2017 17:38:29 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Jun 01 2017 17:12:38 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
41 changes: 39 additions & 2 deletions docs/FtpConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="name" id="FtpConnector"><span class="type-signature"></span>new FtpCo

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-ftp.js.html">unifile-ftp.js</a>, <a href="unifile-ftp.js.html#line48">line 48</a>
<a href="unifile-ftp.js.html">unifile-ftp.js</a>, <a href="unifile-ftp.js.html#line50">line 50</a>
</li></ul></dd>


Expand Down Expand Up @@ -260,6 +260,43 @@ <h6>Properties</h6>
</tr>



<tr>

<td class="name"><code>infos</code></td>


<td class="type">


<span class="param-type"><a href="global.html#ConnectorStaticInfos">ConnectorStaticInfos</a></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last"><p>Connector infos to override</p></td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -317,7 +354,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 22 2017 17:38:29 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Jun 01 2017 17:12:38 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
41 changes: 39 additions & 2 deletions docs/GitHubConnector.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h4 class="name" id="GitHubConnector"><span class="type-signature"></span>new Gi

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="unifile-github.js.html">unifile-github.js</a>, <a href="unifile-github.js.html#line106">line 106</a>
<a href="unifile-github.js.html">unifile-github.js</a>, <a href="unifile-github.js.html#line108">line 108</a>
</li></ul></dd>


Expand Down Expand Up @@ -376,6 +376,43 @@ <h6>Properties</h6>
</tr>



<tr>

<td class="name"><code>infos</code></td>


<td class="type">


<span class="param-type"><a href="global.html#ConnectorStaticInfos">ConnectorStaticInfos</a></span>



</td>


<td class="attributes">

&lt;optional><br>





</td>



<td class="default">

</td>


<td class="description last"><p>Connector infos to override</p></td>
</tr>


</tbody>
</table>

Expand Down Expand Up @@ -433,7 +470,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon May 22 2017 17:38:29 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Jun 01 2017 17:12:38 GMT+0200 (CEST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
Loading

0 comments on commit 5f1572d

Please sign in to comment.