Skip to content

Commit 53768ba

Browse files
committed
* Updated package.json
- we're on 2.0.1 now because the first publish had problems due to dependency list - moved dependencies to devDependencies because we have no actual dependencies only build and docs helpers. on installation it was throwing a bunch of noise about out of date dependencies. Moving them to devDependencies fixed that - added npm scripts for publishing - added keywords and files sections - fixed author attribution * Added docs to repo (we'll get it to publish with GitHub pages
1 parent bb7fa77 commit 53768ba

File tree

61 files changed

+48939
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+48939
-223
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
BSD 3-Clause License
22

33
* PureMVC Standard Framework for JavaScript
4-
* PureMVC - Copyright © 2023 Saad Shams, David Foley
5-
* PureMVC - Copyright © 2023 Futurescale, Inc.
4+
* PureMVC - Copyright © 2023 Saad Shams, David Foley, Cliff Hall
5+
* PureMVC - Copyright © 2006-2023 Futurescale, Inc.
66
* All rights reserved.
77

88
Redistribution and use in source and binary forms, with or without

VERSION

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
PureMVC MultiCore Framework for JavaScript
22
--------------------------------------------------------------------------
3-
Release Date: 12/14/23
3+
Release Date: 3/3/24
44
Platform: JavaScript
55
Version: 2
66
Revision: 0
7-
Minor: 0
7+
Minor: 1
88
Authors: Saad Shams <[email protected]>
99
: David Foley <[email protected]>
10+
: Cliff Hall <[email protected]>
1011
--------------------------------------------------------------------------
11-
2.0 - Brand new implementation of ported code, equivalent to AS3 MultiCore Version 1.0.5.
12+
2.0 - Brand new implementation of ported code, equivalent to AS3 MultiCore Version 1.0.5.
13+
2.0.1 - Package for npm

docs/Controller.html

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

docs/MacroCommand.html

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

docs/Mediator.html

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

docs/Model.html

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

docs/Notification.html

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

docs/Notifier.html

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

docs/Observer.html

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

docs/Proxy.html

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

0 commit comments

Comments
 (0)