Releases: gnh1201/welsonjs
Releases · gnh1201/welsonjs
0.2.7.20
0.2.7.20 released
- Add
WelsonJS.Service
component - Can be write a Windows Services with Javascript #101
- Fix
app.js
#101
- Fix
helloworld.js
(example file) #101
0.2.7.16
0.2.7.16 relased
- Fix #122
- Update the documentations.
0.2.7.14
0.2.7.14 released
- Fix mistypo in
lib/wmi.js
0a35ade
- Fix the setup profile for updates a56d8eb
0.2.7.13
0.2.7.13 released
- Add
.setPrefix()
method to lib/shell
- Add supports BITS #119
- Add
.sonarcloud.properties
file
- Fix broken file paths
- Clean up an unused code blocks
0.2.7.13-rc1
0.2.7.13-rc1 released
- The
lib/xml
module has been improved to be managed by the lib/pipe-ipc
module.
- Supports JSON-RPC 2.0.
- Supports MySQL queries. Must be used with the Caterpillar Proxy.
0.2.7.12
0.2.7.12 released
- Fixed: #111
- Fixed: #109
- Fixed: lib/adb.js
- Enhanced: Add
Bitmap
interface to the native component
- Fixed: setup.iss
- Fixed: lib/http.js - Read a compressed response
- and more