Releases: basisjs/basisjs-tools-server
Releases · basisjs/basisjs-tools-server
1.0.2
1.0.1
1.0.0
- Extracted to separate repo/module from basisjs-tools
- Changes since being a part of
basisjs-tools- Changed to use rempl as backend for devtools
- Used slim version of
socket.io-client - Added
fork()method - Added notification message for parent process when server is started
- Added SSL support. Https listen on the same port as http and enables by
--ssloption. SSL certificate can be specified by--ssl-certand--ssl-keyoptions (certificate will be generated automatically when options are not used). - Fixed issue when requested file has escaped chars (use
decodeURIComponentforpathname) - Fixed value for
hrefattribute of<base>when url is rewritten - Removed
--inspectoption - Minor fixes and imrovements
Warning! For now
/basisjs-tools/devpaneldoesn't work forbasis.js(1.11.0 at the moment), since basis's devpanel should migrate to rempl.