Skip to content

Releases: symplely/spawn

`libuv` docs/stubs and readme updates

18 Apr 16:11
Compare
Choose a tag to compare
1.1.5

Update README.md

1.1.4

12 Apr 17:29
Compare
Choose a tag to compare
corrections, remove deprecated, use constant for invalid data, `libuv…

1.1.3: update readme and stubs, tests, added signal example, and rename other

11 Apr 19:28
Compare
Choose a tag to compare
- update `uv_spawn` callback to just close all handles
- renamed function, allow to return results
- update readme about integration
- updated/added channnel class method to send kill to subprocess
- keep `libuv` doc/stubs in sync with [WIP] PR https://github.com/bwoebi/php-uv/pull/77

1.1.2

07 Apr 15:12
Compare
Choose a tag to compare
allow `SIGINT` to still be registored for other uses.

1.1.1

06 Apr 01:17
Compare
Choose a tag to compare
update docs, code clean up, added function to correct mixed encoded r…

1.1.0: rename `Channel` class to `Channeled` and corrections

04 Apr 19:43
Compare
Choose a tag to compare
 - For future use, so not interfere and be extendable with symplely/coroutine `Channel` class without naming conflicts.

removed unnecessary code, no progress yield needed

03 Apr 18:24
Compare
Choose a tag to compare

1.0.10

01 Apr 13:26
Compare
Choose a tag to compare

It seems a delay will be needed to get proper return results, cause the return encoded value is getting attached/mixed with previous last output.

  • added function to check valid base64, update tests
  • setup GitHub Actions for Linux CI build
  • build bug fixes

1.0.9

31 Mar 00:39
Compare
Choose a tag to compare
corrections, sent results should always be going to parent, not setup…

update required, check process before killing

30 Mar 15:42
Compare
Choose a tag to compare