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.

0 commit comments

Comments
 (0)