|
08aa551c11
|
initial location snippets documentation
|
2014-05-19 10:56:12 +03:00 |
|
|
d9a7a98358
|
Added application module tests.
|
2014-05-16 18:54:18 +03:00 |
|
|
c81860aaf8
|
Added Full Build configuration to BCL project & updated build task
|
2014-05-16 18:25:11 +03:00 |
|
|
000530e4e8
|
updated location
|
2014-05-16 16:46:21 +03:00 |
|
|
599bc7c10e
|
timer tests and snippets added
|
2014-05-16 16:16:29 +03:00 |
|
|
35b9159b5e
|
Update Readme.md
|
2014-05-16 15:56:44 +03:00 |
|
|
2380a7f705
|
Update Readme.md
|
2014-05-16 15:56:00 +03:00 |
|
|
d39b820bed
|
Update Readme.md
|
2014-05-16 15:54:55 +03:00 |
|
|
8034333fe9
|
Updated the BCL readme file.
|
2014-05-16 15:53:21 +03:00 |
|
|
bf84c7a976
|
Added support for .impl suffix for files where we have same d.ts and ts names - e.g. file-system.d.ts & file-system.ts. Updated the BuildTasks.dll with the new logic.
|
2014-05-16 15:42:08 +03:00 |
|
|
8777ad7c5f
|
Fixed an issue in FileSystem module.
|
2014-05-16 15:42:08 +03:00 |
|
|
211fcc8d4e
|
minor location fixes and updates
|
2014-05-16 13:48:00 +03:00 |
|
|
a46b631812
|
test updated
|
2014-05-16 11:50:23 +03:00 |
|
|
2b47aebbe8
|
http module refactored
|
2014-05-16 10:18:25 +03:00 |
|
|
4faced08aa
|
http internal references refactored
|
2014-05-16 09:53:34 +03:00 |
|
|
eb4eab2614
|
three ";" removed
|
2014-05-16 09:46:22 +03:00 |
|
|
df7d3c86e9
|
Removed image\readme.md from project file
|
2014-05-15 17:48:24 +03:00 |
|
|
c6483cd32a
|
http module improved with more methods
|
2014-05-15 17:14:04 +03:00 |
|
|
c946c24ae2
|
Renamed image module to image-source. Extended the testRunner to accept module name to run.
|
2014-05-15 16:13:43 +03:00 |
|
|
9a0fb96d62
|
http snippets updated again
|
2014-05-15 13:58:55 +03:00 |
|
|
55057bfa5a
|
http code snippets updated
|
2014-05-15 13:33:29 +03:00 |
|
|
b3f09ff774
|
http module improved
|
2014-05-15 12:13:58 +03:00 |
|
|
4f791e5c31
|
Renamed image-impl to image-native. Renamed console-helper to console-native.
|
2014-05-15 11:34:03 +03:00 |
|
|
6264f82f85
|
test name fixed
|
2014-05-15 11:20:42 +03:00 |
|
|
7d20bbf533
|
http tests updated
|
2014-05-15 11:14:12 +03:00 |
|
|
5cb2af29b1
|
readme updated and one test made async
|
2014-05-15 10:50:33 +03:00 |
|
|
5d6cf14bea
|
application common naming changed to use "-"
|
2014-05-15 10:31:52 +03:00 |
|
|
5225d188fb
|
module merge usage fixed
|
2014-05-15 10:28:21 +03:00 |
|
|
81dfaf8e44
|
naming fixed
|
2014-05-15 10:10:45 +03:00 |
|
|
fe5f30836c
|
unused files deleted
|
2014-05-15 10:02:45 +03:00 |
|
|
012a4c40be
|
module merge util module naming changed to use "-"
|
2014-05-15 10:00:17 +03:00 |
|
|
4b14fd1a19
|
location module naming changed to use "-"
|
2014-05-15 09:50:41 +03:00 |
|
|
a19fbf85a6
|
local-settings naming changed to use "-"
|
2014-05-15 09:44:28 +03:00 |
|
|
a1db810eec
|
http and file-system naming changed to use "-"
|
2014-05-15 09:36:08 +03:00 |
|
|
056d43089f
|
console module naming changed to "-"
|
2014-05-15 09:25:32 +03:00 |
|
|
e8d3669d98
|
updated location and location tests
|
2014-05-14 19:30:10 +03:00 |
|
|
0242773cae
|
Refactored the Image module. Added image.fromUrl method. Added image-tests.
|
2014-05-14 19:15:06 +03:00 |
|
|
4880d048c4
|
Fixed a bug in the snippets extractor regexes.
Updated the file system md.
|
2014-05-14 17:46:06 +03:00 |
|
|
60b80c5418
|
Added some tests for file system.
Improved the structure of the FileSystem help.
|
2014-05-14 17:26:21 +03:00 |
|
|
c2a18eb857
|
setTimeout and setInterval are now more TypeScript like
|
2014-05-14 16:01:03 +03:00 |
|
|
8c8bbd6bb0
|
setTimeout and setInternval second argument type no longer checked if it is number
|
2014-05-14 15:57:16 +03:00 |
|
|
8b2c56a346
|
default argument value added for setTimeout and setInterval
|
2014-05-14 15:48:05 +03:00 |
|
|
34ebbca3ef
|
Added Documentation configuration in the BCL solution.
Added VS build step in the snippets build script.
|
2014-05-14 15:07:53 +03:00 |
|
|
66da3cc988
|
Fixed app module initialization (renaming to small letters)
|
2014-05-14 14:50:44 +03:00 |
|
|
ed7ea974bf
|
Added the waitUntilReady in TKUnit. Updated the location_tests to use the new functionality.
|
2014-05-14 14:20:16 +03:00 |
|
|
d57abd88c4
|
http require Utils fixed :(
|
2014-05-14 13:41:30 +03:00 |
|
|
9d379a8834
|
require fixes
|
2014-05-14 12:55:59 +03:00 |
|
|
8107211aee
|
two require fixed
|
2014-05-14 11:39:53 +03:00 |
|
|
a45a55ae38
|
http module fixed
|
2014-05-14 10:56:57 +03:00 |
|
|
bde27678b9
|
local settings update
|
2014-05-14 10:46:11 +03:00 |
|