Skip to content

Commit 5a51f50

Browse files
committed
Merge pull request #4 from tekool/master
Port upgraded to support TypeScript 1.0 official release
2 parents 8630757 + a069e01 commit 5a51f50

Some content is hidden

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

60 files changed

+4738
-2122
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
* PureMVC Multicore Framework for TypeScript - Copyright © 2012 Frederic Saunier
2-
* PureMVC Framework - Copyright © 2006-2012 Futurescale, Inc.
1+
* PureMVC Multicore Framework for TypeScript - Copyright © 2014 Frederic Saunier
2+
* PureMVC Framework - Copyright © 2006-2014 Futurescale, Inc.
33
* All rights reserved.
44

55
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ PureMVC is a lightweight framework for creating applications based upon the clas
55
* [Live Unit Test Runner](http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/demos/TS/PureMVC_TS_MultiCore_UnitTests/&desc=PureMVC%20TypeScript%20MultiCore%20Unit%20Tests)
66

77
## Status
8-
Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/VERSION)
9-
* Fully unit-tested and demoed, but in 'Development' status since the TypeScript language specification is not finalized.
8+
Production - [Version 1.1](https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/VERSION)
109

1110
## Platforms / Technologies
1211
* [TypeScript](http://www.typescriptlang.org/)
@@ -35,8 +34,8 @@ system path. e.g. on windows: <code>typescript.compiler.path = C:/Documents and
3534
3. Use your favorite editor to run Ant or simply type <code>ant puremvc-typescript-multicore-framework/build
3635

3736
## License
38-
* PureMVC TypeScript Multicore Framework - Copyright © 2012 Frederic Saunier
39-
* PureMVC - Copyright © 2006-2012 Futurescale, Inc.
37+
* PureMVC TypeScript Multicore Framework - Copyright © 2014 Frederic Saunier
38+
* PureMVC - Copyright © 2006-2014 Futurescale, Inc.
4039
* All rights reserved.
4140

4241
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

VERSION

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
PureMVC Multicore Framework for TypeScript
22
----------------------------------------------------------------------------------------------------
3-
Release Date: 12/10/2012
3+
Release Date: 04/17/2014
44
Platform: TypeScript
55
Version: 1
6-
Revision: 0
6+
Revision: 1
77
Author: Frederic Saunier <[email protected]>
8+
Status: Production
89
----------------------------------------------------------------------------------------------------
910

11+
1.1 - Port updated to reflect official release of TypeScript 1.0 (http://blogs.msdn.com/b/typescript/archive/2014/04/02/announcing-typescript-1-0.aspx)
12+
13+
This port was upgraded with the help of systemsymbiosis (https://github.com/systemsymbiosis/)
14+
thanks to him.
15+
1016
1.0 - First official PureMVC TypeScript Multicore port.
1117

1218
This port, is inspired originally from PureMVC Multicore Framework for AS3 port by Cliff Hall but was
1319
converted both from PureMVC AS3 Multicore port and PureMVC JavaScript Multicore for Objs Unit Tests.
1420

1521
Will probably stay tagged as development while TypeScript language specification is not finalized,
16-
but remember that any TypeScript PureMVC project will output ready for production JavaScript.
22+
but remember that any TypeScript PureMVC project will output ready for production JavaScript.

bin/puremvc-typescript-multicore-1.0-min.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)