File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.2.0] - 2017-12-29
9
+
10
+ ### Added
11
+
12
+ - New option ` stdio ` to configure the stdio passed to the spawned process.
13
+
14
+ ### Changed
15
+
16
+ - If no callback is passed, the ` run() ` method returns a promise that resolves when the PHP server is up and running.
17
+
18
+ ### Fixed
19
+
20
+ - Reorder script and other cli options because the script must be declared after the options.
21
+
8
22
## [ 1.1.0] - 2017-12-18
9
23
10
24
### Added
@@ -20,4 +34,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
34
21
35
First version with basic features.
22
36
37
+ [ 1.2.0 ] : https://github.com/oscarotero/php-server-manager/compare/v1.1.0...v1.2.0
23
38
[ 1.1.0 ] : https://github.com/oscarotero/php-server-manager/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " php-server-manager" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Manage PHP built-in servers in node" ,
5
5
"main" : " index.js" ,
6
6
"author" : " Oscar Otero" ,
You can’t perform that action at this time.
0 commit comments