SuperIlu JSH Versions Save

A Javascript scripting engine for DOS

v0.95

1 year ago

**V0.95 **

  • Added GetEnv()
  • Switched over to curl 8.0.1 with mbedTLS 2.28.3

v0.93

1 year ago

V0.92 updates, init?

  • updated openssl, curl and kuba-zip
  • added IniFile class for reading INI files

v0.92

2 years ago
  • updated zlib to 1.2.12
  • moved sources to src/
  • added MSecTime() based on PCTIMER
  • Sleep() now uses milliseconds and not seconds as before.
  • added Screen object for text mode double buffering.
  • added simple text mode port of p5js for fun
  • A sketch can now query if it is running on jSH using if (navigator.appName === "jSH") {}
  • added IntenseVideo() and BlinkVideo()

v0.91

2 years ago
  • updated openssl to 1.1.1n
  • small fixes in jpm package manager

v0.9

2 years ago
  • added JSBOOT.ZIP to replace JSBOOT/
  • added jpm package manager
  • Added LFN_SUPPORTED global to indicate if long filenames are supported by the current DOS installation.
  • added cURL plugin

v0.8

3 years ago

v0.7

3 years ago

V0.7 more modules support

  • added SQLite module
  • added neuronal network module
  • added libcpuid

v0.6

3 years ago

V0.6 native library loading support

  • added support to load DXEs during runtime to extend functionality
  • moved comport to a loadable library
  • re-added KbHit()

v0.5

3 years ago
  • switched back to MuJS for DOjS compatibility
  • added watt32 TCP/IP support
  • added raw disks access
  • unified code base with DOjS

v0.3

4 years ago

V0.3 added COM port access

  • Added DZComm for COM port access.