- Bumped
basisjs-tools-astto1.6.2to fix HTML serialization
- Improved main module to make its import chepear when external module imports CLI command only
- Fixed basisjs devpanel exception by updating
remplto1.0.0-alpha15(@istrel, #2)
- 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.