- repl: add a 'connected to' log with browser version.
- repl: feature-detect the ansi readline bugfix.
- repl: verbose listing of available browsers. color prompt.
- browsers: update all to latest. explicit versions. fix OSX
- browsers: add support for Android.
- repl: support for android devices.
- package: wd to 0.3
- package: bump ngrok & socket.io
- Makefile: fix
install
rule - ensure install prior to publish
- repl: replace localtunnel with ngrok
- package: bump socket.io and add ngrok
- Makefile: ensure
static
dir is created - package: add "description" field
- package: add "repository" and "license" fields
- package: remove unused "debug" dependency
- package: update "browserify" to v8.1.3
- package: use npm's versions of "socket.io" and "socket.io-client"
- repl: add HTML5 doctype tag
- client, repl: use the correct window.onerror args
- client: emit on the
socket
, notio
- Readme: better gif
- bump
- repl: added sauce heartbeats
- client: save the previous expression result as
_
- client: properly serialize the
message
andstack
- repl: prepend the "name" and "message" to stack
- repl: parse more syntax errors from more browsers
- client, repl: better "error" handling
- client: eval in the global scope
- browsers: fix ie10
- fix ie9, fix prompt, fix not specifying version
- improve browserify build
- client: remove redundant
color
option - Makefile: add a
build
rule - repl: don't use ansi escape codes in prompt
- first release