File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # 1.15.0 (unreleased)
2+
3+ - Use http-proxy-middleware instead of http-proxy. This fixes compatibility with native web sockets (#359 ).
4+ - Properly close the server, which fixes issues with the port not freeing up (#357 ).
5+ - Add ` --stdin ` flag, to close the dev server on process exit (#352 ).
6+ - Fix issues with incorrect socket urls (#338 , #443 , #447 ).
7+ - Add ` --open ` flag to open a browser pointing to the server (#329 ).
8+ - Add ` --public ` flag to override the url used for connecting to the web socket (#368 ).
9+ - Allow array for ` options.contentBase ` , so multiple sources are allowed (#374 ).
10+ - Add ` options.staticOptions ` to allow passing through Express static options (#385 ).
11+ - Update self-signed certs (#436 ).
12+ - Don't reload the app upon proxy errors (#478 ).
13+ - Allow running dev-server behind https proxy (#470 ).
14+ - Set headers on all requests to support e.g. CORS (#499 ).
15+ - Fix ` --cacert ` flag not doing anything (#532 ).
16+ - Allow using Express middleware (#537 ).
You can’t perform that action at this time.
0 commit comments