Skip to content

Commit

Permalink
[Release] Increase version to 0.2.4 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
nev21 authored Apr 26, 2023
1 parent 6f77b53 commit bd93b3a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.2.4 Apr 25th, 2023

## Changelog

- #50 [Bug] SCRIPT5009: 'Promise' is undefined
- #52 Update ts-utils to 0.9.5

# v0.2.3 Apr 24th, 2023

## Changelog
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/functions/createNativeAllPromise.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4 class="tsd-returns-title">Returns <a href="../interfaces/IPromise.html" clas
promises reject.
</ul><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/promise/nativePromise.ts#L90">lib/src/promise/nativePromise.ts:90</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/promise/nativePromise.ts#L92">lib/src/promise/nativePromise.ts:92</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/functions/createNativePromise.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Function createNativePromise</h1></div>
available native Promise implementation.
If runtime does not support native <code>Promise</code> class (or no polyfill is available) this function will fallback to using
<code>createAsyncPromise</code> which will resolve them <strong>asynchronously</strong> using the optional provided timeout value to
schedule when the chained items will be ececuted.</p>
schedule when the chained items will be executed.</p>
</div>
<section class="tsd-panel">
<h4>Type Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/functions/createNativeRejectedPromise.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/promise/nativePromise.ts#L115">lib/src/promise/nativePromise.ts:115</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/promise/nativePromise.ts#L117">lib/src/promise/nativePromise.ts:117</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/functions/createNativeResolvedPromise.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/promise/nativePromise.ts#L103">lib/src/promise/nativePromise.ts:103</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/nevware21/ts-async/blob/main/lib/src/promise/nativePromise.ts#L105">lib/src/promise/nativePromise.ts:105</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevware21/ts-async",
"description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "https://github.com/nevware21/ts-async",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevware21/ts-async",
"description": "support for asynchronous development with a Promise based task Scheduler, several different Promise implementations (synchronous, idle, asynchronous and native runtime wrappers), await helpers, and aliases all built and tested using TypeScript.",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "https://github.com/nevware21/ts-async",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit bd93b3a

Please sign in to comment.