Skip to content

Commit 2c10e51

Browse files
committed
2.1.0 Release
1 parent 51398e9 commit 2c10e51

25 files changed

+219
-220
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ npm i @puremvc/puremvc-typescript-multicore-framework
1515
* [Basic Employee Admin](https://github.com/PureMVC/puremvc-typescript-demo-employeeadmin/wiki)
1616

1717
## Utilities
18-
* [Async Command]() https://github.com/PureMVC/puremvc-typescript-util-async-command
19-
* [State Machine]() https://github.com/PureMVC/puremvc-typescript-util-state-machine
18+
* [Async Command](https://github.com/PureMVC/puremvc-typescript-util-async-command)
19+
* [State Machine](https://github.com/PureMVC/puremvc-typescript-util-state-machine)
2020

2121

2222
## Platforms / Technologies
@@ -25,8 +25,7 @@ npm i @puremvc/puremvc-typescript-multicore-framework
2525
* [ECMAScript](https://en.wikipedia.org/wiki/ECMAScript)
2626
* [CommonJS](https://en.wikipedia.org/wiki/CommonJS)
2727
* [Node.js](https://en.wikipedia.org/wiki/Node.js)
28-
* [React](https://en.wikipedia.org/wiki/React_(JavaScript_library))
29-
* [React Native](https://en.wikipedia.org/wiki/React_Native)
28+
3029

3130
## Status
3231
Production - [Version 2.0.9](https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/VERSION)

VERSION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ PureMVC MultiCore Framework for TypeScript
33
Release Date: 4/13/25
44
Platform: TypeScript
55
Version: 2
6-
Revision: 0
7-
Minor: 9
6+
Revision: 1
7+
Minor: 0
88
Authors: Saad Shams <[email protected]>
9+
: Cliff Hall <[email protected]>
910
--------------------------------------------------------------------------
1011
2.0.0 - Brand new implementation of ported code, equivalent to AS3 MultiCore Version 1.0.5.
1112
2.0.1 - CI/CD Pipeline
@@ -18,3 +19,4 @@ Release Date: 4/13/25
1819
2.0.7 - Increase test coverage
1920
2.0.8 - Remove auto-publish to npm. Remove interfaces folder from bin/cjs and bin/esm
2021
2.0.9 - README demos and utils
22+
2.1.0 - Final esm/cjs release with proper types.

docs/classes/Controller.html

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

docs/classes/Facade.html

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

docs/classes/MacroCommand.html

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

docs/classes/Mediator.html

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

docs/classes/Model.html

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

docs/classes/Notification.html

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

docs/classes/Notifier.html

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

docs/classes/Observer.html

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

docs/classes/Proxy.html

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

docs/classes/SimpleCommand.html

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

docs/classes/View.html

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

docs/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@
1111
<li><a href="https://github.com/PureMVC/puremvc-typescript-demo-employeeadmin/wiki" target="_blank" class="external">Basic Employee Admin</a></li>
1212
</ul>
1313
<a id="md:utilities" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Utilities<a href="#md:utilities" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><ul>
14-
<li><a href="">Async Command</a> <a href="https://github.com/PureMVC/puremvc-typescript-util-async-command" target="_blank" class="external">https://github.com/PureMVC/puremvc-typescript-util-async-command</a></li>
15-
<li><a href="">State Machine</a> <a href="https://github.com/PureMVC/puremvc-typescript-util-state-machine" target="_blank" class="external">https://github.com/PureMVC/puremvc-typescript-util-state-machine</a></li>
14+
<li><a href="https://github.com/PureMVC/puremvc-typescript-util-async-command" target="_blank" class="external">Async Command</a></li>
15+
<li><a href="https://github.com/PureMVC/puremvc-typescript-util-state-machine" target="_blank" class="external">State Machine</a></li>
1616
</ul>
1717
<a id="md:platforms--technologies" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Platforms / Technologies<a href="#md:platforms--technologies" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><ul>
1818
<li><a href="https://en.wikipedia.org/wiki/TypeScript" target="_blank" class="external">TypeScript</a></li>
1919
<li><a href="https://en.wikipedia.org/wiki/JavaScript" target="_blank" class="external">JavaScript</a></li>
2020
<li><a href="https://en.wikipedia.org/wiki/ECMAScript" target="_blank" class="external">ECMAScript</a></li>
2121
<li><a href="https://en.wikipedia.org/wiki/CommonJS" target="_blank" class="external">CommonJS</a></li>
2222
<li><a href="https://en.wikipedia.org/wiki/Node.js" target="_blank" class="external">Node.js</a></li>
23-
<li><a href="https://en.wikipedia.org/wiki/React_(JavaScript_library)" target="_blank" class="external">React</a></li>
24-
<li><a href="https://en.wikipedia.org/wiki/React_Native" target="_blank" class="external">React Native</a></li>
2523
</ul>
2624
<a id="md:status" class="tsd-anchor"></a><h2 class="tsd-anchor-link">Status<a href="#md:status" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><p>Production - <a href="https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/VERSION" target="_blank" class="external">Version 2.0.9</a></p>
2725
<a id="md:license" class="tsd-anchor"></a><h2 class="tsd-anchor-link">License<a href="#md:license" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h2><ul>

docs/interfaces/ICommand.html

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

docs/interfaces/IController.html

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

docs/interfaces/IFacade.html

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

docs/interfaces/IMediator.html

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

docs/interfaces/IModel.html

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

docs/interfaces/INotification.html

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

docs/interfaces/INotifier.html

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

docs/interfaces/IObserver.html

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

0 commit comments

Comments
 (0)