Skip to content

Releases: danielrippa/winjs

v0.0.11

14 Apr 23:26
4b2f4d8

Choose a tag to compare

v0.0.10

14 Apr 13:18
cef55f7

Choose a tag to compare

v0.0.9

14 Apr 12:30
1cfb712

Choose a tag to compare

Refactored:
changed os and fs to be properties of winjs (fs becomes file-system here).
made file-system.read-text-file re-use WinjsUtils.ReadUnicodeTextFileContent.
Removed:
winjs.eval-script-source (redundant).
winjs.throw-exception (unnecesary).
win32 unit (consolidated reading textfiles using WinjsUtils.ReadUnicodeTextFileContent, as it should be)

v0.0.8

13 Apr 20:37
f6ea474

Choose a tag to compare

.

v0.0.7

13 Apr 20:19
70be155

Choose a tag to compare

Implemented: global fs with file-exists, folder-exists, read-text-file and get-current-folder.

v0.0.6

12 Apr 22:42
227e0b6

Choose a tag to compare

Modified WinJS.exe to show stringified exceptions when reporting errors.

v0.0.5

02 Apr 16:01
fbe9bc8

Choose a tag to compare

Implemented: winjs.load-wasm

v0.0.4

01 Apr 20:38
2335197

Choose a tag to compare

Implemented: os.now

v0.0.3

31 Mar 19:53
9f5c550

Choose a tag to compare

.

v0.0.2

04 Mar 05:47
fa28016

Choose a tag to compare

.