Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed May 20, 2019
1 parent e3d6f5c commit 22fc5b4
Show file tree
Hide file tree
Showing 23 changed files with 432 additions and 269 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [0.8.0](https://github.com/rafamel/kpo/compare/v0.7.0...v0.8.0) (2019-05-20)


### Features

* **fs/tags:** globs is an exposed function ([cf99127](https://github.com/rafamel/kpo/commit/cf99127))
* **public/fs:** allows all fs functions to take sources arrays; unifies behavior ([d0f6536](https://github.com/rafamel/kpo/commit/d0f6536))
* **public/fs:** allows destination to be a from/to map for copy and move ([8369346](https://github.com/rafamel/kpo/commit/8369346))
* **public/fs:** allows sources to be array returning functions ([1c5786b](https://github.com/rafamel/kpo/commit/1c5786b))
* **public/fs:** exports types ([ee7a7b6](https://github.com/rafamel/kpo/commit/ee7a7b6))
* **public/fs:** options take a logger key to disable logging ([33209be](https://github.com/rafamel/kpo/commit/33209be))


### BREAKING CHANGES

* **fs/tags:** Glob previously returned a promise; it now returns a promise returning function



# [0.7.0](https://github.com/rafamel/kpo/compare/v0.6.0...v0.7.0) (2019-05-19)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

317 changes: 197 additions & 120 deletions docs/globals.html

Large diffs are not rendered by default.

19 changes: 14 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>kpo 0.7.0</title>
<title>kpo 0.8.0</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title">kpo 0.7.0</a>
<a href="index.html" class="title">kpo 0.8.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -54,7 +54,7 @@
<a href="globals.html">Globals</a>
</li>
</ul>
<h1> kpo 0.7.0</h1>
<h1> kpo 0.8.0</h1>
</div>
</div>
</header>
Expand Down Expand Up @@ -214,13 +214,13 @@ <h3 id="kpo-stream"><code>kpo :stream</code></h3>
<a href="interfaces/iexecoptions.html" class="tsd-kind-icon">IExec<wbr>Options</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/ifsoptions.html" class="tsd-kind-icon">IFs<wbr>Options</a>
<a href="interfaces/ifscreatedeleteoptions.html" class="tsd-kind-icon">IFs<wbr>Create<wbr>Delete<wbr>Options</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/ifsreadoptions.html" class="tsd-kind-icon">IFs<wbr>Read<wbr>Options</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/ifswriteoptions.html" class="tsd-kind-icon">IFs<wbr>Write<wbr>Options</a>
<a href="interfaces/ifsupdateoptions.html" class="tsd-kind-icon">IFs<wbr>Update<wbr>Options</a>
</li>
<li class=" tsd-kind-interface">
<a href="interfaces/imultiexecoptions.html" class="tsd-kind-icon">IMulti<wbr>Exec<wbr>Options</a>
Expand Down Expand Up @@ -258,12 +258,18 @@ <h3 id="kpo-stream"><code>kpo :stream</code></h3>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tchildrendefinition" class="tsd-kind-icon">TChildren<wbr>Definition</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tcontentfn" class="tsd-kind-icon">TContent<wbr>Fn</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tcopyfilterfn" class="tsd-kind-icon">TCopy<wbr>Filter<wbr>Fn</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tcoreoptions" class="tsd-kind-icon">TCore<wbr>Options</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tdestination" class="tsd-kind-icon">TDestination</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tlogger" class="tsd-kind-icon">TLogger</a>
</li>
Expand All @@ -273,6 +279,9 @@ <h3 id="kpo-stream"><code>kpo :stream</code></h3>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tscriptfn" class="tsd-kind-icon">TScript<wbr>Fn</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="globals.html#tsource" class="tsd-kind-icon">TSource</a>
</li>
<li class=" tsd-kind-variable">
<a href="globals.html#parallel" class="tsd-kind-icon">parallel</a>
</li>
Expand Down
14 changes: 7 additions & 7 deletions docs/interfaces/iclioptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ICliOptions | kpo 0.7.0</title>
<title>ICliOptions | kpo 0.8.0</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">kpo 0.7.0</a>
<a href="../index.html" class="title">kpo 0.8.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -109,7 +109,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> directory</h3>
<div class="tsd-signature tsd-kind-icon">directory<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L125">types.ts:125</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L125">types.ts:125</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -125,7 +125,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> env</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="ioptions.html">IOptions</a>.<a href="ioptions.html#env">env</a></p>
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L70">types.ts:70</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L70">types.ts:70</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -140,7 +140,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> file</h3>
<div class="tsd-signature tsd-kind-icon">file<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L121">types.ts:121</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L121">types.ts:121</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -156,7 +156,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> log</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="ioptions.html">IOptions</a>.<a href="ioptions.html#log">log</a></p>
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L78">types.ts:78</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L78">types.ts:78</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -172,7 +172,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> silent</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="ioptions.html">IOptions</a>.<a href="ioptions.html#silent">silent</a></p>
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L74">types.ts:74</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L74">types.ts:74</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
12 changes: 6 additions & 6 deletions docs/interfaces/iconfirmoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IConfirmOptions | kpo 0.7.0</title>
<title>IConfirmOptions | kpo 0.8.0</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">kpo 0.7.0</a>
<a href="../index.html" class="title">kpo 0.8.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -103,7 +103,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> initial</h3>
<div class="tsd-signature tsd-kind-icon">initial<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">true</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/public/prompts/confirm.ts#L13">public/prompts/confirm.ts:13</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/public/prompts/confirm.ts#L13">public/prompts/confirm.ts:13</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -118,7 +118,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> no</h3>
<div class="tsd-signature tsd-kind-icon">no<span class="tsd-signature-symbol">:</span> <a href="../globals.html#tscript" class="tsd-signature-type">TScript</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/public/prompts/confirm.ts#L21">public/prompts/confirm.ts:21</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/public/prompts/confirm.ts#L21">public/prompts/confirm.ts:21</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -133,7 +133,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> timeout</h3>
<div class="tsd-signature tsd-kind-icon">timeout<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/public/prompts/confirm.ts#L25">public/prompts/confirm.ts:25</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/public/prompts/confirm.ts#L25">public/prompts/confirm.ts:25</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -148,7 +148,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> yes</h3>
<div class="tsd-signature tsd-kind-icon">yes<span class="tsd-signature-symbol">:</span> <a href="../globals.html#tscript" class="tsd-signature-type">TScript</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/public/prompts/confirm.ts#L17">public/prompts/confirm.ts:17</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/public/prompts/confirm.ts#L17">public/prompts/confirm.ts:17</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
10 changes: 5 additions & 5 deletions docs/interfaces/iexecoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IExecOptions | kpo 0.7.0</title>
<title>IExecOptions | kpo 0.8.0</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">kpo 0.7.0</a>
<a href="../index.html" class="title">kpo 0.8.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -107,7 +107,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> cwd</h3>
<div class="tsd-signature tsd-kind-icon">cwd<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L144">types.ts:144</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L144">types.ts:144</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -122,7 +122,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> env</h3>
<div class="tsd-signature tsd-kind-icon">env<span class="tsd-signature-symbol">:</span> <a href="ioftype.html" class="tsd-signature-type">IOfType</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L148">types.ts:148</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L148">types.ts:148</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -137,7 +137,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> stdio</h3>
<div class="tsd-signature tsd-kind-icon">stdio<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"pipe"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ignore"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"inherit"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/83ed074/src/types.ts#L152">types.ts:152</a></li>
<li>Defined in <a href="https://github.com/rafamel/kpo/blob/e3d6f5c/src/types.ts#L152">types.ts:152</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down

0 comments on commit 22fc5b4

Please sign in to comment.