Skip to content

Commit c2aa50f

Browse files
committed
chore: update changelog [skip ci]
1 parent 5bc9282 commit c2aa50f

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
## [0.3.0] 2018-09-04 15:09:50 UTC
2+
3+
- [a1c2c30](https://github.com/adhocore/php-cli/commit/a1c2c30) docs: add shell section and contributors (Jitendra Adhikari)
4+
- [5146260](https://github.com/adhocore/php-cli/commit/5146260) test: shell tests (Jitendra Adhikari)
5+
- [d1e8e73](https://github.com/adhocore/php-cli/commit/d1e8e73) refactor(shell): ignore cov, cleanup etc (Jitendra Adhikari)
6+
- [8d5ebe9](https://github.com/adhocore/php-cli/commit/8d5ebe9) feat(shell): a shell wrapper (Jitendra Adhikari)
7+
- [37c0e4c](https://github.com/adhocore/php-cli/commit/37c0e4c) Async true gives the process ID (Sushil Gupta)
8+
- [1052ca0](https://github.com/adhocore/php-cli/commit/1052ca0) More style fixes (Sushil Gupta)
9+
- [989213f](https://github.com/adhocore/php-cli/commit/989213f) Style fixes (Sushil Gupta)
10+
- [29e8d13](https://github.com/adhocore/php-cli/commit/29e8d13) If timeout is set, and is set to wait (not async by default), then either wait until it runs or kill it after timeout occurs - if async (not wait) - then don't care about the process at all (Sushil Gupta)
11+
- [7cf9536](https://github.com/adhocore/php-cli/commit/7cf9536) If not async, then check for timeout if it is still running and attempt to stop it (Sushil Gupta)
12+
- [88bc092](https://github.com/adhocore/php-cli/commit/88bc092) Stop - not kill (Sushil Gupta)
13+
- [40ba003](https://github.com/adhocore/php-cli/commit/40ba003) Minor formatting fixed (Sushil Gupta)
14+
- [f81237e](https://github.com/adhocore/php-cli/commit/f81237e) Added set options method (Sushil Gupta)
15+
- [2d44553](https://github.com/adhocore/php-cli/commit/2d44553) On destruct, if running, waiting until timeout and then attempting to stop, instead of directly attempting to stop (Sushil Gupta)
16+
- [acabcca](https://github.com/adhocore/php-cli/commit/acabcca) Root namespace appended for microtime (Sushil Gupta)
17+
- [e86580a](https://github.com/adhocore/php-cli/commit/e86580a) Removed redundant unblocking of getOutput (Sushil Gupta)
18+
- [76fce1b](https://github.com/adhocore/php-cli/commit/76fce1b) Minor DocBlock update (Sushil Gupta)
19+
- [926c4a6](https://github.com/adhocore/php-cli/commit/926c4a6) WIP - Implemented timeout checking and wait system - not working yet (Sushil Gupta)
20+
- [641d229](https://github.com/adhocore/php-cli/commit/641d229) Minor refactor - removing updateProcessStatus when asking for getState - not related (Sushil Gupta)
21+
- [205daed](https://github.com/adhocore/php-cli/commit/205daed) Refactored to add another state variable to store actual state of the shell execution vs the process status (Sushil Gupta)
22+
- [62acd2d](https://github.com/adhocore/php-cli/commit/62acd2d) File default info added (Sushil Gupta)
23+
- [acdbd64](https://github.com/adhocore/php-cli/commit/acdbd64) Refactor - assigning default null + only assigning exit value if not already set and process has stopped (Sushil Gupta)
24+
- [d742ecb](https://github.com/adhocore/php-cli/commit/d742ecb) Updating status before sending back exitcodes (Sushil Gupta)
25+
- [96e3a9e](https://github.com/adhocore/php-cli/commit/96e3a9e) Made private methods protected (Sushil Gupta)
26+
- [3939825](https://github.com/adhocore/php-cli/commit/3939825) Setting exit code on proc_close from the proc_get_status itself (Sushil Gupta)
27+
- [56ba25d](https://github.com/adhocore/php-cli/commit/56ba25d) Implemented suggestions from code-review (Sushil Gupta)
28+
- [dbb3c21](https://github.com/adhocore/php-cli/commit/dbb3c21) Refactored small things (Sushil Gupta)
29+
- [13380da](https://github.com/adhocore/php-cli/commit/13380da) Removed timeout - not used anywhere for now (Sushil Gupta)
30+
- [2d0f815](https://github.com/adhocore/php-cli/commit/2d0f815) One more style fix (Sushil Gupta)
31+
- [e93b398](https://github.com/adhocore/php-cli/commit/e93b398) More style fixes :/ (Sushil Gupta)
32+
- [1be59a6](https://github.com/adhocore/php-cli/commit/1be59a6) More style fixes (Sushil Gupta)
33+
- [e43a34f](https://github.com/adhocore/php-cli/commit/e43a34f) More style fixes (Sushil Gupta)
34+
- [0874497](https://github.com/adhocore/php-cli/commit/0874497) Style fixes - unindenting inside <?php tag (Sushil Gupta)
35+
- [5923304](https://github.com/adhocore/php-cli/commit/5923304) Removed vdd (Sushil Gupta)
36+
- [304f148](https://github.com/adhocore/php-cli/commit/304f148) Removed wait method - wasn't working - to be added (Sushil Gupta)
37+
- [735294c](https://github.com/adhocore/php-cli/commit/735294c) Removed env + cwd from the options, passing null, for the sprit of minimalism ;) (Sushil Gupta)
38+
- [bfe1965](https://github.com/adhocore/php-cli/commit/bfe1965) Added basic test case for getOutput (Sushil Gupta)
39+
- [4972de3](https://github.com/adhocore/php-cli/commit/4972de3) Moved to helper (Sushil Gupta)
40+
- [425af5e](https://github.com/adhocore/php-cli/commit/425af5e) Added pipes for different platform, checking directory separator + added public method to return PID (Sushil Gupta)
41+
- [19ce603](https://github.com/adhocore/php-cli/commit/19ce603) Minor refactoring (Sushil Gupta)
42+
- [22a759a](https://github.com/adhocore/php-cli/commit/22a759a) Moved public functions to the bottom (Sushil Gupta)
43+
- [87ed2e4](https://github.com/adhocore/php-cli/commit/87ed2e4) Made some methods private + added exitCode method (Sushil Gupta)
44+
- [c4c4f4e](https://github.com/adhocore/php-cli/commit/c4c4f4e) Added wait and other methods (Sushil Gupta)
45+
- [bd54feb](https://github.com/adhocore/php-cli/commit/bd54feb) Using constants for descriptors key (Sushil Gupta)
46+
- [4d8578e](https://github.com/adhocore/php-cli/commit/4d8578e) Minor refactoring (Sushil Gupta)
47+
- [1e42021](https://github.com/adhocore/php-cli/commit/1e42021) Shell wrapper - basic proc_open implemented (Sushil Gupta)
48+
149
## [0.2.1] 2018-08-28 14:08:59 UTC
250

351
- [25c3f1a](https://github.com/adhocore/php-cli/commit/25c3f1a) docs: improve readability and organize (Jitendra Adhikari)

0 commit comments

Comments
 (0)