1.0.0-alpha.2
- socket.io debugger in place 1.0.0-alpha.1
- Replace
connectwithexpress, allow for more third parties middleware integrate into this package. - Replace
tiny-lrwithchokidar,reload, andbaconjsthat allow better cross platform support and, better control over the file watch. - Fold several out dated packages into the code and, maintain ourself.
- Redevelop the socket.io-debugger from ground up to make it easier to develop more features in the future.
- Add
json-servercombine withhttp-proxy-middlewareto allow mock REST API during development (even during deployment). - Most of the options are now one line configuration.
- Completely redesign the code structure to make it easier to develop by breaking up everything into it's own module.
- Rewrote most of the test and, coverage report to have a better understanding of the progress.
- replace
openwithopnto automatically open browser during development.