Releases: ctn-malone/qjs-ext-lib
Releases · ctn-malone/qjs-ext-lib
0.8.1
Change Log
[0.8.1]
- feat: support
passStderr
options for asynchronous processes (process.js
)
0.8.0
Change Log
[0.8.0]
- fix: match error for test function with tag (
tester.js
)- Thanks https://github.com/ryougiii
- feat: possibility to execute a process synchronously (
process.js
)
0.7.2
Change Log
[0.7.2]
- fix: correctly handle a
200 OK
which is interleaved with curl progress (curl.js
)
0.7.1
Change Log
[0.7.1]
- feat: possibility disable extra processing (ie: use
--data-binary
) when passing body from file (curl.js
)
0.7.0
0.6.4
Change Log
[0.6.4]
- feat: possibility to define content type when uploading a file (
curl.js
)
0.6.3
Change Log
[0.6.3]
- feat: add support for setting stdout handle for curl process (
curl.js
)
0.6.2
Change Log
[0.6.2]
- fix: fix parsing of incomplete ssh debug lines (
ssh.js
)
0.6.1
Change Log
[0.6.1]
- feat: possibility to pass extra form data when uploading a file (
curl.js
) - feat: possibility to pass input as string when executing a command (
process.js
)
0.6.0
Change Log
[0.6.0]
- feat: new internal function
strToBytesArray
to convert astring
to a nUint8Array
(strings.js
) - refactor!: renamed internal function
utf8ArrayToStr
tobytesArrayToStr
and changed prototype (strings.js
) - fix: close stdout & stderr pipes after execution (
process.js
)