You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
26
26
- Added `symfony/yaml` dependency to convert contents of a `.yml` file to an associative array. (Required for the fixed `Ngrok::hasAuthToken` method.)
27
27
28
+
- Added various output messages to the terminal for `Ngrok::start`, so it's more descriptive as to what's happening.
29
+
30
+
- Added new `CommandLine::shellExec` method to execute the command in the terminal, and also be able to return the output as a string to the calling method. This is just a wrapper around the native PHP `shell_exec` function.
31
+
28
32
### Changed
29
33
30
34
- Dependency version bump for `mnapoli/silly` to 1.9
@@ -39,15 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
43
40
44
All errors other errors will still output to the terminal.
41
45
42
-
- Removed the functionality of the share command starting a new CMD window, since a new window will surpress any errors. We need to be able to output the errors as and when they happen.
43
-
44
-
- Added various output messages to the terminal, so it's more descriptive as to what's happening.
45
-
46
-
- Added new `CommandLine::shellExec` method to execute the command in the terminal, and also be able to return the output as a string to the calling method. This is just a wrapper around the native PHP `shell_exec` function.
47
-
48
46
### Removed
49
47
50
-
Removed the `--debug` flag from the `share` command since this is now defunct with the removal of the new CMD window. (Debug only prevented the CMD window opening, forcing errors to be logged directly to the terminal.) (Not a breaking change.)
48
+
- Removed the functionality of starting a new CMD window in `Ngrok::start` of the `share` command, since a new window will surpress any errors. We need to be able to output the errors as and when they happen.
49
+
50
+
- Removed the `--debug` flag from the `share` command since this is now defunct with the removal of the new CMD window. (Debug only prevented the CMD window opening, forcing errors to be logged directly to the terminal.) (Not a breaking change.)
0 commit comments