-
Notifications
You must be signed in to change notification settings - Fork 9
/
VERSION
35 lines (28 loc) · 1.38 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
35
PureMVC MultiCore Framework for Python (Ported)
--------------------------------------------------------------------------
Release Date: 20/02/2013
Platform: Python 2.5+
Version: 1
Revision: 0
Minor: 1
Authors: Toby de Havilland <[email protected]>
Daniele Esposti <[email protected]>
--------------------------------------------------------------------------
1.0.1 - * Renamed 'noteType' keyword in Notification's constructor to 'type'
for consistency
1.0.0 - * Official PureMVC.org release
0.3.2 - * Added unit test for non-null values in Proxy's constructor
* Fixes in unit tests code to support Python 2.5
0.3.1 - * Fixed fabric test() task and added task's descriptions
* Fixed class inheritance where some classes inherit twice from the
same interface
* Improved docs strings
* Added missing tests in the unit test list
* Facade.getInstance() returns a new instance of the current class
instead of a base Facade class
* The 'body' argument in sendNotification() methods is always optional
* Proxy class should call it's superclass in the constructor
0.3.0 - Renamed main package from puremvc_mc to puremvc
0.2.1 - Made code PEP8 compliant
0.2 - Improved unit test to cover multicore features
0.1 - Initial project port from AS3 code