forked from PureMVC/puremvc-js-multicore-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VERSION
executable file
·34 lines (30 loc) · 1.61 KB
/
VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PureMVC MultiCore Framework for Javascript (Ported)
--------------------------------------------------------------------------
Release Date: 3/11/12
Platform: JavaScript (Native)
Version: 1
Revision: 0
Minor: 1
Authors: David Foley <[email protected]>
: Frédéric Saunier <[email protected]>
: Alain Duchesneau <[email protected]>
-------------------------------------------------------------------------
1.0.1 Exposed the previously internal puremvc.declare() for use by
developers. puremvc.declare() allows you to declare a namespace,
and optionally make an Object the referent of that namespace
(e.g., a set of notification constants). puremvc.declare() is also
used by puremvc.define() to automatically declare namespaces from
class definitions.
Also we made the decision to disallow null multiton keys. In the
original ActionScript, this is never a problem, but in JavaScript
contention could arise if multiple apps by different vendors appear
in the same page and both call Facade.getInstance() without a
multiton key.
1.0 Initial version of Javascript native port on PureMVC.org.
Does not require or depend on any class emulation library.
This port is an summation of three separate JS native ports
that were created around the same time. The goal was to use
the very best implementation of each method in each 'class'.
David Foley took the reigns of the project doing the
integration, documentation, and testing and will carry on
as the official project owner.