Releases: danielrippa/winjs
Releases · danielrippa/winjs
v0.0.11
v0.0.10
.
v0.0.9
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
.
v0.0.7
Implemented: global fs with file-exists, folder-exists, read-text-file and get-current-folder.
v0.0.6
Modified WinJS.exe to show stringified exceptions when reporting errors.
v0.0.5
Implemented: winjs.load-wasm
v0.0.4
Implemented: os.now
v0.0.3
.
v0.0.2
.