forked from PureMVC/puremvc-swift-standard-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VERSION
16 lines (15 loc) · 827 Bytes
/
VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PureMVC Standard Framework for Swift (Ported)
--------------------------------------------------------------------------
Release Date: 03/16/16
Platform: Swift
Version: 1.1
Revision: 0
Author: Saad Shams <saad.shams@puremvc.org>
--------------------------------------------------------------------------
1.0 - Initial upload of ported code, equivalent to AS3 Standard Version 2.0.4.
1.1 - Swift 2.0 support was added. Updated swift header documentation to newer
standard for parameters and returns. Swift 2.0 compiler restricts
using redundant conformance of protocols, for instance Proxy can't respecify
INotifer in it's declaration since it's already declared and conformed in
it's parent class Notifier. Update of var into let declarations for never
mutated variables.