Skip to content

Releases: ctn-malone/qjs-ext-lib

0.8.1

04 Jan 13:12
Compare
Choose a tag to compare

Change Log

[0.8.1]

  • feat: support passStderr options for asynchronous processes (process.js)

0.8.0

03 Jan 11:14
Compare
Choose a tag to compare

Change Log

[0.8.0]

  • fix: match error for test function with tag (tester.js)
  • feat: possibility to execute a process synchronously (process.js)

0.7.2

01 Dec 10:43
Compare
Choose a tag to compare

Change Log

[0.7.2]

  • fix: correctly handle a 200 OK which is interleaved with curl progress (curl.js)

0.7.1

26 Sep 21:34
Compare
Choose a tag to compare

Change Log

[0.7.1]

  • feat: possibility disable extra processing (ie: use --data-binary) when passing body from file (curl.js)

0.7.0

29 Aug 21:46
Compare
Choose a tag to compare

Change Log

[0.7.0]

  • feat: wrapper to interact with pass (password-store.js)
  • feat: function to retrieve home directory (path.js)

0.6.4

20 Jun 10:23
Compare
Choose a tag to compare

Change Log

[0.6.4]

  • feat: possibility to define content type when uploading a file (curl.js)

0.6.3

09 Feb 22:32
Compare
Choose a tag to compare

Change Log

[0.6.3]

  • feat: add support for setting stdout handle for curl process (curl.js)

0.6.2

18 Aug 21:51
Compare
Choose a tag to compare

Change Log

[0.6.2]

  • fix: fix parsing of incomplete ssh debug lines (ssh.js)

0.6.1

16 Aug 22:28
Compare
Choose a tag to compare

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

01 Jul 11:56
Compare
Choose a tag to compare

Change Log

[0.6.0]

  • feat: new internal function strToBytesArray to convert a string to a n Uint8Array (strings.js)
  • refactor!: renamed internal function utf8ArrayToStr to bytesArrayToStr and changed prototype (strings.js)
  • fix: close stdout & stderr pipes after execution (process.js)