- Bumped
basisjs-tools-ast
to1.6.2
to fix HTML serialization
- Improved main module to make its import chepear when external module imports CLI command only
- Fixed basisjs devpanel exception by updating
rempl
to1.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
--ssl
option. SSL certificate can be specified by--ssl-cert
and--ssl-key
options (certificate will be generated automatically when options are not used). - Fixed issue when requested file has escaped chars (use
decodeURIComponent
forpathname
) - Fixed value for
href
attribute of<base>
when url is rewritten - Removed
--inspect
option - Minor fixes and imrovements
Warning! For now
/basisjs-tools/devpanel
doesn't work forbasis.js
(1.11.0 at the moment), since basis's devpanel should migrate to rempl.