Skip to content

Commit 81ff919

Browse files
committed
[RELEASE] 0.4.0
1 parent 8c5a82f commit 81ff919

12 files changed

+26
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2022-04-19
11+
1012
### Added
1113

1214
- `schedulingService`

docs/modules/abnService.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/modules/conditionalLogicService.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/modules/fileUploadService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>File Upload Service</h2>
66
</div><div><p>Helper functions for handling file uploads</p>
77
<pre><code class="language-js"><span class="hl-5">import</span><span class="hl-0"> { </span><span class="hl-6">fileUploadService</span><span class="hl-0"> } </span><span class="hl-5">from</span><span class="hl-0"> </span><span class="hl-2">&#39;@oneblink/sdk-core&#39;</span>
88
</code></pre>
9-
</div></div></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-namespace"><a href="fileUploadService.html#getContentDisposition" class="tsd-kind-icon">get<wbr/>Content<wbr/>Disposition</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace"><a id="getContentDisposition" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Content<wbr/>Disposition<a href="#getContentDisposition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace"><li class="tsd-signature tsd-kind-icon">get<wbr/>Content<wbr/>Disposition<span class="tsd-signature-symbol">(</span>filename<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/oneblink/sdk-core-js/blob/46c2f47/src/fileUploadService.ts#L15">src/fileUploadService.ts:15</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
9+
</div></div></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-namespace"><a href="fileUploadService.html#getContentDisposition" class="tsd-kind-icon">get<wbr/>Content<wbr/>Disposition</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace"><a id="getContentDisposition" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Content<wbr/>Disposition<a href="#getContentDisposition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace"><li class="tsd-signature tsd-kind-icon">get<wbr/>Content<wbr/>Disposition<span class="tsd-signature-symbol">(</span>filename<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/oneblink/sdk-core-js/blob/8c5a82f/src/fileUploadService.ts#L15">src/fileUploadService.ts:15</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
1010
<p>Attempts to get the content disposition for the header by compiling a string
1111
of UTF-8 formatting based on the file name.</p>
1212
</div><div>

0 commit comments

Comments
 (0)